From 5650a3f6b59182a78b9914d285146ff0eff6a851 Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Sat, 28 Jan 2017 00:54:35 +0100 Subject: [PATCH] Updates node-notifier dep of jest-cli to v5 (#2718) --- packages/jest-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 0b87902c8aec..97ba9483e8e9 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -25,7 +25,7 @@ "jest-snapshot": "^18.1.0", "jest-util": "^18.1.0", "json-stable-stringify": "^1.0.0", - "node-notifier": "^4.6.1", + "node-notifier": "^5.0.1", "sane": "~1.4.1", "string-length": "^1.0.1", "strip-ansi": "^3.0.1",