Skip to content

Commit 23a93b2

Browse files
committed
fix(deps): update dependency uuid to v13
1 parent bae7040 commit 23a93b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"p-limit": "^3.0.1",
8787
"retry-request": "^7.0.0",
8888
"teeny-request": "^9.0.0",
89-
"uuid": "^8.0.0"
89+
"uuid": "^13.0.0"
9090
},
9191
"devDependencies": {
9292
"@babel/cli": "^7.22.10",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@google-cloud/pubsub": "^4.0.0",
2020
"@google-cloud/storage": "^7.17.3",
2121
"node-fetch": "^2.6.7",
22-
"uuid": "^8.0.0",
22+
"uuid": "^13.0.0",
2323
"yargs": "^16.0.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)