From 4d84319a1ccf9f1528894549f9d486aae6b7f5b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 10:23:05 +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-TAR-15038581 --- 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 4914ac3ee04..e83d37e22f0 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": "4.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",