From d3bc105f5e41efb25c4fe6c1321fc19a4e6dee39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 04:44:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 117dd4118c..94334981fd 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "@sentry/integrations": "^5.29.0", "@sentry/react": "^5.29.0", "@sentry/tracing": "^5.27.0", - "apollo-upload-client": "^14.1.2", + "apollo-upload-client": "^15.0.0", "ascii-data-table": "^2.1.1", "canvg": "^3.0.7", "core-js": "3", @@ -215,7 +215,7 @@ "react-dom": "^17.0.2", "react-is": "^17.0.2", "react-markdown": "^8.0.0", - "react-redux": "^5.0.7", + "react-redux": "^9.0.0", "react-suber": "1.0.4", "react-svg-inline": "^2.1.1", "react-table": "7.0.4",