From 4722ec3fa636fbba7374a67f02d4e525293cf584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 04:06:18 +0000 Subject: [PATCH] Bump protobufjs from 7.4.0 to 7.5.5 in /webclient Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.4.0 to 7.5.5. - [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-v7.4.0...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webclient/package-lock.json | 14 +++++++------- webclient/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webclient/package-lock.json b/webclient/package-lock.json index 6b12b4ad6..1f6782442 100644 --- a/webclient/package-lock.json +++ b/webclient/package-lock.json @@ -22,7 +22,7 @@ "intl-messageformat": "^10.2.1", "lodash": "^4.17.21", "prop-types": "^15.8.1", - "protobufjs": "^7.2.4", + "protobufjs": "^7.5.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.8", @@ -16714,9 +16714,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/protobufjs": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", - "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz", + "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -32138,9 +32138,9 @@ } }, "protobufjs": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", - "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz", + "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/webclient/package.json b/webclient/package.json index a578fc9d9..104bd822c 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -31,7 +31,7 @@ "intl-messageformat": "^10.2.1", "lodash": "^4.17.21", "prop-types": "^15.8.1", - "protobufjs": "^7.2.4", + "protobufjs": "^7.5.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.8",