Skip to content

Commit c1efdd7

Browse files
authored
chore(deps): update dependency @types/uuid to v7 (#619)
1 parent 347c6c0 commit c1efdd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/pumpify": "^1.4.1",
8181
"@types/sinon": "^7.0.7",
8282
"@types/through2": "^2.0.34",
83-
"@types/uuid": "^3.4.4",
83+
"@types/uuid": "^7.0.0",
8484
"codecov": "^3.0.0",
8585
"eslint": "^6.0.0",
8686
"eslint-config-prettier": "^6.0.0",
@@ -101,7 +101,7 @@
101101
"proxyquire": "^2.0.0",
102102
"sinon": "^9.0.0",
103103
"typescript": "3.6.4",
104-
"uuid": "^3.0.1"
104+
"uuid": "^7.0.0"
105105
},
106106
"engines": {
107107
"node": ">=8.10.0"

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/bigtable": "^2.3.2",
17-
"uuid": "^3.1.0",
17+
"uuid": "^7.0.0",
1818
"yargs": "^15.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)