Skip to content

Commit f95ec2e

Browse files
authored
Update dependency uuid to v7 (#325)
1 parent e7fcbc4 commit f95ec2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"acorn-walk": "7.1.1",
4141
"google-closure-compiler": "20200204.0.0",
4242
"magic-string": "0.25.6",
43-
"uuid": "3.4.0"
43+
"uuid": "7.0.0"
4444
},
4545
"devDependencies": {
4646
"@types/acorn": "4.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4335,10 +4335,10 @@ util-deprecate@~1.0.1:
43354335
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
43364336
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
43374337

4338-
uuid@3.4.0:
4339-
version "3.4.0"
4340-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
4341-
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
4338+
uuid@7.0.0:
4339+
version "7.0.0"
4340+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79"
4341+
integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ==
43424342

43434343
uuid@^3.3.2:
43444344
version "3.3.3"

0 commit comments

Comments
 (0)