From 68143d8806dd63922d3bfb0282c0555051f940c8 Mon Sep 17 00:00:00 2001 From: Alex Ilyaev Date: Mon, 22 Jan 2018 22:05:31 +0200 Subject: [PATCH] Bump `node-notifier` to fix a memory leak issue (fixes #5365) --- 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 0535fb24081f..998edcb80037 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -29,7 +29,7 @@ "jest-util": "^22.1.4", "jest-worker": "^22.1.0", "micromatch": "^2.3.11", - "node-notifier": "^5.1.2", + "node-notifier": "^5.2.1", "realpath-native": "^1.0.0", "rimraf": "^2.5.4", "slash": "^1.0.0",