From adce921be7470e40166e468c118fca46c6209327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:53:41 -0400 Subject: [PATCH] Bump protobufjs from 7.1.2 to 7.2.4 in /webclient (#4827) Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.1.2 to 7.2.4. - [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.1.2...protobufjs-v7.2.4) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8905eb171..1bbcedf13 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.1.2", + "protobufjs": "^7.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.8", @@ -16586,9 +16586,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/protobufjs": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.1.2.tgz", - "integrity": "sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -31768,9 +31768,9 @@ } }, "protobufjs": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.1.2.tgz", - "integrity": "sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/webclient/package.json b/webclient/package.json index 0b69169fa..6d6b247ac 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.1.2", + "protobufjs": "^7.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.8",