From 0b16322d3385f5003ffd203a0ec10a682fb22ad8 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:32:36 +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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 337b05b5a70b..16800d366165 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "php-escape-shell": "1.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-redux": "8.1.3", + "react-redux": "9.0.0", "react-use": "^17.5.0", - "redux": "4.2.1", + "redux": "5.0.0", "redux-thunk": "2.4.2", "registry-url": "^6.0.1", "reselect": "4.1.8", @@ -100,9 +100,9 @@ "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.0.0", "@typescript-eslint/parser": "6.21.0", - "ava": "6.1.2", + "ava": "6.3.0", "babel-loader": "9.1.3", - "concurrently": "8.2.2", + "concurrently": "9.0.0", "copy-webpack-plugin": "12.0.2", "cpy-cli": "^5.0.0", "cross-env": "7.0.3",