From 468f3eca2c7e7028523586fc77c94694cb937e10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 09:16:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140045f..98e4e5a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/recharts": "file:@types/recharts", "babel-polyfill": "^6.26.0", "classnames": "^2.2.6", - "lodash": "^4.17.11", + "lodash": "^4.17.23", "rc-slider": "^8.6.3", "react": "^16.5.3", "react-dom": "^16.5.3",