From f30c8317940b7b5cc71b7d860342d6f7886d0714 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 19:33:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bf4cc3..516848a 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "dependencies": { "express": "^4.16.4", "helmet": "^3.22.1", - "node-zopfli-es": "^1.0.5", + "node-zopfli-es": "^2.0.0", "shrink-ray-current": "^4.0.0" } }