From 99921b1d16fd8456ab7c438827c4afe4b628130f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 21:44:13 +0000 Subject: [PATCH] fix: datastore/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 --- datastore/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/functions/package.json b/datastore/functions/package.json index ff68910107..ba4367674a 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -14,7 +14,7 @@ "test": "mocha test/*.test.js --timeout=5000" }, "dependencies": { - "@google-cloud/datastore": "^6.0.0", + "@google-cloud/datastore": "^7.0.0", "is-reachable": "^5.0.0" }, "devDependencies": {