From 3aa26ff3aab962c28301b26289767c919dd3a7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:23:19 +0000 Subject: [PATCH] Bump protobufjs from 8.0.1 to 8.4.0 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.0.1 to 8.4.0. - [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.0.1...protobufjs-v8.4.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++---------------- package.json | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 277324f8af..631dd6e03f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "mkdirp": "3.0.1", "multer": "2.1.1", "node-fetch": "3.3.1", - "protobufjs": "8.0.1", + "protobufjs": "8.4.0", "sequelize": "6.37.8", "umzug": "3.8.2" }, @@ -7616,25 +7616,14 @@ "dev": true }, "node_modules/protobufjs": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.0.1.tgz", - "integrity": "sha512-NWWCCscLjs+cOKF/s/XVNFRW7Yih0fdH+9brffR5NZCy8k42yRdl5KlWKMVXuI1vfCoy4o1z80XR/W/QUb3V3w==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.0.tgz", + "integrity": "sha512-iriNhQ57SYA5Jbdi+41AyPdx6jPPkFO7DODzkOBmqFhgYn/JzX2HxgxYPY18eQAs3CP/AWqtPvkWn8rclRAxdQ==", "hasInstallScript": true, "inBundle": true, "license": "BSD-3-Clause", "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" + "long": "^5.3.2" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index f2245aba5b..f84ddad430 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mkdirp": "3.0.1", "multer": "2.1.1", "node-fetch": "3.3.1", - "protobufjs": "8.0.1", + "protobufjs": "8.4.0", "sequelize": "6.37.8", "umzug": "3.8.2" },