Skip to content

Commit b77a27b

Browse files
fix(deps): update dependency uuid to v9.0.1 (#4688)
1 parent 4c79869 commit b77a27b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@
17301730
"node-fetch": "2.7.0",
17311731
"process-exists": "4.1.0",
17321732
"tree-kill": "1.2.2",
1733-
"uuid": "9.0.0",
1733+
"uuid": "9.0.1",
17341734
"vega-util": "1.17.2",
17351735
"vscode-languageclient": "8.1.0",
17361736
"yaml": "2.3.2"

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21879,10 +21879,10 @@ [email protected]:
2187921879
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
2188021880
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
2188121881

21882-
[email protected].0, uuid@^9.0.0:
21883-
version "9.0.0"
21884-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
21885-
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
21882+
21883+
version "9.0.1"
21884+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
21885+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
2188621886

2188721887
uuid@^3.3.3:
2188821888
version "3.4.0"
@@ -21894,6 +21894,11 @@ uuid@^8.3.0, uuid@^8.3.2:
2189421894
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2189521895
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2189621896

21897+
uuid@^9.0.0:
21898+
version "9.0.0"
21899+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
21900+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
21901+
2189721902
v8-compile-cache-lib@^3.0.1:
2189821903
version "3.0.1"
2189921904
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)