From 34d6414ecc1628db950dff59da2bdc6f441c5a7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 18:21:09 +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 beeb5744..8b025101 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "grunt-contrib-uglify": "^2.0.0", "grunt-preprocess": "^5.1.0", "html-to-text": "^3.0.0", - "zombie": "^5.0.5" + "zombie": "^6.1.0" } }