From 7eb796af7de0756166cb12fc636d347703595781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:16:11 +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 83a280b..4a54e33 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "number-to-words": "1.2.4", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "5.2.0", + "react-router-dom": "6.0.0", "react-scripts": "4.0.3", "speak-tts": "2.0.8", "time-in-words": "1.1.0",