From e809922bce6cb4a41ce8f6059770422817402e0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Oct 2021 01:47:51 +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-PROMPTS-1729737 --- 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 83f84fc9de8..f732be0b09c 100644 --- a/packages/confusing-browser-globals/package.json +++ b/packages/confusing-browser-globals/package.json @@ -16,6 +16,6 @@ "index.js" ], "devDependencies": { - "jest": "23.6.0" + "jest": "24.0.0" } }