From 4ac46aad9d628f9227848304e3622225eef960ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 03:07:47 +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-MINIMIST-559764 --- 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" } }