From 5039d37b853f9a85f4a72ab3c63be9dcef389e19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:46:36 +0000 Subject: [PATCH] fix: examples/services/dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- examples/services/dashboard/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/services/dashboard/package.json b/examples/services/dashboard/package.json index 8444e64969..37bdec4fc4 100644 --- a/examples/services/dashboard/package.json +++ b/examples/services/dashboard/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@misk/common": "0.3.3", - "@misk/core": "0.3.3", + "@misk/core": "0.6.0", "@misk/simpleredux": "0.3.3", "@blueprintjs/core": "3.19.1", "@blueprintjs/datetime": "3.13.0", @@ -41,8 +41,8 @@ "react-helmet": "6.0.0", "react-hot-loader": "4.12.21", "react-redux": "7.2.5", - "react-router": "5.2.1", - "react-router-dom": "5.3.0", + "react-router": "6.0.0", + "react-router-dom": "6.0.0", "react-transition-group": "4.4.1", "redux": "4.1.1", "redux-saga": "1.1.3",