Skip to content

Commit 43621aa

Browse files
fix(deps): update dependency uuid to v11 (#5808)
1 parent b10bdc0 commit 43621aa

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": "10.0.0",
1627+
"uuid": "11.0.0",
16281628
"vega-lite": "5.14.1",
16291629
"vscode-languageclient": "9.0.1",
16301630
"yaml": "2.6.0"

yarn.lock

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

17607-
uuid@10.0.0:
17608-
version "10.0.0"
17609-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
17610-
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
17607+
uuid@11.0.0:
17608+
version "11.0.0"
17609+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.0.tgz#01c1f5492ed10ad2c0fba1ae1f6d542e6b568d0c"
17610+
integrity sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==
1761117611

1761217612
uuid@^3.3.3:
1761317613
version "3.4.0"

0 commit comments

Comments
 (0)