From d8477f43fb7f6e2d450ec82c3a0842c9360c6007 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 00:24:38 +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",