From 06e2f6bce2d0a843b9c0d5fccdd0bfeb27257601 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 15:31:50 +0000 Subject: [PATCH] fix: infra/discovery/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- infra/discovery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/discovery/package.json b/infra/discovery/package.json index 96b87aa0a5c..8bad60be57a 100644 --- a/infra/discovery/package.json +++ b/infra/discovery/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/OriginProtocol/origin/issues" }, "dependencies": { - "@google-cloud/pubsub": "1.5.0", + "@google-cloud/pubsub": "2.0.0", "@origin/graphql": "^0.1.1", "@origin/growth-shared": "^0.1.0", "@origin/identity": "^0.1.0",