From e69c75c7b970ad98f142c8218461375aa26d2721 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2019 05:21:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 949951f..998618e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "nyc": "^12.0.2" }, "dependencies": { - "@google-cloud/datastore": "^2.0.0", + "@google-cloud/datastore": "^4.0.0", "bcrypt": "^3.0.0", "dotenv": "^6.0.0", "jsonwebtoken": "^8.1.0",