From 38d2850dfbae90701d568259b40e1a9374d1fec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 07:10:51 +0000 Subject: [PATCH] deps: bump @ucanto/core from 10.4.0 to 10.4.2 Bumps [@ucanto/core](https://github.com/web3-storage/ucanto) from 10.4.0 to 10.4.2. - [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.4.0...core-v10.4.2) --- updated-dependencies: - dependency-name: "@ucanto/core" dependency-version: 10.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- publish/package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 103b9bfd..ef808c6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -997,15 +997,25 @@ } }, "node_modules/@ucanto/core": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-10.4.0.tgz", - "integrity": "sha512-ohLgxHUo/XgL1G/pvelsHl3zyq7w+fn6ZVN3yVhgiJwbRh67EqvjavXYEFGSLBzlAdMGsfDNkbetQob1sNSNGg==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-10.4.2.tgz", + "integrity": "sha512-F1j6RZ5cJFzcYzZ3PezOwQSr3bOF0Jto9yhzLBAW38lLfSFY2pbsPIVwvSnzW+OySBbtYM6E5QaWR6o+pZBHKw==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "^5.1.0", "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-ucan": "^3.4.5", - "@ucanto/interface": "^10.3.0", + "@ucanto/interface": "^11.0.0", + "multiformats": "^13.3.1" + } + }, + "node_modules/@ucanto/core/node_modules/@ucanto/interface": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-11.0.0.tgz", + "integrity": "sha512-679NmyKXAuh9Zu8BbTNvwmi5gke8RytH7qRvPxpWL/ytKUm/Ea3y1fwGmaCnTbf38GXtVP89eERAsh+p8pSXzA==", + "license": "(Apache-2.0 AND MIT)", + "dependencies": { + "@ipld/dag-ucan": "^3.4.5", "multiformats": "^13.3.1" } }, @@ -6328,7 +6338,7 @@ "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.35.0", "@ipld/car": "^5.4.2", - "@ucanto/core": "^10.4.0", + "@ucanto/core": "^10.4.2", "@ucanto/principal": "^9.0.2", "@web3-storage/access": "^20.3.0", "@web3-storage/w3up-client": "^16.5.2", diff --git a/publish/package.json b/publish/package.json index c9fa56c2..dfa6d033 100644 --- a/publish/package.json +++ b/publish/package.json @@ -10,7 +10,7 @@ "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.35.0", "@ipld/car": "^5.4.2", - "@ucanto/core": "^10.4.0", + "@ucanto/core": "^10.4.2", "@ucanto/principal": "^9.0.2", "@web3-storage/access": "^20.3.0", "@web3-storage/w3up-client": "^16.5.2",