From 681375f8ced410ca85f0d2c72e8730fc3e88d03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:04:07 +0000 Subject: [PATCH] client/ts-web: bump protobufjs from 7.2.6 to 7.3.2 in /client-sdk/ts-web Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.6 to 7.3.2. - [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.6...protobufjs-v7.3.2) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-minor ... 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 a8e8e2e8b1..e16017a9fb 100644 --- a/client-sdk/ts-web/core/package.json +++ b/client-sdk/ts-web/core/package.json @@ -30,7 +30,7 @@ "bip39": "^3.1.0", "cborg": "^2.0.3", "grpc-web": "^1.5.0", - "protobufjs": "~7.2.6", + "protobufjs": "~7.3.2", "tweetnacl": "^1.0.3" }, "devDependencies": { diff --git a/client-sdk/ts-web/package-lock.json b/client-sdk/ts-web/package-lock.json index 3aa82cea7c..1b18ed18bb 100644 --- a/client-sdk/ts-web/package-lock.json +++ b/client-sdk/ts-web/package-lock.json @@ -21,7 +21,7 @@ "bip39": "^3.1.0", "cborg": "^2.0.3", "grpc-web": "^1.5.0", - "protobufjs": "~7.2.6", + "protobufjs": "~7.3.2", "tweetnacl": "^1.0.3" }, "devDependencies": { @@ -6835,9 +6835,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", - "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz", + "integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -10091,7 +10091,7 @@ "jest": "^29.7.0", "prettier": "^3.2.5", "process": "^0.11.10", - "protobufjs": "~7.2.6", + "protobufjs": "~7.3.2", "protobufjs-cli": "^1.1.2", "stream-browserify": "^3.0.0", "ts-jest": "^29.1.2", @@ -14359,9 +14359,9 @@ } }, "protobufjs": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", - "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz", + "integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2",