From d55bb7d4fddb113bcf217b143f3ebdd6b070cdc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 07:41:58 +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 d3afc76..6c73c5f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "deploy-storybook": "gh-pages -d storybook-static" }, "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.17.23", "webpack": "^5.88.2" }, "peerDependencies": {