From fcd069b3d79188b1086cbdc91d39bcc27f2ba2c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 10:10:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2546d1..1b27f9b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-dom": "^16.2.0", "react-lite": "^0.15.28", "react-redux": "^5.0.6", - "react-router": "^4.2.0", + "react-router": "^6.0.0", "redux": "^3.6.0", "redux-form": "^7.2.0", "redux-logger": "^3.0.6",