From 071151e67fcfc6fcfa684541d6c365595b913151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Aug 2024 12:58:21 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://dev.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://dev.snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://dev.snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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 9d92e63c390..5415f4f8d40 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -54,7 +54,7 @@ "fs-extra": "7.0.1", "html-webpack-plugin": "4.0.0-beta.5", "identity-obj-proxy": "3.0.0", - "jest": "24.9.0", + "jest": "25.0.0", "jest-environment-jsdom-fourteen": "0.1.0", "jest-resolve": "24.9.0", "jest-watch-typeahead": "0.4.0",