From 4dc52bb20a02510a4bc080f8dcce9055c243ef9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 18:48:38 +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-FORMDATA-10841150 --- 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..85b6cc40a84 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.23.0", "arrify": "^1.0.0", "concat-stream": "^1.5.0", "create-error-class": "^3.0.2",