From 681fbaed0646880ed3874a435125070607cb2dcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 01:12:57 +0000 Subject: [PATCH] fix: plugins/cost-insights/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-2434283 - https://snyk.io/vuln/SNYK-JS-LODASHES-2434285 - https://snyk.io/vuln/SNYK-JS-LODASHES-2434284 - https://snyk.io/vuln/SNYK-JS-LODASHES-2434289 --- plugins/cost-insights/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index 9304f6abe4b61..278049cf9163d 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -51,7 +51,7 @@ "react-use": "^17.2.4", "recharts": "^1.8.5", "regression": "^2.0.1", - "yup": "^0.29.3" + "yup": "^0.32.10" }, "devDependencies": { "@backstage/cli": "^0.7.7",