Skip to content

Commit 6b85c8d

Browse files
Update dependency uuid to v11
1 parent 7cafa51 commit 6b85c8d

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.1.0"
7527+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
7528+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
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)