From a5d89cd94b2231ff5dc244dad265c407bfbc6ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:57:01 +0000 Subject: [PATCH] client/ts-web: bump protobufjs from 7.2.5 to 7.2.6 in /client-sdk/ts-web Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.5 to 7.2.6. - [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.5...protobufjs-v7.2.6) --- 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 07712ca486..e34c69d3ca 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.5.0", "js-sha512": "^0.8.0", - "protobufjs": "~7.2.5", + "protobufjs": "~7.2.6", "tweetnacl": "^1.0.3" }, "devDependencies": { diff --git a/client-sdk/ts-web/package-lock.json b/client-sdk/ts-web/package-lock.json index 98a5d172fe..bedf2f940e 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.5.0", "js-sha512": "^0.8.0", - "protobufjs": "~7.2.5", + "protobufjs": "~7.2.6", "tweetnacl": "^1.0.3" }, "devDependencies": { @@ -6608,9 +6608,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -9665,7 +9665,7 @@ "js-sha512": "^0.8.0", "prettier": "^3.2.4", "process": "^0.11.10", - "protobufjs": "~7.2.5", + "protobufjs": "~7.2.6", "protobufjs-cli": "^1.1.2", "stream-browserify": "^3.0.0", "ts-jest": "^29.1.1", @@ -13902,9 +13902,9 @@ } }, "protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2",