diff --git a/package-lock.json b/package-lock.json index 5eed9b5..9e3502d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@ipld/car": "^5.4.0", "@ipld/dag-json": "^10.2.3", "@sentry/node": "^8.50.0", - "@ucanto/core": "^10.0.1", + "@ucanto/core": "^10.2.0", "@ucanto/principal": "^9.0.1", "@web3-storage/car-block-validator": "^1.2.0", "@web3-storage/w3up-client": "^16.5.2", @@ -1746,15 +1746,15 @@ } }, "node_modules/@ucanto/core": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-10.0.1.tgz", - "integrity": "sha512-1BfUaJu0/c9Rl/WdZSDbScJJLsPsPe1g4ynl5kubUj3xDD/lyp/Q12PQVQ2X7hDiWwkpwmxCkRMkOxwc70iNKQ==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-10.2.0.tgz", + "integrity": "sha512-KlLMg2gx91gnUum1w+zFf33XlcE3WLcSeeeDIKJt1M2zdxAKBmL7RGUtKqx73DxziJqXc31UHjV44ifNUSiLwQ==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "^5.1.0", "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-ucan": "^3.4.0", - "@ucanto/interface": "^10.0.1", + "@ucanto/interface": "^10.1.0", "multiformats": "^11.0.2" } }, @@ -1769,9 +1769,9 @@ } }, "node_modules/@ucanto/interface": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-10.0.1.tgz", - "integrity": "sha512-+Vr/N4mLsdynV9/bqtdFiq7WsUf3265/Qx2aHJmPtXo9/QvWKthJtpe0g8U4NWkWpVfqIFvyAO2db6D9zWQfQw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-10.1.0.tgz", + "integrity": "sha512-FaWKc24r9Bzi7HCkZbl3mH5WagS7RKoJ8AKb5erPilqyAggOk/yMlAUTLoyF5PmKfe1JO17AWOikWtenLfHjmg==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/dag-ucan": "^3.4.0", diff --git a/package.json b/package.json index 54aa0c9..f1ce92a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@ipld/car": "^5.4.0", "@ipld/dag-json": "^10.2.3", "@sentry/node": "^8.50.0", - "@ucanto/core": "^10.0.1", + "@ucanto/core": "^10.2.0", "@ucanto/principal": "^9.0.1", "@web3-storage/car-block-validator": "^1.2.0", "@web3-storage/w3up-client": "^16.5.2",