From ec36899ac5f7c2ab3853d2d0eed13f6e523c152c Mon Sep 17 00:00:00 2001 From: "snyk-io-us[bot]" <152054537+snyk-io-us[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:25:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- 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" }