fix(deps): Resolve Dependabot security alerts#17998
Open
sfanahata wants to merge 1 commit into
Open
Conversation
Bump direct dependencies: - dompurify: 3.3.2 -> 3.4.0 (8 medium alerts: #291-#298) - js-cookie: ^3.0.5 -> ^3.0.7 (1 high alert: #325) Update pnpm overrides for transitive dependencies: - dompurify: 3.3.2 -> 3.4.0 (force transitive consumers to patched version) - fast-xml-parser: ^5.5.7 -> ^5.7.0 (1 high: #303, 1 medium: #300) - postcss: add ^8.5.10 override (1 medium: #301, next.js bundles 8.4.31) - uuid: add ^11.1.1 override (1 medium: #324, no 9.x/8.x patch exists) Lockfile updates via pnpm update: - vite: 7.3.1 -> 7.3.5 (2 high: #287-#288, 1 medium: #289) - picomatch: 2.3.1 -> 2.3.2, 4.0.3 -> 4.0.4 (2 high: #279-#280, 2 medium: #281-#282) - brace-expansion: 2.0.2 -> 2.1.1 (1 medium: #284) - yaml: 1.10.2 -> 1.10.3, 2.8.2 -> 2.9.0 (2 medium: #277-#278) Cleanup: - Remove @types/dompurify from devDependencies and overrides (dompurify 3.x ships its own types; @types/dompurify is deprecated)
|
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.
DESCRIBE YOUR PR
Resolves all open Dependabot security alerts that can be addressed via dependency updates. Supersedes #17699 (which is 177 commits behind master and has merge conflicts).
High-severity alerts fixed (4):
^3.0.5→^3.0.7fast-xml-parser: ^5.7.0(pulls in fixed builder)Medium-severity alerts fixed (18):
3.3.2→3.4.0uuid: ^11.1.1fast-xml-parser: ^5.7.0postcss: ^8.5.10Cleanup:
@types/dompurifyfrom devDependencies and pnpm overrides — dompurify 3.x ships its own TypeScript definitions, and@types/dompurifyis officially deprecated as a stubOverride justifications:
dompurify: 3.4.0mermaidand@sentry-internal/global-searchpull it transitivelyfast-xml-parser: ^5.7.0@google-cloud/storagedepends on old versionpostcss: ^8.5.10uuid: ^11.1.1Alerts from PR 17699 already fixed on master (skipped):
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST