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/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@kiltprotocol/sr25519-jcs-2023": "^0.1.0",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@scure/base": "^1.1.0",
"@scure/base": "^2.0.0",
"json-pointer": "^0.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@kiltprotocol/jcs-data-integrity-proofs-common": "^0.1.0",
"@kiltprotocol/sr25519-jcs-2023": "^0.1.0",
"@kiltprotocol/types": "workspace:*",
"@scure/base": "^1.1.0",
"@scure/base": "^2.0.0",
"cbor-web": "^9.0.0",
"tweetnacl": "^1.0.3",
"uuid": "^10.0.0",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ __metadata:
"@kiltprotocol/sr25519-jcs-2023": "npm:^0.1.0"
"@kiltprotocol/types": "workspace:*"
"@kiltprotocol/utils": "workspace:*"
"@scure/base": "npm:^1.1.0"
"@scure/base": "npm:^2.0.0"
"@types/json-pointer": "npm:^1.0.34"
json-pointer: "npm:^0.6.2"
rimraf: "npm:^3.0.2"
Expand Down Expand Up @@ -2320,7 +2320,7 @@ __metadata:
"@kiltprotocol/jcs-data-integrity-proofs-common": "npm:^0.1.0"
"@kiltprotocol/sr25519-jcs-2023": "npm:^0.1.0"
"@kiltprotocol/types": "workspace:*"
"@scure/base": "npm:^1.1.0"
"@scure/base": "npm:^2.0.0"
"@types/uuid": "npm:^8.0.0"
cbor-web: "npm:^9.0.0"
rimraf: "npm:^3.0.2"
Expand Down Expand Up @@ -2966,13 +2966,20 @@ __metadata:
languageName: node
linkType: hard

"@scure/base@npm:^1.1.0, @scure/base@npm:^1.1.1, @scure/base@npm:^1.1.5, @scure/base@npm:^1.2.1":
"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.5, @scure/base@npm:^1.2.1":
version: 1.2.1
resolution: "@scure/base@npm:1.2.1"
checksum: 10c0/e61068854370855b89c50c28fa4092ea6780f1e0db64ea94075ab574ebcc964f719a3120dc708db324991f4b3e652d92ebda03fce2bf6a4900ceeacf9c0ff933
languageName: node
linkType: hard

"@scure/base@npm:^2.0.0":
version: 2.0.0
resolution: "@scure/base@npm:2.0.0"
checksum: 10c0/7d999c7bebf053bb49cb706fdc6c5366737cff0f7f7518f52d32d7f7ad7b898904f03673648a2af5c4f22396f5c05f1d8bddbf010d6595052d07ba8163d506ad
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.27.8":
version: 0.27.8
resolution: "@sinclair/typebox@npm:0.27.8"
Expand Down
Loading