From 23f7428d2266f69dec106a33d5be93e9e28192c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:38:15 +0000 Subject: [PATCH] fix: samples/hapi-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- samples/hapi-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/hapi-app/package.json b/samples/hapi-app/package.json index 1b471a68c..77055343b 100644 --- a/samples/hapi-app/package.json +++ b/samples/hapi-app/package.json @@ -59,7 +59,7 @@ "milligram": "^1.3.0", "react-notify-toast": "^0.5.0", "react-router-config": "^5.1.1", - "react-router-dom": "^5.1.2" + "react-router-dom": "^6.0.0" }, "devDependencies": { "@xarc/app-dev": "^8.0.0",