From d49adba6fa04b40d33dc1f8fcfbce0a1f7b998f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 22:08:26 +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-SEMVER-3247795 --- 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..754f74abd1 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": "4.0.0", "supertest": "^3.0.0" }, "devDependencies": {