From 0cdcac5d12d9a3c806cd719b2425972d3b441b75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 08:45:28 +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 be02a30..1e31337 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "react-dom": "^17.0.0", "react-html-parser": "^2.0.2", "react-redux": "^7.2.4", - "react-router-dom": "^5.2.0", + "react-router-dom": "^6.0.0", "react-router-transition": "^2.0.0", - "react-scripts": "^4.0.0", + "react-scripts": "^5.0.0", "reactstrap": "^8.4.0", "snyk": "^1.606.0", "styled-components": "^5.3.0",