Fix Snyk vulnerabilities in direct dependencies#512
Merged
Conversation
Upgrade axios (1.13.5→1.15.0), dompurify (3.2.4→3.3.2), immutable (4.2.2→4.3.8), and lodash (4.17.23→4.18.1) to resolve 10 security vulnerabilities including 2 critical, 3 high, and 5 medium severity issues. Co-Authored-By: Claude Opus 4.6 <[email protected]>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates a set of direct npm dependencies to address Snyk-reported vulnerabilities, keeping the lockfile aligned so CI (npm ci) installs deterministically.
Changes:
- Bump
axiosto^1.15.0and update its resolved lockfile entries (includingproxy-from-env). - Bump
dompurifyto3.3.2and refresh lockfile metadata (incl. engines/license fields from upstream). - Bump
immutableto^4.3.8andlodashto^4.18.1, updating corresponding lockfile resolutions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates direct dependency version specs to the intended patched/minor releases. |
| package-lock.json | Synchronizes resolved versions/integrity for the bumped dependencies to keep npm ci consistent. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sushmi21
approved these changes
Apr 22, 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.
Summary
All upgrades are backward compatible (patch/minor semver bumps, no breaking changes).
Resolves 10 of 14 Snyk vulnerabilities. The remaining 4 are transitive (follow-redirects, qs, socket.io-parser, yaml) and require upstream package updates.
Ref: 131658
Test plan
npm installsucceedsnpm run build— all 18 bundles compile without errorssnyk testconfirms 10 vulnerabilities resolved (14 → 4 remaining)🤖 Generated with Claude Code