From fac259fb604888803bd24f79f49935f7db68a048 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 09:05:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- 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" } }