From a25c9835028fd0fef0b843745b1999a877a893be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 May 2025 17:42:31 +0000 Subject: [PATCH] fix: packages/hackathon/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/hackathon/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hackathon/package.json b/packages/hackathon/package.json index 1f21f7cc8..d29816a94 100644 --- a/packages/hackathon/package.json +++ b/packages/hackathon/package.json @@ -48,8 +48,8 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-hot-loader": "^4.13.0", - "react-redux": "^7.2.1", - "react-router-dom": "^5.2.0", + "react-redux": "^9.0.0", + "react-router-dom": "^6.0.0", "redux": "^4.0.5", "redux-saga": "^1.1.3", "styled-components": "^5.2.1",