From 6e78251b332da245b634e186615b5f5c2447c3c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 06:44:17 +0000 Subject: [PATCH] fix: packages/datastore/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- packages/datastore/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datastore/package.json b/packages/datastore/package.json index eb9686f2113..d23148a5c2b 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -50,7 +50,7 @@ "datastore" ], "dependencies": { - "@google-cloud/common": "^0.11.0", + "@google-cloud/common": "^0.13.2", "arrify": "^1.0.0", "concat-stream": "^1.5.0", "create-error-class": "^3.0.2",