fix(deps): address security advisories for flatted and devalue#775
Merged
fix(deps): address security advisories for flatted and devalue#775
Conversation
- Add flatted override (^3.4.0) to fix CVE-2026-32141 (unbounded recursion DoS in parse(), GHSA-25h7-pfq9-p65f) - Bump devalue override to ^5.6.4 in docs/ to fix CVE-2026-30226 (prototype pollution, GHSA-cfw5-2vxh-hr84) and GHSA-mwv9-gp5h-frr4 (__proto__ property emission) - Dismiss yauzl alert #125 (CVE-2026-31988) as inaccurate — the vulnerable NTFS timestamp parser exists only in yauzl 3.x; our version (2.10.0 via extract-zip) is not affected
Contributor
|
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.
Fix open Dependabot alerts for transitive dependency vulnerabilities:
parse(). Addedpnpm.overridesentry"flatted": "^3.4.0"→ resolves to 3.4.1.parse()/unflatten(). Bumped existing override indocs/package.jsonfrom^5.6.3to^5.6.4.extract-zip) is unaffected.