From c15d08f80858aa88358dd01e388cac8db9baa62a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Dec 2020 06:58:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODENOTIFIER-1035794 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21f9796040..7972ddfef7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "flow-bin": "^0.91.0", "gh-pages": "^1.1.0", "html-webpack-plugin": "^3.2.0", - "jest": "^25.1.0", + "jest": "^26.0.0", "jest-emotion": "^10.0.11", "jest-in-case": "^1.0.2", "memoize-one": "^5.0.0",