From 987a5fb8e5fde71d15111923b5825dd7ced6d087 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 12:12:13 +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 d3f653b..686fc02 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "types": "dist/index.d.ts", "dependencies": { "@technobuddha/library": "^1.9.46", - "lodash-es": "4.17.21", + "lodash-es": "4.17.23", "react": "19.1.1", "react-dom": "19.1.1", "type-fest": "4.41.0"