From 096f55b308ead37e78fbc8377803eca5e419a9c7 Mon Sep 17 00:00:00 2001 From: "snyk-io-us[bot]" <152054537+snyk-io-us[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:44:46 +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 e87064d..3ae4e35 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ , "version": "0.0.1" , "private": false , "dependencies": { - "express": "2.5.8" + "express": "4.22.0" , "request": ">= 2.9.202" , "zlib": ">= 1.0.5" }