Skip to content

Commit 80fef1a

Browse files
authored
📌 chore(deps-dev): bump and override uuid to ^11.1.1 for CVE-2026-41907 (#128)
Update uuid from 9.0.1 to 11.1.1 to address security vulnerability CVE-2026-41907. Also adjust uuid version constraints in google-auth-library and googleapis to require ^11.1.1.
1 parent 9dd6c6a commit 80fef1a

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

‎package-lock.json‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"sanitize-html": "^2.17.4"
8484
},
8585
"overrides": {
86-
"glob": "^11.1.0"
86+
"glob": "^11.1.0",
87+
"uuid": "^11.1.1"
8788
}
8889
}

0 commit comments

Comments
 (0)