From 2fc844e65801e563b147be990f3bf242742d6bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:42:48 +0000 Subject: [PATCH] Bump node-notifier from 9.0.0 to 9.0.1 Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v9.0.0...v9.0.1) Signed-off-by: dependabot[bot] --- 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 7f1e30f..d7e2fba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7782,9 +7782,9 @@ "dev": true }, "node-notifier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.0.tgz", - "integrity": "sha512-SkwNwGnMMlSPrcoeH4CSo9XyWe72acAHEJGDdPdB+CyBVHsIYaTQ4U/1wk3URsyzC75xZLg2vzU2YaALlqDF1Q==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz", + "integrity": "sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==", "requires": { "growly": "^1.3.0", "is-wsl": "^2.2.0", diff --git a/package.json b/package.json index ef12b8c..a323d42 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.2.6", "@actions/http-client": "^1.0.9", "@types/js-yaml": "^4.0.0", - "node-notifier": "^9.0.0" + "node-notifier": "^9.0.1" }, "devDependencies": { "@types/jest": "^26.0.20",