chore(deps): refresh lockfile to latest in-range versions#118
Merged
Conversation
Runs `npm update` plus `npm audit fix`, which touches 59 packages, all patch/minor within the ranges already declared in package.json. No package.json change and no overrides. This clears the second high-severity advisory, fast-uri 3.1.3 -> 3.1.4 (GHSA-v2hh-gcrm-f6hx, dev-only via stylelint and vite-plugin-dts), and includes the brace-expansion 5.0.7 -> 5.0.8 bump of CVE-2026-14257. The two advisories that remain have no fix available upstream: brace-expansion 2.1.2 via minimatch@9 (no 2.x backport) and elliptic via vite-plugin-node-polyfills (dev-only). Also syncs the lockfile's version field to 1.41.2, which had drifted from package.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npm update+npm audit fix— 59 packages, all patch/minor within the ranges already declared inpackage.json. Nopackage.jsonchange, nooverrides, diff ispackage-lock.jsononly.Why
Clears the second high-severity advisory in the tree:
fast-uri3.1.3 → 3.1.4 — GHSA-v2hh-gcrm-f6hx, host confusion via literal backslash authority delimiter. Dev-only, viastylelintandvite-plugin-dts→@microsoft/api-extractor.8 of the 59 are production deps, all uneventful:
marked18.0.6→18.0.7,postcss8.5.19→8.5.23,p-queue9.3.1→9.3.3,sax1.6.0→1.6.1,@vue/devtools-*8.1.5→8.2.1,@vue-macros/common3.1.3→3.1.4. The rest is tooling (eslint 10.7.0→10.8.0, playwright 1.61.1→1.62.0, typescript-eslint 8.64→8.65, sass, stylelint, …).The lockfile's
versionfield also drifted (1.40.0vs.1.41.2inpackage.json); this syncs it.Relationship to #117
This includes the
brace-expansion5.0.7 → 5.0.8 bump from #117, sincenpm updatepicks it up as well. Either merge #117 first and I'll rebase this, or merge this one and close #117 as covered — whichever you prefer. Both targetmaindirectly.What remains, and why it can't be fixed here
brace-expansion@2.1.2viaminimatch@9npm audit: no fix available. 2.1.2 is the latestmaintenance-v2release, no 2.x backport upstream. Overriding to 5.x breaksminimatch@9, which calls the default export where v5 exports a{ expand, … }object.ellipticviavite-plugin-node-polyfillsReported total drops from 17 to 16, but the meaningful count is 3 distinct advisories → 2, neither actionable.
Verification
npm cifrom a clean checkout ofmain, thennpm update— result is byte-identical on repeat, so the lockfile is reproduciblenpm run buildpassesnpm run lintunchanged from themainbaseline (7 errors / 17 warnings, all pre-existing —vue/max-attributes-per-lineand@stylistic/implicit-arrow-linebreak, untouched by this PR)package-lock.jsononly, no build artefacts