From 4b66c8355900abaadcbc06a07eaf88a1f5c2c2b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:48:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2647000..cc13c33 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "start": "server.js", "dependencies": { - "express": "^4.16.2", + "express": "^4.22.0", "node-ipgeoblock": "^0.1.4", "serve-index": "^1.9.1", "tar-fs": "^1.16.3"