From 8916883e831acb9df311e375563c7a4f73401973 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 07:44:48 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index 4c19eb9..7065cd9 100644 --- a/api/package.json +++ b/api/package.json @@ -33,11 +33,11 @@ "homepage": "https://github.com/MyEtherWallet/simplex-api#readme", "dependencies": { "async": "^2.6.1", - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "cors": "^2.8.4", "debug": "^4.1.1", "dotenv": "^6.0.0", - "express": "^4.16.3", + "express": "^4.22.0", "express-recaptcha": "^4.0.2", "logging": "^3.2.0", "mongoose": "^5.5.10",