From ee503b3ff8e69f1f5e1cf4eb2664d05875d161be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:28:47 +0000 Subject: [PATCH] deps: bump cborg from 4.2.9 to 4.2.10 Bumps [cborg](https://github.com/rvagg/cborg) from 4.2.9 to 4.2.10. - [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/v4.2.9...v4.2.10) --- updated-dependencies: - dependency-name: cborg dependency-version: 4.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1bb1e4..45ebca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5922,9 +5922,9 @@ } }, "node_modules/cborg": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/cborg/-/cborg-4.2.9.tgz", - "integrity": "sha512-HG8GprGhfzkbzDAIQApqYcN1BJAyf8vDQbzclAwaqrm3ATFnB7ygiWLr+YID+GBdfTJ+yHtzPi06218xULpZrg==", + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/cborg/-/cborg-4.2.10.tgz", + "integrity": "sha512-ZVA0xrVn8uBfDJYgfKKZzB/93z/Uiz7YtRdBPsZi/gyHNyqFdHMLHURVEk9dejOHepaX0zhcMyNva2/vF972SA==", "license": "Apache-2.0", "bin": { "cborg": "lib/bin.js"