From 76f6b0f63ed0a2cbcd724efbddc5af648fa6147e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 23:03:29 +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 d6f3465..5ae1ed8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lodash": "^4.17.20", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-router-dom": "^5.2.0", + "react-router-dom": "^6.0.0", "react-scripts": "3.4.3", "slick-carousel": "^1.8.1" },