From 08e9f1cf5c11ff146a419c3d9429d4c518db1ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:52:27 +0000 Subject: [PATCH] deps: bump cborg from 1.10.2 to 2.0.5 Bumps [cborg](https://github.com/rvagg/cborg) from 1.10.2 to 2.0.5. - [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/v1.10.2...v2.0.5) --- updated-dependencies: - dependency-name: cborg 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 cc925f4..2d34314 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ }, "dependencies": { "@ipld/dag-cbor": "^9.0.0", - "cborg": "^1.9.0", + "cborg": "^2.0.5", "multiformats": "^11.0.0", "varint": "^6.0.0" },