From 979e4b79044adc82ca17760d46bbaedfe6649e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:46:13 +0000 Subject: [PATCH] build(deps): bump ts-proto from 1.167.9 to 1.169.0 Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.167.9 to 1.169.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.169.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 108bcd6..5d34d97 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@subql/types-cosmos": "3.2.3", "@types/node": "^20.11.26", "pino": "^8.19.0", - "ts-proto": "^1.167.9", + "ts-proto": "^1.169.0", "tslib": "^2.6.2" } } diff --git a/yarn.lock b/yarn.lock index 41dcf87..f2702c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11171,10 +11171,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.169.0: + version "1.169.0" + resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.169.0.tgz#5ee3d99ed538bd93317e889c654b7b268e019281" + integrity sha512-gJQ03mJ3rodH5S/WbgSinjtyOlKdf924GwoT2Ky7b+PRYpaU9X9ByxO/2uikt49WoC+vdPx2AFKGXeOMvHfIYQ== dependencies: case-anything "^2.1.13" protobufjs "^7.2.4"