Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 875b72f

Browse files
Update dependency uuid to v9
1 parent 525da1b commit 875b72f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"rxjs": "^6.6.7",
3737
"sourcegraph": "25.7.0",
3838
"tagged-template-noop": "^2.1.1",
39-
"uuid": "^8.3.2"
39+
"uuid": "^9.0.1"
4040
},
4141
"devDependencies": {
4242
"@sourcegraph/eslint-config": "^0.29.0",
@@ -53,7 +53,7 @@
5353
"@types/node": "14.18.28",
5454
"@types/node-fetch": "3.0.2",
5555
"@types/recursive-readdir": "2.2.1",
56-
"@types/uuid": "8.3.4",
56+
"@types/uuid": "9.0.8",
5757
"@types/yargs": "17.0.10",
5858
"codecov": "^3.8.3",
5959
"eslint": "^7.32.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,10 +1763,10 @@
17631763
dependencies:
17641764
"@sinonjs/fake-timers" "^7.1.0"
17651765

1766-
"@types/uuid@8.3.4":
1767-
version "8.3.4"
1768-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
1769-
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
1766+
"@types/uuid@9.0.8":
1767+
version "9.0.8"
1768+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
1769+
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
17701770

17711771
"@types/yargs-parser@*":
17721772
version "15.0.0"
@@ -9527,11 +9527,16 @@ uuid@^3.3.2, uuid@^3.3.3:
95279527
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
95289528
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
95299529

9530-
uuid@^8.0.0, uuid@^8.3.2:
9530+
uuid@^8.0.0:
95319531
version "8.3.2"
95329532
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
95339533
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
95349534

9535+
uuid@^9.0.1:
9536+
version "9.0.1"
9537+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
9538+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
9539+
95359540
v8-compile-cache-lib@^3.0.0:
95369541
version "3.0.0"
95379542
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"

0 commit comments

Comments
 (0)