From 3cecdb1d553bba53ed852842680a974396c524d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 00:21:46 +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-INFLIGHT-6095116 --- packages/react-scripts/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index e7cf28e1924..f8cd299435f 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -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.1.0", "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.0", + "webpack": "5.1.1", + "webpack-dev-server": "4.8.0", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "5.1.4" },