From 21bb9b44f38bf74fdf1247d45a47b98b17cd93cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 03:33:53 +0000 Subject: [PATCH] fix: functions/datastore/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- functions/datastore/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/datastore/package.json b/functions/datastore/package.json index 6236b96974..a148edf94f 100644 --- a/functions/datastore/package.json +++ b/functions/datastore/package.json @@ -17,7 +17,7 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/datastore": "2.0.0", + "@google-cloud/datastore": "3.0.0", "supertest": "^3.0.0" }, "devDependencies": {