From f90c639cc7c7b1173bbfbdf5e920114b7b98ddf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:09:49 +0000 Subject: [PATCH] fix: samples/hapi-app-css-modules/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- samples/hapi-app-css-modules/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/hapi-app-css-modules/package.json b/samples/hapi-app-css-modules/package.json index 5f285018c..fe5cad8c9 100644 --- a/samples/hapi-app-css-modules/package.json +++ b/samples/hapi-app-css-modules/package.json @@ -43,7 +43,7 @@ "@hapi/good": "^8.2.4", "@hapi/good-console": "^8.1.2", "@hapi/inert": "^5.1.2", - "@xarc/app": "^8.0.0", + "@xarc/app": "^9.0.0", "@xarc/opt-react": "^1.0.0", "electrode-confippet": "^1.5.0", "electrode-cookies": "^1.0.0", @@ -56,7 +56,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",