From f02b0601cfcb1d2afc4db6166f8b4db5bbb8f05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:22:02 +0000 Subject: [PATCH] deps: bump @ucanto/core from 10.0.1 to 10.2.0 Bumps [@ucanto/core](https://github.com/web3-storage/ucanto) from 10.0.1 to 10.2.0. - [Release notes](https://github.com/web3-storage/ucanto/releases) - [Changelog](https://github.com/storacha/ucanto/blob/main/CHANGELOG.md) - [Commits](https://github.com/web3-storage/ucanto/compare/core-v10.0.1...core-v10.2.0) --- updated-dependencies: - dependency-name: "@ucanto/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",