Skip to content

Commit 685f2f3

Browse files
committed
fix(deps): update dependency uuid to v11
1 parent 2202195 commit 685f2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"extend": "^3.0.2",
5959
"is": "^3.3.0",
6060
"stream-events": "^1.0.5",
61-
"uuid": "^9.0.0"
61+
"uuid": "^11.0.0"
6262
},
6363
"devDependencies": {
6464
"@google-cloud/storage": "^7.0.0",

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"mocha": "^8.0.0",
3131
"proxyquire": "^2.1.3",
3232
"sinon": "^18.0.0",
33-
"uuid": "^9.0.0"
33+
"uuid": "^11.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)