[Snyk] Upgrade google-protobuf from 3.20.0 to 3.20.1 (#680)

Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Snyk bot 2022-06-30 14:42:48 +01:00 committed by GitHub
parent 372c8f4523
commit 754e50d482
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.0", "version": "3.20.1",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.20.0.tgz", "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.20.1.tgz",
"integrity": "sha512-hhXv5IKLDIkb0pEm53G053UZGhRAhw3wM5Jk7ly5sGIQRkO1s63FaDqM9QjlrPHygKEE2awUlLP9fFrG6M9vfQ==" "integrity": "sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw=="
}, },
"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.0", "google-protobuf": "^3.20.1",
"grpc": "^1.24.11", "grpc": "^1.24.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": ">=1.2.6" "minimist": ">=1.2.6"