From 111121c486d4e5127fb175801c422e211c9db42b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 07:30:19 +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 213a2de..1c96237 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "dependencies": { "fs-extra": "^6.0.1", "child-process-promise": "^2.2.1", - "lodash": "^4.17.10", + "lodash": "^4.17.23", "marpat": "1.18.2", "string-to-stream": "^1.1.1" }