Skip to content

Commit 17deac3

Browse files
fix(deps): update dependency uuid to v10 (#5570)
1 parent 1f50cee commit 17deac3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@
16241624
"node-fetch": "2.7.0",
16251625
"process-exists": "4.1.0",
16261626
"tree-kill": "1.2.2",
1627-
"uuid": "9.0.1",
1627+
"uuid": "10.0.0",
16281628
"vega-lite": "5.14.1",
16291629
"vscode-languageclient": "9.0.1",
16301630
"yaml": "2.4.5"

yarn.lock

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

17625-
uuid@9.0.1:
17626-
version "9.0.1"
17627-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
17628-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
17625+
uuid@10.0.0:
17626+
version "10.0.0"
17627+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
17628+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
1762917629

1763017630
uuid@^3.3.3:
1763117631
version "3.4.0"

0 commit comments

Comments
 (0)