From ea6608e6628aabc8922f857e4d99876f5b8f3ff6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:19:35 +0000 Subject: [PATCH] fix: samples/hapi-bell-sso/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- samples/hapi-bell-sso/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/hapi-bell-sso/package.json b/samples/hapi-bell-sso/package.json index 7d45eee71..9acac3a43 100644 --- a/samples/hapi-bell-sso/package.json +++ b/samples/hapi-bell-sso/package.json @@ -54,7 +54,7 @@ "lodash": "^4.17.11", "milligram": "^1.3.0", "react-router-config": "^1.0.0-beta.4", - "react-router-dom": "^4.3.1" + "react-router-dom": "^6.0.0" }, "devDependencies": { "@loadable/babel-plugin": "^5.10.0",