From 1ad50f417b527b124145c82eb143739322916cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:04:53 +0000 Subject: [PATCH] chore: bump protons from 7.7.0 to 8.0.2 Bumps [protons](https://github.com/ipfs/protons) from 7.7.0 to 8.0.2. - [Release notes](https://github.com/ipfs/protons/releases) - [Changelog](https://github.com/ipfs/protons/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/protons/compare/protons-7.7.0...protons-8.0.2) --- updated-dependencies: - dependency-name: protons dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d46102..6bd0d16 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "devDependencies": { "@libp2p/peer-id": "^6.0.3", "aegir": "^47.0.20", - "protons": "^7.6.0" + "protons": "^8.0.2" }, "sideEffects": false }