From f030292725887908471c109503b907ea8f97f661 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 13:30:35 +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-REQUEST-3361831 - https://dev.snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - 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..24826e0ef89 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": "27.0.2", "jest-environment-jsdom-fourteen": "0.1.0", "jest-resolve": "24.9.0", "jest-watch-typeahead": "0.4.0",