From 7fb90000765ca2552dd1c8cb4d420ce4226b4e9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 10:42:36 +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 5af5ab7..e9c5609 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "fast-glob": "^3.3.3", "handlebars": "^4.7.7", "jsonpointer": "^5.0.1", - "lodash": ">=4.17.21", + "lodash": ">=4.17.23", "make-dir": "^3.1.0", "mkdirp": "^2.1.6", "optimist": "^0.5.2",