From 413535325089a950d6669f41e9aad03e4e80fa77 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 01:04:53 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-BNJS-15274301 --- packages/react-scripts/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 519d60eceba..fd2b75cfe74 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -44,7 +44,7 @@ "css-loader": "4.3.0", "dotenv": "8.2.0", "dotenv-expand": "5.1.0", - "eslint": "^7.11.0", + "eslint": "^10.0.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.1", @@ -52,14 +52,14 @@ "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^3.9.2", + "eslint-plugin-testing-library": "^4.0.0", "eslint-webpack-plugin": "^2.5.2", "file-loader": "6.1.1", "fs-extra": "^9.0.1", "html-webpack-plugin": "4.5.0", "identity-obj-proxy": "3.0.0", - "jest": "26.6.0", - "jest-circus": "26.6.0", + "jest": "29.0.0", + "jest-circus": "27.0.2", "jest-resolve": "26.6.0", "jest-watch-typeahead": "0.6.1", "mini-css-extract-plugin": "0.11.3", @@ -79,11 +79,11 @@ "sass-loader": "^10.0.5", "semver": "7.3.2", "style-loader": "1.3.0", - "terser-webpack-plugin": "4.2.3", + "terser-webpack-plugin": "5.0.0", "ts-pnp": "1.2.0", "url-loader": "4.1.1", - "webpack": "4.44.2", - "webpack-dev-server": "3.11.1", + "webpack": "5.1.1", + "webpack-dev-server": "4.8.0", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "5.1.4" },