fix: update dependencies to resolve critical security vulnerabilities#460
Closed
theluckystrike wants to merge 1 commit intodessant:mainfrom
Closed
fix: update dependencies to resolve critical security vulnerabilities#460theluckystrike wants to merge 1 commit intodessant:mainfrom
theluckystrike wants to merge 1 commit intodessant:mainfrom
Conversation
Update webpack-bundle-analyzer from ^4.10.2 to ^5.2.0 and webpack from ^5.91.0 to ^5.105.4, and regenerate package-lock.json to resolve security vulnerabilities. **Resolved vulnerabilities:** - GHSA-3h5v-q93c-6h6q: ws <8.17.1 DoS via HTTP headers (high) - GHSA-5c6j-r48x-rmvq: serialize-javascript RCE (high) - GHSA-4vvj-4cpr-p986: webpack DOM Clobbering XSS (moderate) - GHSA-8fgc-7cc6-rx7x: webpack SSRF via buildHttp (moderate) - GHSA-38r7-794h-5758: webpack SSRF via HttpUriPlugin (moderate) - GHSA-968p-4wvh-cqc8: Babel inefficient RegExp (moderate) - GHSA-2g4f-4pwh-qvx6: ajv ReDoS (moderate) - GHSA-3xgq-45jj-v275: cross-spawn ReDoS (high) - GHSA-rp65-9cf3-cjxr: nth-check RegExp complexity (high) - GHSA-95m3-7q98-8xr5: sha.js type check bypass (critical) - GHSA-5gfm-wpxj-wjgq: node-forge ASN.1 desync (critical) - GHSA-65ch-62r8-g69g: node-forge OID truncation (critical) - GHSA-v6h2-p8h4-qcjw: brace-expansion ReDoS (high) - GHSA-pfq8-rq6v-vf5m: html-minifier ReDoS (high) Reduces total vulnerabilities from 67 to 46. Remaining are in deep transitive devDependencies (gulp-imagemin, npm-check-updates, gulp-htmlmin) requiring breaking major version updates or having no upstream fix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
This project does not accept pull requests. Please use issues to report bugs or suggest new features. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
webpack-bundle-analyzerfrom^4.10.2to^5.2.0(resolves ws DoS vulnerability)webpackfrom^5.91.0to^5.105.4(resolves XSS and SSRF vulnerabilities)package-lock.jsonto pick up patched transitive dependenciesResolved Vulnerabilities (21 total)
Reduces total
npm auditvulnerabilities from 67 to 46. Remaining vulnerabilities are in deep transitive dependencies of devDependencies (gulp-imagemin,npm-check-updates,gulp-htmlmin) and require breaking major version updates or have no upstream fix available.Test Plan
npm installcompletes without errorsnpm auditshows reduced vulnerability countnpm run build:prod:chromebuilds successfully