From 31d25899d4e747fb1fbe252ccaecb400f23b24e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 04:12:16 +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-ACORN-559469 --- 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..591f46e56fb 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": "25.0.0" } }