From c4d2f26a339aee769cdd8daa0eb4f20e02d0a6a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 07:17:12 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bcf4aa..6eec4b2 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "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" + "stripe": "^6.25.1" }, "devDependencies": { "babel-cli": "^6.26.0",