[Snyk] Upgrade google-protobuf from 3.21.1 to 3.21.2 (#700)

Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Snyk bot 2022-12-17 14:18:10 +01:00 committed by GitHub
parent 1d839f56c5
commit 673f552d29
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.21.1", "version": "3.21.2",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.1.tgz", "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz",
"integrity": "sha512-iiQnqsR7nzdYfJjo2yOpJJ2bsAaOvV/85HjDx/sxcOJcNMgyj3iK00HsbZbhKS+EixWdu9fPn7quaBvb4IQHtw==" "integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA=="
}, },
"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.21.1", "google-protobuf": "^3.21.2",
"grpc": "^1.24.11", "grpc": "^1.24.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": ">=1.2.6" "minimist": ">=1.2.6"