From 0f34c2f0ecc012ef26d6ada745ff4c78451e61ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:53:45 +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 2f85368..ed64c19 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "commander": "~4.1.1", "graphlib": "^2.1.8", "js-yaml": "^3.13.1", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "native-promise-only": "^0.8.1", "path-loader": "^1.0.10", "slash": "^3.0.0",