Skip to content

Commit 9652b71

Browse files
fix(deps): update dependency uuid to v9 (#2387)
1 parent e634bd4 commit 9652b71

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
@@ -1604,7 +1604,7 @@
16041604
"lodash.merge": "4.6.2",
16051605
"lodash.omit": "4.5.0",
16061606
"tree-kill": "1.2.2",
1607-
"uuid": "8.3.2"
1607+
"uuid": "9.0.0"
16081608
},
16091609
"devDependencies": {
16101610
"@swc/core": "1.2.247",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17798,16 +17798,21 @@ uuid-browser@^3.1.0:
1779817798
resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410"
1779917799
integrity sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=
1780017800

17801-
uuid@8.3.2, uuid@^8.0.0, uuid@^8.3.2:
17802-
version "8.3.2"
17803-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
17804-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
17801+
uuid@9.0.0:
17802+
version "9.0.0"
17803+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
17804+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
1780517805

1780617806
uuid@^3.3.2, uuid@^3.3.3:
1780717807
version "3.4.0"
1780817808
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1780917809
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1781017810

17811+
uuid@^8.0.0, uuid@^8.3.2:
17812+
version "8.3.2"
17813+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
17814+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
17815+
1781117816
v8-compile-cache-lib@^3.0.1:
1781217817
version "3.0.1"
1781317818
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)