From 87058037643e9edbb735e8f258a9a4c20177fc55 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 23 Apr 2022 16:51:48 +0800 Subject: [PATCH] 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 --- rpc/example/node/package-lock.json | 6 +++--- rpc/example/node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rpc/example/node/package-lock.json b/rpc/example/node/package-lock.json index 0016b9a..4d4aaf6 100644 --- a/rpc/example/node/package-lock.json +++ b/rpc/example/node/package-lock.json @@ -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", diff --git a/rpc/example/node/package.json b/rpc/example/node/package.json index 1869d0f..37898d7 100644 --- a/rpc/example/node/package.json +++ b/rpc/example/node/package.json @@ -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"