From 58f540f732a8fd3125474bee75f5905f89ddc591 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 10:35:45 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3d16fbf4f..024afc387 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,9 +10,9 @@ "@fortawesome/react-fontawesome": "0.0.19", "axios": "^0.16.2", "babel-polyfill": "^6.26.0", - "body-parser": "^1.17.1", + "body-parser": "^1.20.4", "eslint-plugin-jest": "^21.15.1", - "express": "^4.15.2", + "express": "^4.22.0", "express-history-api-fallback": "^2.2.1", "history": "^4.6.1", "http-proxy": "^1.16.2",