From 9e80d55d787b8f979c16d607c369f00edcd26e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:56:07 +0000 Subject: [PATCH] deps: bump @ucanto/core from 10.4.2 to 10.4.5 Bumps [@ucanto/core](https://github.com/storacha/ucanto) from 10.4.2 to 10.4.5. - [Release notes](https://github.com/storacha/ucanto/releases) - [Changelog](https://github.com/storacha/ucanto/blob/main/CHANGELOG.md) - [Commits](https://github.com/storacha/ucanto/compare/core-v10.4.2...core-v10.4.5) --- updated-dependencies: - dependency-name: "@ucanto/core" dependency-version: 10.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- publish/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef808c6a..12bcebff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -997,22 +997,22 @@ } }, "node_modules/@ucanto/core": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-10.4.2.tgz", - "integrity": "sha512-F1j6RZ5cJFzcYzZ3PezOwQSr3bOF0Jto9yhzLBAW38lLfSFY2pbsPIVwvSnzW+OySBbtYM6E5QaWR6o+pZBHKw==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/@ucanto/core/-/core-10.4.5.tgz", + "integrity": "sha512-NKVgAFjpPu1QFyKjYHlaeJbSvst3oA79S7XNSFFQGhNKhGJ45ro67Fa5zxdy5jlU5jhSox3+T81VsmsszfBRYw==", "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": "^11.0.0", + "@ucanto/interface": "^11.0.1", "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==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@ucanto/interface/-/interface-11.0.1.tgz", + "integrity": "sha512-d0yoPFXdbb3EyM3sBom5VVcVyz58HT+57qi/ywSY1dbZAm4c7GZss0lpfcI5OXQREzGCzJYAg1e7pFwqbATnmQ==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/dag-ucan": "^3.4.5", @@ -6338,7 +6338,7 @@ "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.35.0", "@ipld/car": "^5.4.2", - "@ucanto/core": "^10.4.2", + "@ucanto/core": "^10.4.5", "@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 dfa6d033..a77b5fca 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.2", + "@ucanto/core": "^10.4.5", "@ucanto/principal": "^9.0.2", "@web3-storage/access": "^20.3.0", "@web3-storage/w3up-client": "^16.5.2",