From 67afb21c4ce734a7c2c1e94f7e1ae71cd4166547 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 02:33:11 +0000 Subject: [PATCH] fix: front-end/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287 --- front-end/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front-end/package.json b/front-end/package.json index 45967f78..996d59b6 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -29,8 +29,8 @@ "react-hot-toast": "2.4.0", "react-i18next": "11.18.6", "react-redux": "8.0.4", - "react-router": "6.4.4", - "react-router-dom": "6.4.1", + "react-router": "6.30.3", + "react-router-dom": "6.30.3", "react-scripts": "5.0.1", "redux": "4.2.0", "redux-devtools-extension": "2.13.9",