From b351cc979ca92e1630fab2d320b069932a6c2c56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 11:17:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bed0462..cf6f887 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "firebase": "^12.7.0", "firebaseui": "^6.1.0", "globals": "^16.5.0", - "lodash-es": "4.17.22", + "lodash-es": "4.17.23", "react": "^19.2.3", "react-debounce-input": "^3.3.0", "react-dom": "^19.2.3",