Skip to content

Commit e65f2e9

Browse files
Update dependency uuid to v9 (#2754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43a908f commit e65f2e9

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"sourceror": "^0.8.5",
8989
"typesafe-actions": "^5.1.0",
9090
"unified": "^11.0.0",
91-
"uuid": "^8.3.2",
91+
"uuid": "^9.0.0",
9292
"xml2js": "^0.6.0",
9393
"yareco": "^0.1.5"
9494
},
@@ -121,7 +121,7 @@
121121
"@types/react-textarea-autosize": "^8.0.0",
122122
"@types/redux-mock-store": "^1.0.3",
123123
"@types/showdown": "^2.0.1",
124-
"@types/uuid": "^8.3.4",
124+
"@types/uuid": "^9.0.0",
125125
"@types/xml2js": "^0.4.11",
126126
"babel-core": "6",
127127
"babel-runtime": "^6.26.0",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,10 +3899,10 @@
38993899
resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43"
39003900
integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==
39013901

3902-
"@types/uuid@^8.3.4":
3903-
version "8.3.4"
3904-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
3905-
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
3902+
"@types/uuid@^9.0.0":
3903+
version "9.0.8"
3904+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
3905+
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
39063906

39073907
"@types/ws@^8.5.1":
39083908
version "8.5.4"
@@ -14090,6 +14090,11 @@ uuid@^8.3.2:
1409014090
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1409114091
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1409214092

14093+
uuid@^9.0.0:
14094+
version "9.0.1"
14095+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
14096+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
14097+
1409314098
v8-compile-cache-lib@^3.0.1:
1409414099
version "3.0.1"
1409514100
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)