From d80d4fcf767dac87eaec45bb0a864f3a6b14ff71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:01:17 +0000 Subject: [PATCH] chore(deps): bump @helia/verified-fetch from 1.5.0 to 2.2.1 Bumps [@helia/verified-fetch](https://github.com/ipfs/helia-verified-fetch) from 1.5.0 to 2.2.1. - [Release notes](https://github.com/ipfs/helia-verified-fetch/releases) - [Changelog](https://github.com/ipfs/helia-verified-fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-1.5.0...@helia/verified-fetch-2.2.1) --- updated-dependencies: - dependency-name: "@helia/verified-fetch" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-browser-verified-fetch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-browser-verified-fetch/package.json b/examples/helia-browser-verified-fetch/package.json index e2993e8c..26091bd7 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -13,7 +13,7 @@ "test": "vite build -c ./test/vite.config.js && test-browser-example test" }, "dependencies": { - "@helia/verified-fetch": "^1.5.0", + "@helia/verified-fetch": "^2.2.1", "@sgtpooki/file-type": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0"