Skip to content

Commit bcd570f

Browse files
chore(deps): update dependency uuid to v9 (#1118)
1 parent 0a6e34f commit bcd570f

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tslint-config-prettier": "1.18.0",
4646
"typedoc": "0.23.14",
4747
"typescript": "4.8.2",
48-
"uuid": "8.3.2"
48+
"uuid": "9.0.0"
4949
},
5050
"scripts": {
5151
"prettier": "prettier --write **/*.{ts,js,css,md}",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7340,16 +7340,21 @@ utils-merge@1.0.1:
73407340
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
73417341
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
73427342

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

73487348
uuid@^3.3.2:
73497349
version "3.4.0"
73507350
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
73517351
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
73527352

7353+
uuid@^8.0.0:
7354+
version "8.3.2"
7355+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
7356+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
7357+
73537358
v8-compile-cache-lib@^3.0.1:
73547359
version "3.0.1"
73557360
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)