Skip to content

Commit 95a5c92

Browse files
committed
fix(deps): update dependency uuid to v11
1 parent c4e2356 commit 95a5c92

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
@@ -95,7 +95,7 @@
9595
"tcp-port-used": "^1.0.2",
9696
"ts-loader": "^9.0.0",
9797
"typescript": "^5.1.6",
98-
"uuid": "^9.0.0",
98+
"uuid": "^11.0.0",
9999
"webpack": "^5.0.0",
100100
"webpack-cli": "^5.0.0"
101101
},

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/bigtable": "^5.1.2",
18-
"uuid": "^9.0.0",
18+
"uuid": "^11.0.0",
1919
"yargs": "^16.0.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)