From 4750a2a90e79ebfc249d99cec2de88ab257f6b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:24:17 +0000 Subject: [PATCH] client/ts-web: bump protobufjs from 7.2.6 to 7.4.0 in /client-sdk/ts-web Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.6 to 7.4.0. - [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.4.0) --- 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 d51891512a..5e013d1248 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.4.0", "tweetnacl": "^1.0.3" }, "devDependencies": { diff --git a/client-sdk/ts-web/package-lock.json b/client-sdk/ts-web/package-lock.json index 084bb77b10..99d39a4b9e 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.4.0", "tweetnacl": "^1.0.3" }, "devDependencies": { @@ -7173,9 +7173,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.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -10492,7 +10492,7 @@ "jest": "^29.7.0", "prettier": "^3.3.3", "process": "^0.11.10", - "protobufjs": "~7.2.6", + "protobufjs": "~7.4.0", "protobufjs-cli": "^1.1.3", "stream-browserify": "^3.0.0", "ts-jest": "^29.2.5", @@ -15034,9 +15034,9 @@ "dev": true }, "protobufjs": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", - "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2",