From 1c9a18329894778fc6f763eb61e0bae2beb21b1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 20:41: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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- packages/react-scripts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index a21817920a7..5c21d69813c 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -55,7 +55,7 @@ "html-webpack-plugin": "4.0.0-beta.5", "identity-obj-proxy": "3.0.0", "is-wsl": "^1.1.0", - "jest": "24.9.0", + "jest": "27.0.0", "jest-environment-jsdom-fourteen": "0.1.0", "jest-resolve": "24.9.0", "jest-watch-typeahead": "0.4.0", @@ -78,7 +78,7 @@ "ts-pnp": "1.1.4", "url-loader": "2.1.0", "webpack": "4.41.0", - "webpack-dev-server": "3.2.1", + "webpack-dev-server": "4.9.0", "webpack-manifest-plugin": "2.1.1", "workbox-webpack-plugin": "4.3.1" },