chore: fix undici and @babel/core security vulnerabilities#193
Open
andrerfneves wants to merge 1 commit into
Open
chore: fix undici and @babel/core security vulnerabilities#193andrerfneves wants to merge 1 commit into
andrerfneves wants to merge 1 commit into
Conversation
Updates the following transitive dependencies via npm audit fix: - undici 7.26.0 -> 7.28.0 (high severity: TLS certificate validation bypass via dropped requestTls in SOCKS5 ProxyAgent, and cross-user info disclosure via shared cache whitespace bypass) - @babel/core 7.29.0 -> 7.29.7 + related @babel/* packages (moderate: arbitrary file read via sourceMappingURL comment) All 52 tests pass and production build succeeds. Fixes advisories: - GHSA-vmh5-mc38-953g - GHSA-pr7r-676h-xcf6 - GHSA-4x5r-pxfx-6jf8
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Runs
npm audit fixto patch 2 security advisories in transitive dependencies. No breaking changes — onlypackage-lock.jsonis modified, no source code changes.Vulnerabilities Fixed
High severity:
undici7.26.0 → 7.28.0requestTlsin SOCKS5 ProxyAgentModerate severity:
@babel/core7.29.0 → 7.29.7 (+ 16 related @babel/* packages)sourceMappingURLcommentRemaining Advisories (not addressed in this PR)
The following vulnerabilities require
--forceand/or would introduce breaking changes:elliptic(viasecp256k1)npm audit fix --forcewould installsecp256k1@1.1.6, a breaking changeuuid(via@storybook/addon-essentials)npm audit fix --forcewould downgrade Storybook to v7, a breaking changeTest Plan
npm auditconfirms undici and @babel/core advisories are resolvedpackage-lock.jsonupdated