From cf16d337c152fb27cdec7b655f9907c8e7f346a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 08:14:53 +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 4bcf4aa..d43bca7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "body-parser": "^1.18.2", "cors": "^2.8.4", "dotenv": "^8.2.0", - "express": "^4.16.3", + "express": "^4.22.0", "http": "^0.0.0", "joi": "^13.3.0", "stripe": "^6.0.0"