Skip to content

Commit 3ea8edf

Browse files
Update dependency uuid to v11
1 parent 7cafa51 commit 3ea8edf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"strip-bom": "^3.0.0",
5050
"tar-fs": "^1.16.0",
5151
"tar-stream": "^1.6.1",
52-
"uuid": "^3.0.1",
52+
"uuid": "^11.0.0",
5353
"v8-compile-cache": "^2.0.0",
5454
"validate-npm-package-license": "^3.0.4",
5555
"yn": "^2.0.0"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7522,7 +7522,12 @@ util@^0.10.3:
75227522
dependencies:
75237523
inherits "2.0.3"
75247524

7525-
uuid@^3.0.1, uuid@^3.1.0:
7525+
uuid@^11.0.0:
7526+
version "11.0.5"
7527+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
7528+
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
7529+
7530+
uuid@^3.1.0:
75267531
version "3.3.2"
75277532
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
75287533
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==

0 commit comments

Comments
 (0)