From a24d08f1779bd79e05cd82de96527d1529b37af8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 06:21:09 +0000 Subject: [PATCH] fix: packages/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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- packages/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 35dae5d7d3dce4..23a44f265448f3 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -60,7 +60,7 @@ "expect-puppeteer": "^4.4.0", "fast-glob": "^3.2.7", "filenamify": "^4.2.0", - "jest": "^26.6.3", + "jest": "^28.0.0", "jest-circus": "^26.6.3", "jest-dev-server": "^5.0.3", "jest-environment-node": "^26.6.2",