From 7fcf1e1eb7d4ce9756bb75cdf7584421a5b41d79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 04:10:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 604ee504088..958f73748f0 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "react-i18next": "^11.15.3", "react-material-ui-carousel": "^3.1.1", "react-redux": "^7.2.6", - "react-router-dom": "^6.2.1", + "react-router-dom": "^6.30.2", "react-select": "^5.2.2", "react-spring": "^9.4.2", "redux": "^4.1.2",