From 84c56d85b1943ffb00712b7479bd053fa12f57f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:39:55 +0000 Subject: [PATCH] chore(deps): update dependency protoc-gen-ts to v0.8.7 --- bindings/typescript/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/typescript/package.json b/bindings/typescript/package.json index 63948187..d8c598b7 100644 --- a/bindings/typescript/package.json +++ b/bindings/typescript/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/google-protobuf": "3.15.6", - "protoc-gen-ts": "0.8.6", + "protoc-gen-ts": "0.8.7", "typescript": "^4.9.0" }, "comment": [ diff --git a/yarn.lock b/yarn.lock index ffbe805e..8d842650 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,10 +22,10 @@ prettier@^2.8.8: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -protoc-gen-ts@0.8.6: - version "0.8.6" - resolved "https://registry.yarnpkg.com/protoc-gen-ts/-/protoc-gen-ts-0.8.6.tgz#e789a6fc3fbe09bdc119acecc349b9554ec5940e" - integrity sha512-66oeorGy4QBvYjQGd/gaeOYyFqKyRmRgTpofmnw8buMG0P7A0jQjoKSvKJz5h5tNUaVkIzvGBUTRVGakrhhwpA== +protoc-gen-ts@0.8.7: + version "0.8.7" + resolved "https://registry.yarnpkg.com/protoc-gen-ts/-/protoc-gen-ts-0.8.7.tgz#63e4d9af2ad30b753acf6f739323d01fc9f80b52" + integrity sha512-jr4VJey2J9LVYCV7EVyVe53g1VMw28cCmYJhBe5e3YX5wiyiDwgxWxeDf9oTqAe4P1bN/YGAkW2jhlH8LohwiQ== tree-sitter-cli@^0.20.4: version "0.20.6"