From 6b8c24ee32df2413f864eba9091847e52f9d8892 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 21:59:20 +0000 Subject: [PATCH] fix: tutorials/cloud-iot-rtdp/function/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- tutorials/cloud-iot-rtdp/function/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/cloud-iot-rtdp/function/package.json b/tutorials/cloud-iot-rtdp/function/package.json index 17d2a5102e..3bb308a07a 100644 --- a/tutorials/cloud-iot-rtdp/function/package.json +++ b/tutorials/cloud-iot-rtdp/function/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@google-cloud/datastore": "1.3.4" + "@google-cloud/datastore": "1.4.0" } }