fix(deps): resolve 18 Dependabot alerts#64
Merged
Conversation
All alerts are transitive devDependencies; resolved via `npm audit fix` (no --force, no direct-dependency major bumps). package.json unchanged. - body-parser -> 1.20.6 (GHSA, needs >= 1.20.3) #44 - braces -> 3.0.3 (needs >= 3.0.3) #40 - cookie -> 0.7.2 (needs >= 0.7.0) #45 - flatted -> 3.4.2 (prototype pollution, needs >= 3.4.2) #62 - follow-redirects -> 1.16.0 (needs >= 1.16.0/1.15.6/1.15.4) #69 #39 #38 - lodash -> 4.18.1 (code injection + prototype pollution, needs >= 4.18.0/4.17.23) #68 #67 #52 - minimatch -> 3.1.5 (ReDoS, needs >= 3.1.3) #59 - picomatch -> 2.3.2 (needs >= 2.3.2) #64 - qs -> 6.15.3 (DoS, needs >= 6.14.2/6.14.1) #55 #49 - tmp -> 0.2.7 (path traversal, needs >= 0.2.6/0.2.4) #71 #47 - ws -> 8.21.1 (DoS, needs >= 8.21.0/8.17.1) #72 #41 npm audit reports 0 vulnerabilities. Test suite (Karma, 21 tests) passes. Note: lockfileVersion bumped 1 -> 3 as npm 10 regenerated the lockfile; CI runs `npm ci` on Node 20 which supports v3. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
phil-davis
approved these changes
Jul 15, 2026
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.
Resolves all 18 open Dependabot alerts. Every alert is a transitive devDependency in
package-lock.json; fixed withnpm audit fix(no--force, no direct-dependency major bumps).package.jsonis unchanged.Fixed (18 alerts → resolved version ≥ first patched)
npm auditreports 0 vulnerabilities after the change.No fix available
None — all alerts had an upstream patched version reachable transitively.
Note
lockfileVersionwas bumped 1 → 3 because npm 10 regenerated the lockfile on install. CI runsnpm cion Node 20, which supports lockfile v3.Test plan
npm install/npm audit→ 0 vulnerabilities🤖 Generated with Claude Code