Skip to content

Commit

Permalink
fix(deps): update dependency google-protobuf to v3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 29, 2021
1 parent b8e87a3 commit a7dea63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 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.2",
"@types/jest": "26.0.23",
"frolint": "2.7.1",
"google-protobuf": "3.14.0",
"google-protobuf": "3.17.3",
"graphql": "15.4.0",
"graphql-scalars": "1.10.0",
"jest": "27.0.6",
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.2",
"google-protobuf": "3.17.3"
},
"devDependencies": {
"@testapis/proto": "^0.5.0-alpha.15"
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Expand Up @@ -1531,10 +1531,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.2":
version "3.15.2"
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.2.tgz#70753e948cabeb416d71299dc35c3f562a10fb0f"
integrity sha512-ubeqvw7sl6CdgeiIilsXB2jIFoD/D0F+/LIEp7xEBEXRNtDJcf05FRINybsJtL7GlkWOUVn6gJs2W9OF+xI6lg==

"@types/graceful-fs@^4.1.2":
version "4.1.4"
Expand Down Expand Up @@ -3678,12 +3678,7 @@ 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:
google-protobuf@3.17.3, 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==
Expand Down

0 comments on commit a7dea63

Please sign in to comment.