From 2e987d318d62b2d294c172c6074700cfb2430aa8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 04:12:24 +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-MERGE-1040469 --- 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..6055297a370 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": "24.0.0" } }