From c1ebb954c0f6a6482ae0530450f6a25b73fcbc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:48:18 +0000 Subject: [PATCH] build(deps): bump ts-proto from 1.167.9 to 1.171.0 Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.167.9 to 1.171.0. - [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.167.9...v1.171.0) --- updated-dependencies: - dependency-name: ts-proto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4eb2f84..a5da6fe 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@subql/types-cosmos": "3.2.3", "@types/node": "^20.11.30", "pino": "^8.19.0", - "ts-proto": "^1.167.9", + "ts-proto": "^1.171.0", "tslib": "^2.6.2" } } diff --git a/yarn.lock b/yarn.lock index 4cd079d..1fcff94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11224,10 +11224,10 @@ ts-proto-descriptors@1.15.0: long "^5.2.3" protobufjs "^7.2.4" -ts-proto@^1.167.9: - version "1.167.9" - resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.167.9.tgz#b91df6a1db8f689efcac6a2e20d71cdd5c2af8ab" - integrity sha512-zqZ15CzqvupSpoTl/fzOs5gG7SFvj1ENmWeKMgD4Yl2BSx8I5F+qgYkr9EZYMu7Ho7u+QtwzfudROo+/jwM2pg== +ts-proto@^1.171.0: + version "1.171.0" + resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.171.0.tgz#679f9da0d3c9462b4814f422ef63e3f986936fd0" + integrity sha512-NMwiqCixlk6MZ3TAIpVQUuWwUktCXhoP+07V7D7Eo2IlEwulZucOGrU82toHhPL/QTd+oMBM2RDeQk9qs8+ZEQ== dependencies: case-anything "^2.1.13" protobufjs "^7.2.4"