From 968127fa918049f855808c9e0c5513d889958559 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 May 2025 14:43:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6744dfa0..e87693d2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-copy-to-clipboard": "^5.0.1", "react-dom": "^16.8.6", "react-dropzone": "^10.0.0", - "react-redux": "^5.1.1", + "react-redux": "^9.0.0", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "react-transition-group": "1.2.1",