From 0ce30442de6dd251d1e5affc7e60af8ec7648b56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:05:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 213a2de..f94b7b2 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.17", "marpat": "1.18.2", "string-to-stream": "^1.1.1" }