Skip to content

Commit 1655e27

Browse files
authored
chore(deps): update dependency uuid to v7 (#634)
1 parent 260ac99 commit 1655e27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

handwritten/bigquery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"is": "^3.3.0",
6060
"stream-events": "^1.0.5",
6161
"string-format-obj": "^1.1.1",
62-
"uuid": "^3.3.2"
62+
"uuid": "^7.0.0"
6363
},
6464
"devDependencies": {
6565
"@google-cloud/storage": "^4.0.0",
@@ -73,7 +73,7 @@
7373
"@types/proxyquire": "^1.3.28",
7474
"@types/sinon": "^7.0.12",
7575
"@types/tmp": "0.1.0",
76-
"@types/uuid": "^3.4.4",
76+
"@types/uuid": "^7.0.0",
7777
"codecov": "^3.5.0",
7878
"discovery-tsd": "^0.2.0",
7979
"eslint": "^6.0.0",

handwritten/bigquery/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"mocha": "^7.0.0",
2828
"proxyquire": "^2.1.3",
2929
"sinon": "^9.0.0",
30-
"uuid": "^3.3.0"
30+
"uuid": "^7.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)