From 92ae2227aa4bdb360566a041425edf71705995d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 23:04:49 +0000 Subject: [PATCH] Bump protobufjs and ts-proto Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.4 and updates ancestor dependency [ts-proto](https://github.com/stephenh/ts-proto). These dependencies need to be updated together. Updates `protobufjs` 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) Updates `ts-proto` from 1.131.2 to 1.131.2 - [Release notes](https://github.com/stephenh/ts-proto/releases) - [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md) - [Commits](https://github.com/stephenh/ts-proto/compare/v1.131.2...v1.131.2) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect - dependency-name: ts-proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e72b135..ff8c3df7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "secp256k1": "^4.0.3", "sqlite3": "^5.1.5", "ts-node": "^10.7.0", - "ts-proto": "^1.112.1", + "ts-proto": "^1.131.2", "typeorm": "0.3.15", "typescript": "^4.6.4", "uuid": "^8.3.2" @@ -3118,9 +3118,9 @@ } }, "node_modules/protobufjs": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.1.2.tgz", - "integrity": "sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -6761,9 +6761,9 @@ } }, "protobufjs": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.1.2.tgz", - "integrity": "sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/package.json b/package.json index a6c17ed7..14a6a4bd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "secp256k1": "^4.0.3", "sqlite3": "^5.1.5", "ts-node": "^10.7.0", - "ts-proto": "^1.112.1", + "ts-proto": "^1.131.2", "typeorm": "0.3.15", "typescript": "^4.6.4", "uuid": "^8.3.2"