Skip to content

Commit 864a641

Browse files
authored
fix(deps): Bump uuid dependency to v11 (#3070)
* Bump uuid to v11 * Deduplicate dependencies
1 parent bde6efd commit 864a641

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"showdown": "^2.1.0",
9595
"sourceror": "^0.8.5",
9696
"unified": "^11.0.0",
97-
"uuid": "^9.0.0",
97+
"uuid": "^11.0.2",
9898
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
9999
"xml2js": "^0.6.0",
100100
"yareco": "^0.1.5"
@@ -129,7 +129,6 @@
129129
"@types/react-test-renderer": "^18.0.0",
130130
"@types/redux-mock-store": "^1.0.3",
131131
"@types/showdown": "^2.0.1",
132-
"@types/uuid": "^9.0.0",
133132
"@types/xml2js": "^0.4.11",
134133
"babel-jest": "^29.7.0",
135134
"buffer": "^6.0.3",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,11 +3269,6 @@
32693269
resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43"
32703270
integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==
32713271

3272-
"@types/uuid@^9.0.0":
3273-
version "9.0.8"
3274-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
3275-
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
3276-
32773272
"@types/ws@^8.5.1":
32783273
version "8.5.4"
32793274
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
@@ -13734,6 +13729,11 @@ utils-merge@1.0.1:
1373413729
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1373513730
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1373613731

13732+
uuid@^11.0.2:
13733+
version "11.0.2"
13734+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875"
13735+
integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==
13736+
1373713737
uuid@^3.3.2:
1373813738
version "3.4.0"
1373913739
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
@@ -13744,11 +13744,6 @@ uuid@^8.3.2:
1374413744
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1374513745
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1374613746

13747-
uuid@^9.0.0:
13748-
version "9.0.1"
13749-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
13750-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
13751-
1375213747
v8-compile-cache-lib@^3.0.1:
1375313748
version "3.0.1"
1375413749
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)