Skip to content

Commit

Permalink
fix(deps): update dependency google-protobuf to v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2021
1 parent 386c949 commit 462e7d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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.2",
"frolint": "2.8.2",
"google-protobuf": "3.14.0",
"google-protobuf": "3.19.0",
"graphql": "15.4.0",
"graphql-scalars": "1.12.0",
"jest": "27.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@testapis/node-native/package.json
Expand Up @@ -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.19.0"
},
"devDependencies": {
"@testapis/proto": "^0.5.0-alpha.18"
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -3683,15 +3683,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.19.0, google-protobuf@^3.15.5:
version "3.19.0"
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.19.0.tgz#97f474323c92f19fd6737af1bb792e396991e0b8"
integrity sha512-qXGAiv3OOlaJXJNeKOBKxbBAwjsxzhx+12ZdKOkZTsqsRkyiQRmr/nBkAkqnuQ8cmA9X5NVXvObQTpHVnXE2DQ==

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"
Expand Down

0 comments on commit 462e7d4

Please sign in to comment.