From 307d05115d9253b84b00edc6a94a674fa8f4c122 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:15:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 949951f..ac958be 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": "^3.1.0", "bcrypt": "^3.0.0", "dotenv": "^6.0.0", "jsonwebtoken": "^8.1.0",