GRAL-5985 fix: sync lockfile axios specifier and remove redundant flatted override#731
Draft
pipedrive-backoffice-pr[bot] wants to merge 1 commit into
Conversation
The package-lock.json root spec for axios was stale (^1.13.6) while package.json already specified ^1.16.0. This mismatch could cause security scanners to flag the dependency as vulnerable. Regenerated the lockfile to sync the spec. Also removed the flatted override since flat-cache@3.0.4 already resolves to 3.4.2 without it. Resolves: GRAL-5985 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
Compliance checkRun: 26084866925 ✅ Compliance report✅ Compliance Review — PassedTemplate: Security by Design Checklist v1
Evaluated by compliance-engine plugin · Template #29 |
Author
Jira ↔ PR Relevance Check: Relevant ✅Ticket: Update What aligns
Minor unrelated change
SummaryThe PR directly and fully addresses the Jira ticket requirements. The only extra change (removing the |
Author
|
/review |
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.
Jira: GRAL-5985
Workflow run: GitHub Actions
Summary
package-lock.jsonroot spec foraxiosfrom stale^1.13.6to^1.16.0(matchingpackage.json), resolving the security scanner flag for CVE-2026-42033, CVE-2026-42035, CVE-2026-42043, CVE-2026-42264flattedoverride — parentflat-cache@3.0.4(^3.1.0) already resolves to3.4.2without itaxiosversion was already1.16.0(above the required1.15.2); the vulnerability was caused by the lockfile metadata mismatch, not the actual installed versionTest plan
npm auditreports zero axios vulnerabilitiesnpm run buildpassesnpm run test— all 25 tests pass🤖 Generated with Claude Code