From d378e8e5e7ab7053f08360689642837f7a023e6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 01:02:45 +0000 Subject: [PATCH] fix: packages/prediction/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- packages/prediction/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/prediction/package.json b/packages/prediction/package.json index ee424159914..debbe9bcaaf 100644 --- a/packages/prediction/package.json +++ b/packages/prediction/package.json @@ -50,7 +50,7 @@ "prediction" ], "dependencies": { - "@google-cloud/common": "^0.13.0", + "@google-cloud/common": "^0.23.0", "JSONStream": "^1.0.7", "arrify": "^1.0.0", "extend": "^3.0.0",