From d5e51deae04902ae04c0e61bde219bdec53b4e9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 09:27:46 +0000 Subject: [PATCH] fix: public/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- public/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/package.json b/public/package.json index 577e256..8ac368f 100644 --- a/public/package.json +++ b/public/package.json @@ -10,10 +10,10 @@ "author": "Csaba Todor", "license": "MIT", "dependencies": { - "body-parser": "1.18.2", + "body-parser": "1.20.4", "@types/body-parser": "^1.16.8", "cors": "2.8.4", - "express": "^4.16.2", + "express": "^4.22.0", "rxjs": "^5.5.6" } }