Skip to content

Override gaxios's uuid to 11.1.1 (Dependabot advisory) - #423

Merged
aamoghS merged 1 commit into
devfrom
fix/uuid-advisory
Sep 25, 2026
Merged

aamoghS merged 1 commit into
devfrom
fix/uuid-advisory

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Automated PR tracking changes from fix/uuid-advisory into dev.


Note

Low Risk
Lockfile-only transitive dependency bump via pnpm override, with no direct uuid usage in the repo.

Overview
Addresses the uuid advisory/deprecation for the transitive dependency pulled in by gaxios by adding a pnpm override gaxios>uuid: ^11.1.1.

The lockfile moves uuid from 9.0.1 to 11.1.1 for that dependency chain only; there are no application code changes.

Reviewed by Cursor Bugbot for commit 8add587. Bugbot is set up for automated code reviews on this repo. Configure here.

@google-cloud/storage 8.2 (latest) pulls google-auth-library 9, which
pulls gaxios 6.7.1, which pins uuid ^9.0.1. Dependabot flags uuid <11.1.1
(missing buffer bounds check in v3/v5/v6 when buf is passed).

gaxios only calls uuid.v4() for a multipart boundary, so the app was not
exposed, but the override clears the alert and uuid 11's CommonJS build
exports v4 the same way. Scoped to gaxios>uuid so nothing else moves.
@github-actions
github-actions Bot requested a review from aamoghS as a code owner September 25, 2026 02:28
@aamoghS aamoghS changed the title Feature: fix/uuid-advisory to dev Override gaxios's uuid to 11.1.1 (Dependabot advisory) Sep 25, 2026
@aamoghS
aamoghS merged commit 3f56aa6 into dev Sep 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant