From 25083dabcf7b623c2939d0f740e03287aeff54de Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 6 May 2019 09:28:21 -0600 Subject: [PATCH] :arrow_up: @atom/notify@1.0.6 to kill notify subprocess on parent exit --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34ff40a96..0eca467eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -744,9 +744,9 @@ } }, "@atom/notify": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.0.5.tgz", - "integrity": "sha512-RVDklPTsV3Ax+JxHYa8/PDXUgc9gWSCycCuBiPl40lmuluQQrnUPDKuqeEaSGPu+CfuGy4ufXvUaPe1A0K5Zyg==" + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.0.6.tgz", + "integrity": "sha512-gWAihcKk0G+/5V67BgZ1uJ5sIkTs6GzPcj5+xrsULCF2B2aPzSdfk1XJ0DPiEopincBTFZ4mhFL4kDl24iv0TQ==" }, "@atom/nsfw": { "version": "1.0.18", diff --git a/package.json b/package.json index a50a5060e..c12f00bdc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "electronVersion": "2.0.18", "dependencies": { - "@atom/notify": "1.0.5", + "@atom/notify": "1.0.6", "@atom/nsfw": "1.0.18", "@atom/source-map-support": "^0.3.4", "@atom/watcher": "1.3.1",