From 80bc044415eba111450342591019e61d6a0dae80 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 24 Oct 2017 19:19:43 +0200 Subject: [PATCH] Make update-notifier more resilient and ensure it obeys NO_UPDATE_NOTIFIER, by updating it Connects-To: #698 Change-Type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da638961..d9dfa342 100644 --- a/package.json +++ b/package.json @@ -100,9 +100,9 @@ "umount": "^1.1.6", "underscore.string": "^3.1.1", "unzip2": "^0.2.5", - "update-notifier": "^0.6.1" + "update-notifier": "^2.2.0" }, "optionalDependencies": { "removedrive": "^1.0.0" } -} \ No newline at end of file +}