From d86d68f1e9a8b40d741ef217c2a05186d3373457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:04:40 +0000 Subject: [PATCH] deps: bump protons-runtime from 5.6.0 to 6.0.1 Bumps [protons-runtime](https://github.com/ipfs/protons) from 5.6.0 to 6.0.1. - [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-runtime-5.6.0...protons-runtime-6.0.1) --- updated-dependencies: - dependency-name: protons-runtime dependency-version: 6.0.1 dependency-type: direct:production 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..80785da 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "cborg": "^4.2.3", "interface-datastore": "^9.0.2", "multiformats": "^13.2.2", - "protons-runtime": "^5.5.0", + "protons-runtime": "^6.0.1", "timestamp-nano": "^1.0.1", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.1.0"