From d6254c708e812c44ae53431070d26c663245967b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 09:17:42 +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-FORMDATA-10841150 --- 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 4914ac3ee0..1cb70fec81 100644 --- a/functions/datastore/package.json +++ b/functions/datastore/package.json @@ -17,7 +17,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/datastore": "1.1.0" + "@google-cloud/datastore": "2.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",