Skip to content

Commit d55644b

Browse files
authored
Bump uuid to 11.1.0 (#1789)
1 parent 0d9b4d8 commit d55644b

File tree

3 files changed

+14
-28
lines changed

3 files changed

+14
-28
lines changed

package-lock.json

Lines changed: 12 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@temporalio/proto": "file:../proto",
1919
"abort-controller": "^3.0.0",
2020
"long": "^5.2.3",
21-
"uuid": "^9.0.1"
21+
"uuid": "^11.1.0"
2222
},
2323
"devDependencies": {
2424
"protobufjs": "^7.2.5"

packages/test/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"protobufjs-cli": "^1.1.2",
5959
"rxjs": "7.8.1",
6060
"stack-utils": "^2.0.6",
61-
"uuid": "^9.0.1"
61+
"uuid": "^11.1.0"
6262
},
6363
"devDependencies": {
6464
"@types/async-retry": "^1.4.8",
@@ -67,7 +67,6 @@
6767
"@types/ms": "^0.7.34",
6868
"@types/node-fetch": "^2.6.10",
6969
"@types/pidusage": "^2.0.5",
70-
"@types/uuid": "^9.0.7",
7170
"fs-extra": "^11.2.0",
7271
"npm-run-all": "^4.1.5",
7372
"pidusage": "^3.0.2"

0 commit comments

Comments
 (0)