Skip to content
Closed
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.0
resolution: "uuid@npm:11.1.0"
bin:
uuid: dist/bin/uuid
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
uuid: dist/esm/bin/uuid
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
languageName: node
linkType: hard

Expand Down
Loading