From 9f93881d3d62193994f08c192ccc64876326657c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Jun 2018 06:08:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 289f5b4..5120139 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "electron-packager": "^10.1.2", "flow-bin": "^0.61.0", "foreman": "^2.0.0", - "jest": "^22.4.3", - "jest-cli": "^22.4.3", + "jest": "^23.0.0", + "jest-cli": "^23.2.0", "material-ui": "^1.0.0-beta.44", "material-ui-icons": "^1.0.0-beta.36", "query-string": "^5.1.0",