chore(deps): fix dependabot security alerts via overrides and lockfile updates#166
Merged
chore(deps): fix dependabot security alerts via overrides and lockfile updates#166
Conversation
Override flatted to ^3.4.2 to fix Prototype Pollution via parse() and unbounded recursion DoS in parse() revive phase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update picomatch 2.3.1 to 2.3.2 and 4.0.2 to 4.0.4 to fix ReDoS vulnerability via extglob quantifiers and method injection in POSIX character classes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override lodash to ^4.17.23 to fix Prototype Pollution in _.unset and _.omit functions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override brace-expansion to ^2.0.3 to fix zero-step sequence causing process hang and memory exhaustion. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update serialize-javascript override from ^7.0.3 to ^7.0.5 to fix CPU exhaustion DoS via crafted array-like objects. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update bn.js 4.12.2 to 4.12.3 and 5.2.2 to 5.2.3 to fix infinite loop vulnerability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override ajv to >=6.14.0 and update to 8.18.0 to fix ReDoS vulnerability when using the $data option. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override zod to ^3.22.3 to fix denial of service vulnerability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override micromatch to ^4.0.8 to fix Regular Expression Denial of Service vulnerability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update js-yaml 3.14.1 to 3.14.2 and 4.1.0 to 4.1.1 to fix prototype pollution via merge (<<) operator. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override esbuild to ^0.25.0 to fix vulnerability allowing any website to send requests to the development server and read the response. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override nanoid to exclude vulnerable range (4.0.0-5.0.8) to fix predictable results when given non-integer values. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override yaml to >=1.10.3 (v1) and >=2.8.3 (v2) to fix Stack Overflow vulnerability via deeply nested YAML collections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update qs override from ^6.14.1 to ^6.14.2 to fix arrayLimit bypass in comma parsing allowing denial of service. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override webpack to ^5.104.1 to fix buildHttp HttpUriPlugin allowedUris bypass via HTTP redirects and URL userinfo leading to SSRF. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
ajv@8.18.0 introduces stricter schema validation that breaks the tsdoc eslint plugin. Pin ajv@8 to <8.18.0 while keeping the 6.x fix at 6.14.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove ajv override as it causes incompatibilities: ajv@8.18.0 breaks eslint tsdoc plugin and overriding to 6.x breaks ajv-formats. The ajv vulnerabilities require upstream fixes in @microsoft/tsdoc-config and eslint-plugin-tsdoc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kudanai
approved these changes
Mar 31, 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
Packages updated
Test plan
pnpm installsucceeds without errorspnpm auditno longer reports the 15 fixed alertspnpm buildto confirm no breakage from overridespnpm testto confirm no regressions