Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@scure/base": "^1.1.0",
"cbor-web": "^9.0.0",
"tweetnacl": "^1.0.3",
"uuid": "^10.0.0",
"uuid": "^11.0.0",
"varint": "^6.0.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2326,7 +2326,7 @@ __metadata:
rimraf: "npm:^3.0.2"
tweetnacl: "npm:^1.0.3"
typescript: "npm:^4.8.3"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.0"
varint: "npm:^6.0.0"
peerDependencies:
"@polkadot/keyring": ^13.0.0
Expand Down Expand Up @@ -10012,12 +10012,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
"uuid@npm:^11.0.0":
version: 11.1.1
resolution: "uuid@npm:11.1.1"
bin:
uuid: dist/bin/uuid
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
uuid: dist/esm/bin/uuid
checksum: 10c0/9e3af58eba872ece5a5e76f4773a94fc78a0ef2c2444c38dbe6b42f41dadf76c01850fd783604f27986f6195e6286aef064d45987d401b2a33127b98ddf7c0c5
languageName: node
linkType: hard

Expand Down
Loading