From 1b6f77463c967df8a45e6ea7c47e6888e742a27c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Oct 2021 22:15:11 +0000 Subject: [PATCH] fix(deps): update dependency google-protobuf to v3.18.1 --- package.json | 4 ++-- packages/@testapis/node-native/package.json | 4 ++-- yarn.lock | 21 ++++++++------------- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 1dbe4bfe..fb889baf 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "test:integration": "yarn generate:testapis && yarn build && yarn lerna run test:integration" }, "devDependencies": { - "@types/google-protobuf": "3.7.4", + "@types/google-protobuf": "3.15.5", "@types/jest": "27.0.1", "frolint": "2.7.1", - "google-protobuf": "3.14.0", + "google-protobuf": "3.18.1", "graphql": "15.4.0", "graphql-scalars": "1.10.0", "jest": "27.0.6", diff --git a/packages/@testapis/node-native/package.json b/packages/@testapis/node-native/package.json index f3f48475..b1a7290d 100644 --- a/packages/@testapis/node-native/package.json +++ b/packages/@testapis/node-native/package.json @@ -4,8 +4,8 @@ "description": "Generated codes with protocolbuffers/protobuf's js_out", "private": true, "dependencies": { - "@types/google-protobuf": "3.7.4", - "google-protobuf": "3.14.0" + "@types/google-protobuf": "3.15.5", + "google-protobuf": "3.18.1" }, "devDependencies": { "@testapis/proto": "^0.5.0-alpha.18" diff --git a/yarn.lock b/yarn.lock index 964aaac8..3dc6f88d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1532,10 +1532,10 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/google-protobuf@3.7.4": - version "3.7.4" - resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.7.4.tgz#1621c50ceaf5aefa699851da8e0ea606a2943a39" - integrity sha512-6PjMFKl13cgB4kRdYtvyjKl8VVa0PXS2IdVxHhQ8GEKbxBkyJtSbaIeK1eZGjDKN7dvUh4vkOvU9FMwYNv4GQQ== +"@types/google-protobuf@3.15.5": + version "3.15.5" + resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.5.tgz#644b2be0f5613b1f822c70c73c6b0e0b5b5fa2ad" + integrity sha512-6bgv24B+A2bo9AfzReeg5StdiijKzwwnRflA8RLd1V4Yv995LeTmo0z69/MPbBDFSiZWdZHQygLo/ccXhMEDgw== "@types/graceful-fs@^4.1.2": version "4.1.4" @@ -3803,15 +3803,10 @@ globby@^11.0.2, globby@^11.0.3: merge2 "^1.3.0" slash "^3.0.0" -google-protobuf@3.14.0: - version "3.14.0" - resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.14.0.tgz#20373d22046e63831a5110e11a84f713cc43651e" - integrity sha512-bwa8dBuMpOxg7COyqkW6muQuvNnWgVN8TX/epDRGW5m0jcrmq2QJyCyiV8ZE2/6LaIIqJtiv9bYokFhfpy/o6w== - -google-protobuf@^3.15.5: - version "3.17.3" - resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.17.3.tgz#f87595073545a77946c8f0b67c302c5f7646d700" - integrity sha512-OVPzcSWIAJ+d5yiHyeaLrdufQtrvaBrF4JQg+z8ynTkbO3uFcujqXszTumqg1cGsAsjkWnI+M5B1xZ19yR4Wyg== +google-protobuf@3.18.1, google-protobuf@^3.15.5: + version "3.18.1" + resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.18.1.tgz#31de10b65e833aa5bbd44680e8a748fa54c920f6" + integrity sha512-cDqSamZ8rGs+pOzhIsBte7wpezUKg/sggeptDWN5odhnRY/eDLa5VWLeNeQvcfiqjS3yUwgM+6OePCJMB7aWZA== graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3, graceful-fs@^4.2.4: version "4.2.6"