From 380c87a4f4216d8f1139f23a16c45d7381a8f966 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10:52:54 +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 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7bdf6bdb..e9a0c8594 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "react-google-login": "^5.2.2", "react-i18next": "^11.11.1", "react-redux": "^7.2.4", - "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.3", + "react-router-dom": "^6.0.0", + "react-scripts": "^5.0.0", "react-select": "^4.3.1", "react-toastify": "^7.0.4", "redux": "^4.1.0",