From 21fb5ed298eff5a032c3cbbcf5b62e2eec230d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:16:06 +0000 Subject: [PATCH] client/ts-web: bump protobufjs from 7.2.4 to 7.2.5 in /client-sdk/ts-web Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.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.2.4...protobufjs-v7.2.5) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client-sdk/ts-web/core/package.json | 2 +- client-sdk/ts-web/package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client-sdk/ts-web/core/package.json b/client-sdk/ts-web/core/package.json index a865c3c952..69b11fc4a4 100644 --- a/client-sdk/ts-web/core/package.json +++ b/client-sdk/ts-web/core/package.json @@ -30,7 +30,7 @@ "cborg": "^2.0.3", "grpc-web": "^1.4.2", "js-sha512": "^0.8.0", - "protobufjs": "~7.2.4", + "protobufjs": "~7.2.5", "tweetnacl": "^1.0.3" }, "devDependencies": { diff --git a/client-sdk/ts-web/package-lock.json b/client-sdk/ts-web/package-lock.json index 469a6bdb2b..94a577f68a 100644 --- a/client-sdk/ts-web/package-lock.json +++ b/client-sdk/ts-web/package-lock.json @@ -21,7 +21,7 @@ "cborg": "^2.0.3", "grpc-web": "^1.4.2", "js-sha512": "^0.8.0", - "protobufjs": "~7.2.4", + "protobufjs": "~7.2.5", "tweetnacl": "^1.0.3" }, "devDependencies": { @@ -6484,9 +6484,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", - "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", + "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -9373,7 +9373,7 @@ "js-sha512": "^0.8.0", "prettier": "^3.0.3", "process": "^0.11.10", - "protobufjs": "~7.2.4", + "protobufjs": "~7.2.5", "protobufjs-cli": "^1.1.2", "stream-browserify": "^3.0.0", "ts-jest": "^29.1.1", @@ -13576,9 +13576,9 @@ } }, "protobufjs": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", - "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", + "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2",