From 8da4074b1b9dd21412448f1e923f9c1f0ffd9848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 07:01:09 +0000 Subject: [PATCH] Bump ts-proto from 1.171.0 to 1.176.0 Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.171.0 to 1.176.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.171.0...v1.176.0) --- updated-dependencies: - dependency-name: ts-proto dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0a4ff2f..70c6d85 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "protoc": "^1.1.3", "removeNPMAbsolutePaths": "^3.0.1", "ts-node": "^10.9.2", - "ts-proto": "^1.171.0", + "ts-proto": "^1.176.0", "typescript": "5.4.4", "typescript-eslint": "7.5.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33829f0..22f4ff5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,8 +113,8 @@ devDependencies: specifier: ^10.9.2 version: 10.9.2(@types/node@18.15.11)(typescript@5.4.4) ts-proto: - specifier: ^1.171.0 - version: 1.171.0 + specifier: ^1.176.0 + version: 1.176.0 typescript: specifier: 5.4.4 version: 5.4.4 @@ -5866,21 +5866,21 @@ packages: dprint-node: 1.0.8 dev: true - /ts-proto-descriptors@1.15.0: - resolution: {integrity: sha512-TYyJ7+H+7Jsqawdv+mfsEpZPTIj9siDHS6EMCzG/z3b/PZiphsX+mWtqFfFVe5/N0Th6V3elK9lQqjnrgTOfrg==} + /ts-proto-descriptors@1.16.0: + resolution: {integrity: sha512-3yKuzMLpltdpcyQji1PJZRfoo4OJjNieKTYkQY8pF7xGKsYz/RHe3aEe4KiRxcinoBmnEhmuI+yJTxLb922ULA==} dependencies: long: 5.2.3 protobufjs: 7.2.6 dev: true - /ts-proto@1.171.0: - resolution: {integrity: sha512-NMwiqCixlk6MZ3TAIpVQUuWwUktCXhoP+07V7D7Eo2IlEwulZucOGrU82toHhPL/QTd+oMBM2RDeQk9qs8+ZEQ==} + /ts-proto@1.176.0: + resolution: {integrity: sha512-OWVrVUpNfZVfvKJZlSjRmCPkcNcox6IPRw3RIeyK2Z4d0Uoy1/gkumMwCVOAMznZcv80D1r9GyYHgYVdp6Cj+g==} hasBin: true dependencies: case-anything: 2.1.13 protobufjs: 7.2.6 ts-poet: 6.7.0 - ts-proto-descriptors: 1.15.0 + ts-proto-descriptors: 1.16.0 dev: true /tsconfig-paths@3.14.2: