From e6da9478f0bfa9b02054746197e2c97e8b0cfc3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:38:29 +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 9683226..e840bc5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "hammerjs": "~2.0.8", "html2canvas": "~1.0.0-rc.1", "localforage": "~1.7.3", - "lodash": "~4.17.13", + "lodash": "~4.17.17", "lodash-es": "~4.17.14", "ng-dynamic-component": "~4.0.3", "ngforage": "~4.0.3",