From c7d1a47f6244915c27d0d4726741150edb053b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:29:51 +0200 Subject: [PATCH] build(deps): bump @types/google-protobuf from 3.15.6 to 3.15.12 (#960) Bumps [@types/google-protobuf](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-protobuf) from 3.15.6 to 3.15.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-protobuf) --- updated-dependencies: - dependency-name: "@types/google-protobuf" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libraries/grpc-sdk/package.json | 2 +- libraries/module-tools/package.json | 2 +- libraries/testing-tools/package.json | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index 5f5960bdf..db80d289c 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -49,7 +49,7 @@ "@types/convict": "^6.1.6", "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", - "@types/google-protobuf": "^3.15.6", + "@types/google-protobuf": "^3.15.12", "@types/lodash-es": "^4.17.12", "@types/node": "20.11.13", "copyfiles": "^2.4.1", diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index 218bd573c..d5418a448 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -43,7 +43,7 @@ "@types/convict": "^6.1.6", "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", - "@types/google-protobuf": "^3.15.6", + "@types/google-protobuf": "^3.15.12", "@types/lodash-es": "^4.17.12", "@types/node": "20.11.13", "copyfiles": "^2.4.1", diff --git a/libraries/testing-tools/package.json b/libraries/testing-tools/package.json index f9df91402..afbcfa721 100644 --- a/libraries/testing-tools/package.json +++ b/libraries/testing-tools/package.json @@ -23,12 +23,12 @@ "dependencies": { "@grpc/grpc-js": "^1.9.7", "@grpc/proto-loader": "^0.7.6", - "@types/google-protobuf": "^3.15.6", + "@types/google-protobuf": "^3.15.12", "nice-grpc": "^2.1.7" }, "devDependencies": { "@types/convict": "^6.1.6", - "@types/google-protobuf": "^3.15.6", + "@types/google-protobuf": "^3.15.12", "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", diff --git a/yarn.lock b/yarn.lock index a639f40b4..edcd9b499 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3803,10 +3803,10 @@ resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249" integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA== -"@types/google-protobuf@^3.15.6": - version "3.15.6" - resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.6.tgz#674a69493ef2c849b95eafe69167ea59079eb504" - integrity sha512-pYVNNJ+winC4aek+lZp93sIKxnXt5qMkuKmaqS3WGuTq0Bw1ZDYNBgzG5kkdtwcv+GmYJGo3yEg6z2cKKAiEdw== +"@types/google-protobuf@^3.15.12": + version "3.15.12" + resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.12.tgz#eb2ba0eddd65712211a2b455dc6071d665ccf49b" + integrity sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ== "@types/graceful-fs@^4.1.3": version "4.1.5"