From c42d69a9eca3913b233b4817c0b38e1de6aa66c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 12:11:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-ipfs from 7.0.6 to 8.0.0 Bumps [eslint-config-ipfs](https://github.com/ipfs/eslint-config-ipfs) from 7.0.6 to 8.0.0. - [Release notes](https://github.com/ipfs/eslint-config-ipfs/releases) - [Changelog](https://github.com/ipfs/eslint-config-ipfs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.6...v8.0.0) --- updated-dependencies: - dependency-name: eslint-config-ipfs dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/js-libp2p-example-delegated-routing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js-libp2p-example-delegated-routing/package.json b/examples/js-libp2p-example-delegated-routing/package.json index 74aba1d..73244ec 100644 --- a/examples/js-libp2p-example-delegated-routing/package.json +++ b/examples/js-libp2p-example-delegated-routing/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@libp2p/peer-id": "^5.0.4", - "eslint-config-ipfs": "^7.0.2", + "eslint-config-ipfs": "^8.0.0", "helia": "^5.0.0", "test-ipfs-example": "^1.0.0" },