fix: resolve security vulnerabilities in dependencies#714
Closed
nikita-masalov wants to merge 4 commits intomasterfrom
Closed
fix: resolve security vulnerabilities in dependencies#714nikita-masalov wants to merge 4 commits intomasterfrom
nikita-masalov wants to merge 4 commits intomasterfrom
Conversation
- Bump axios ^1.9.0 -> ^1.13.6 (CVE-2026-25639, DoS via __proto__) - Bump qs ^6.11.0 -> ^6.14.2 (CVE-2025-15284, DoS via arrayLimit bypass) - Bump typescript-eslint ^8.22.0 -> ^8.56.1 (fixes minimatch@9 transitive dep) - Add overrides: minimatch ^10.2.1 (CVE-2026-26996, ReDoS via eslint/mocha) - Add overrides: cross-spawn ^7.0.6 (CVE-2024-21538, ReDoS via pre-commit) - Add overrides: serialize-javascript ^7.0.4 (RCE via mocha) Resolves GRAL-5670, GRAL-5744, GRAL-5759 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The pre-commit package is unmaintained and carried a vulnerable version of cross-spawn (CVE-2024-21538). @fastify/pre-commit is a maintained drop-in replacement that ships with a safe cross-spawn@^7.0.3. Also removes the now-unnecessary cross-spawn override. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Related documents
https://pipedrive.atlassian.net/browse/GRAL-5670
https://pipedrive.atlassian.net/browse/GRAL-5744
https://pipedrive.atlassian.net/browse/GRAL-5759
Summary
axios^1.9.0→^1.13.6(CVE-2026-25639, DoS via__proto__)qs^6.11.0→^6.14.2(CVE-2025-15284, DoS via arrayLimit bypass)typescript-eslint^8.22.0→^8.56.1(fixes transitiveminimatch@9vulnerability)minimatch ^10.2.1(CVE-2026-26996, ReDoS via eslint/mocha chains)serialize-javascript ^7.0.4(RCE via mocha)pre-commitwith@fastify/pre-commit(fixes CVE-2024-21538cross-spawnReDoS at the source)Resolves GRAL-5670, GRAL-5744, GRAL-5759
Test plan
npm auditand verify no HIGH or CRITICAL vulnerabilities remainnpm testto confirm nothing is broken🤖 Generated with Claude Code