From c7b147db14bae78ff0fb605e6a5e77920fe49bd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 11:13:37 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 52126262..52bef63a 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "async": "0.9.0", "authy-node": "1.0.1", "bcryptjs": "~2.3.0", - "body-parser": "1.12.3", + "body-parser": "1.20.4", "bson": "~0.3.1", "clone": "~1.0.2", "cookie-parser": "1.3.4", "ejs": "2.5.5", - "express": "4.12.3", + "express": "4.22.0", "express-partials": "0.3.0", "express-session": "1.11.1", "irc": "0.3.11", @@ -36,7 +36,7 @@ "serve-favicon": "2.2.0", "socket.io": "1.3.5", "socket.io-client": "1.3.5", - "stripe": "^4.14.0", + "stripe": "^6.25.1", "striptags": "^2.1.1", "uuid": "^3.0.1", "wildcard-subdomains": "^0.1.0"