From d054c7681b55fc75a6fac2ed7fcb673a4847abc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:52:11 +0000 Subject: [PATCH] chore(deps): update dependency @types/protoc-plugin to ^0.0.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 76b00ae..aea123e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/google-protobuf": "^3.15.2", "@types/jest": "~26.0.22", "@types/node": "~14.14.45", - "@types/protoc-plugin": "^0.0.1", + "@types/protoc-plugin": "^0.0.5", "@typescript-eslint/eslint-plugin": "~4.23.0", "@typescript-eslint/parser": "~4.23.0", "eslint": "~7.26.0", diff --git a/yarn.lock b/yarn.lock index e2404b3..627dfbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -651,10 +651,10 @@ resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.3.tgz#ef65165aea2924c9359205bf748865b8881753c0" integrity sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA== -"@types/protoc-plugin@^0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@types/protoc-plugin/-/protoc-plugin-0.0.1.tgz#2ecb019e8862588a745feff3c4ac1bcc2d9a3fe9" - integrity sha512-lbKaYQMNSxtfwDSwuxnTQqVW1N7S82VRw6kKfTYXhoN14PJVt5cuqlS3QeEMWwsZYeX/aU5QYO/aAG481+81jw== +"@types/protoc-plugin@^0.0.5": + version "0.0.5" + resolved "https://registry.yarnpkg.com/@types/protoc-plugin/-/protoc-plugin-0.0.5.tgz#94b2d3d2d1c99755bc73f713f77b1c1600949366" + integrity sha512-0ma2xA21hbKbxN7vToMfoNFEsiNSbbZJNiivnp9nmDXaWsLWpwPXNWz9P6TwhciXvT724y9QpYytmmBxtemLww== dependencies: "@types/google-protobuf" "*" "@types/node" "*"