From 5a18bb606158e3e2c41e0626edf9008f6d47b9dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jul 2025 10:32:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7de9cc9..c1a169f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "homepage": "https://daquinoaldo.github.io/https-localhost", "dependencies": { "appdata-path": "^1.0.0", - "compression": "^1.7.4", + "compression": "^1.8.1", "cors": "^2.8.5", "express": "^4.17.1", "uglify-js": "^3.15.1",