From 771cd056c7621c0b38ae0dbc77e7df482c1ac9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:22:28 +0000 Subject: [PATCH] chore(deps): bump protobufjs from 8.6.4 to 8.6.6 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.6.4 to 8.6.6. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.6.4...protobufjs-v8.6.6) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index db2219d..4df44bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.2", "license": "GPL-3.0", "dependencies": { - "protobufjs": "^8.0.0" + "protobufjs": "^8.6.6" }, "devDependencies": { "@rollup/plugin-alias": "^6.0.0", @@ -4079,9 +4079,9 @@ } }, "node_modules/protobufjs": { - "version": "8.6.4", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.4.tgz", - "integrity": "sha512-/+XMv9JalknuncEJSwsyEVlwcxVLKx2iaoSUXFZA86MJkdqyOdfrlB1sB7S6aKyUk9tl20YY+SgQe5J2sJHTcg==", + "version": "8.6.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.6.tgz", + "integrity": "sha512-RkLIhE+Tdc2Kpq1F4Uw6OnpAXPca7B+GSDov/GqGCqNBpVyDskQ9yReZfgM+C7xw9AAix873iQZXbBWXj6NzYQ==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2" diff --git a/package.json b/package.json index 29632ae..d9d0a6a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "protobufjs": "^8.0.0" + "protobufjs": "^8.6.6" }, "devDependencies": { "@rollup/plugin-alias": "^6.0.0",