chore(deps): patch dependabot vulnerabilities (axios, fast-uri, uuid)#756
Merged
Conversation
Resolve 5 of 6 open dependabot alerts: - axios -> ^1.15.2 via root overrides (alerts #113, #116) - fast-uri -> ^3.1.2 via root overrides (alerts #114, #115) - uuid -> ^11.1.1 in webview-ui (alert #122); only v4 named import is used, which is API-compatible across v10 -> v11 js-cookie (#119) is left for a follow-up: the patched 3.0.7 was published after the team's npm `before` supply-chain cutoff. It's a dev-only transitive dep via @vue/test-utils, so practical exposure is low. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Reviews (1): Last reviewed commit: "chore(deps): patch dependabot vulnerabil..." | Re-trigger Greptile |
terzioglub
approved these changes
May 22, 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
Resolve 5 of 6 open Dependabot alerts:
^1.15.2via rootoverrides(resolves to 1.16.1)package.json^3.1.2via rootoverridespackage.json^10.0.0→^11.1.1(direct dep)webview-ui/package.jsonaxioswas pinned exactly to1.15.1by@rudderstack/rudder-sdk-node, so a transitive bump vianpm updatewas not possible — added tooverrides.fast-uriwas already constrained as^3.0.1byajv, but added tooverridesto be explicit.uuidis a major bump (10 → 11). Only thev4named import is used (4 call sites:bruinStore.ts,BruinSettings.vue,AssetColumns.vue,CustomChecks.vue), and that API has been stable since v7.Not included
Alert #119 —
js-cookie(high): patched at3.0.7, published 2026-05-16, which is past the team'snpm config beforesupply-chain cutoff (2026-05-15). It is a dev-only transitive dep via@vue/test-utils → js-beautifyand never reaches the webview runtime. Suggest a follow-up once the cutoff naturally rolls forward.Test plan
npm run compile(root) — cleanvitest run(webview-ui) — 156/156 passnpm auditconfirms the 4 root + 1 webview Dependabot CVEs are gone🤖 Generated with Claude Code