From bc94c628fde61920991dfc11e524d0e14628011b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 07:52:40 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8dccb2a..12da5a3 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "react": "^16.12.0", "react-dom": "^16.12.0", "react-json-pretty": "^2.2.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", + "react-router": "^6.30.2", + "react-router-dom": "^6.30.2", "react-select": "^3.1.0", "react-syntax-highlighter": "^15.5.0", "reactjs-popup": "^2.0.4",