[Snyk] Upgrade google-protobuf from 3.20.1 to 3.21.0 (#687)

This commit is contained in:
Snyk bot 2022-08-28 00:34:41 +01:00 committed by GitHub
parent 2c29b4b658
commit 7f4a6670a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -270,9 +270,9 @@
} }
}, },
"google-protobuf": { "google-protobuf": {
"version": "3.20.1", "version": "3.21.0",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.20.1.tgz", "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.0.tgz",
"integrity": "sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw==" "integrity": "sha512-byR7MBTK4tZ5PZEb+u5ZTzpt4SfrTxv5682MjPlHN16XeqgZE2/8HOIWeiXe8JKnT9OVbtBGhbq8mtvkK8cd5g=="
}, },
"grpc": { "grpc": {
"version": "1.24.11", "version": "1.24.11",

View File

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"async": "^3.2.4", "async": "^3.2.4",
"global": "^4.4.0", "global": "^4.4.0",
"google-protobuf": "^3.20.1", "google-protobuf": "^3.21.0",
"grpc": "^1.24.11", "grpc": "^1.24.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": ">=1.2.6" "minimist": ">=1.2.6"