From f0e99394e7a49b70344ebe88129ee509b586696f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 20:02:43 +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 d51b7689a..c11994864 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@ungap/structured-clone": "^1.2.0", "core-js": "^3.35.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "prop-types": "^15.8.1" }, "devDependencies": {