From acc145d2cf11f5eb4178fe870b30365dbd675416 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 21:18:59 +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-WS-7266574 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index e5008ca406d..38494ac0b78 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -50,7 +50,7 @@ "html-webpack-plugin": "3.2.0", "identity-obj-proxy": "3.0.0", "loader-utils": "^1.1.0", - "jest": "22.4.3", + "jest": "28.0.0", "mini-css-extract-plugin": "^0.4.0", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.3.1",