chore(deps): npm audit fix for transitive security advisories#1380
Open
olaservo wants to merge 1 commit into
Open
chore(deps): npm audit fix for transitive security advisories#1380olaservo wants to merge 1 commit into
olaservo wants to merge 1 commit into
Conversation
Resolves 15 of 16 Dependabot alerts via lockfile-only updates (no breaking major bumps): handlebars (critical), fast-uri, flatted, hono, path-to-regexp, rollup, vite, express-rate-limit, @hono/node-server, ajv, brace-expansion, ip-address, picomatch, postcss, qs, ws, yaml, and @tootallnate/once. The remaining minimatch@3.1.2 advisory comes from @eslint/config-array (dev/lint-only, not shipped) and will clear when ESLint bumps it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Resolves the bulk of the open Dependabot alerts via a lockfile-only
npm audit fix— no breaking major version bumps.Fixes 15 of 16 local
npm auditfindings (1 critical, 5 high, 8 moderate, 1 low):handlebars→ 4.7.9 (JS injection / prototype pollution)fast-uri,flatted,hono,path-to-regexp,rollup,vite,express-rate-limit,@hono/node-serverajv,brace-expansion,ip-address,picomatch,postcss,qs,ws,yaml@tootallnate/onceRemaining (not fixed here)
One advisory remains:
minimatch@3.1.2(high, ReDoS), pulled in transitively by@eslint/config-array— a dev/lint-only dependency. It is never shipped (the published package contains only build outputs) and never runs on untrusted input, so real-world exploitability is negligible. Forcing it viaoverridesrequired a full lockfile regen that bloated the diff to ~16k lines, so it was left out. It will clear automatically once ESLint bumps@eslint/config-arrayto minimatch 9+.Verification
npm run build— server, client, and cli all build cleanApp.samplingNavigationis pre-existing seed-dependent timing, unrelated to these bumps; passes in isolation)Changes
package-lock.jsononly (+369 / −796).🤖 Generated with Claude Code