From 7b1ad5d278caaf144b6db874cf7a96b5055e25fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 16:38:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- 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" } }