Skip to content

Commit fb272a2

Browse files
authored
Update dependency uuid to v7.0.1 (#329)
1 parent ebf871e commit fb272a2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"acorn-walk": "7.1.1",
4141
"google-closure-compiler": "20200204.0.0",
4242
"magic-string": "0.25.6",
43-
"uuid": "7.0.0"
43+
"uuid": "7.0.1"
4444
},
4545
"devDependencies": {
4646
"@types/acorn": "4.0.5",
4747
"@types/estree": "0.0.42",
4848
"@types/node": "12.12.28",
49-
"@types/uuid": "3.4.8",
49+
"@types/uuid": "7.0.0",
5050
"ava": "2.4.0",
5151
"builtins": "3.0.1",
5252
"c8": "7.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,10 @@
444444
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
445445
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
446446

447-
"@types/uuid@3.4.8":
448-
version "3.4.8"
449-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.8.tgz#4ba887fcef88bd9a7515ca2de336d691e3e18318"
450-
integrity sha512-zHWce3allXWSmRx6/AGXKCtSOA7JjeWd2L3t4aHfysNk8mouQnWCocveaT7a4IEIlPVHp81jzlnknqTgCjCLXA==
447+
"@types/uuid@7.0.0":
448+
version "7.0.0"
449+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd"
450+
integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ==
451451

452452
453453
version "7.1.1"
@@ -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-
4339-
version "7.0.0"
4340-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79"
4341-
integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ==
4338+
4339+
version "7.0.1"
4340+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef"
4341+
integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA==
43424342

43434343
uuid@^3.3.2:
43444344
version "3.3.3"

0 commit comments

Comments
 (0)