From a1263e1ff3c0e0f9dc7bca9c022bcded91448fe2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 09:53:54 +0000 Subject: [PATCH] fix: packages/confusing-browser-globals/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/confusing-browser-globals/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/confusing-browser-globals/package.json b/packages/confusing-browser-globals/package.json index 874bec0a52b..3883e3b1a77 100644 --- a/packages/confusing-browser-globals/package.json +++ b/packages/confusing-browser-globals/package.json @@ -16,6 +16,6 @@ "index.js" ], "devDependencies": { - "jest": "22.4.1" + "jest": "30.0.0" } }