From f40bd7df3ff44c3d394559adb4dcb839b0d8d31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:05:14 +0000 Subject: [PATCH] deps: bump cborg from 5.1.11 to 6.1.1 Bumps [cborg](https://github.com/rvagg/cborg) from 5.1.11 to 6.1.1. - [Release notes](https://github.com/rvagg/cborg/releases) - [Changelog](https://github.com/rvagg/cborg/blob/master/CHANGELOG.md) - [Commits](https://github.com/rvagg/cborg/compare/v5.1.11...v6.1.1) --- updated-dependencies: - dependency-name: cborg dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/package.json b/packages/server/package.json index 52cbb62..a1df1da 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -161,7 +161,7 @@ "@libp2p/interface": "^3.2.4", "@libp2p/utils": "^7.2.3", "@multiformats/multiaddr": "^13.0.3", - "cborg": "^5.1.1", + "cborg": "^6.1.1", "fastify": "^5.8.5", "helia": "^6.1.4", "interface-datastore": "^9.0.3",