From a0a335715169255769a5ff11620d52b4aabd768c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:36:26 +0000 Subject: [PATCH] Bump protobufjs from 7.1.2 to 7.2.4 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 89b62bc83..8ff3f79c3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "google-protobuf": "^3.21.2", "jasmine": "^4.5.0", "jasmine-core": "^4.5.0", - "protobufjs": "^7.1.2", + "protobufjs": "^7.2.4", "protobufjs-cli": "^1.0.2", "rollup": "^2.3.0", "ts-protoc-gen": "^0.15.0", diff --git a/yarn.lock b/yarn.lock index 9c4d91d30..ac0df54df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -885,10 +885,10 @@ protobufjs-cli@^1.0.2: tmp "^0.2.1" uglify-js "^3.7.7" -protobufjs@^7.1.2: - version "7.1.2" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.1.2.tgz#a0cf6aeaf82f5625bffcf5a38b7cd2a7de05890c" - integrity sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ== +protobufjs@^7.2.4: + version "7.2.4" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.4.tgz#3fc1ec0cdc89dd91aef9ba6037ba07408485c3ae" + integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2"