fix: upgrade google-protobuf from 3.19.4 to 3.20.0 (#670)
Snyk has created this PR to upgrade google-protobuf from 3.19.4 to 3.20.0. See this package in npm: https://www.npmjs.com/package/google-protobuf See this project in Snyk: https://app.snyk.io/org/appleboy/project/fcfc2ba6-1b67-4528-bc1d-2f9febf86663?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
87c2977f6a
commit
8705803764
|
@ -270,9 +270,9 @@
|
|||
}
|
||||
},
|
||||
"google-protobuf": {
|
||||
"version": "3.19.4",
|
||||
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.19.4.tgz",
|
||||
"integrity": "sha512-OIPNCxsG2lkIvf+P5FNfJ/Km95CsXOBecS9ZcAU6m2Rq3svc0Apl9nB3GMDNKfQ9asNv4KjyAqGwPQFrVle3Yg=="
|
||||
"version": "3.20.0",
|
||||
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.20.0.tgz",
|
||||
"integrity": "sha512-hhXv5IKLDIkb0pEm53G053UZGhRAhw3wM5Jk7ly5sGIQRkO1s63FaDqM9QjlrPHygKEE2awUlLP9fFrG6M9vfQ=="
|
||||
},
|
||||
"grpc": {
|
||||
"version": "1.24.11",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"dependencies": {
|
||||
"async": "^3.2.3",
|
||||
"global": "^4.4.0",
|
||||
"google-protobuf": "^3.19.4",
|
||||
"google-protobuf": "^3.20.0",
|
||||
"grpc": "^1.24.11",
|
||||
"lodash": "^4.17.21",
|
||||
"minimist": ">=1.2.6"
|
||||
|
|
Loading…
Reference in New Issue