This is an automated email from the ASF dual-hosted git repository. xiangying pushed a commit to branch branch-0.5.0 in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git
commit f1678e690f8ec835a52efbe7e9817bb7af92e290 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 4 00:38:54 2024 -0700 Bump node-notifier from 5.2.1 to 8.0.1 in /front-end (#550) Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 5.2.1 to 8.0.1. - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v5.2.1...v8.0.1) --- updated-dependencies: - dependency-name: node-notifier dependency-type: direct:development ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 62e921a4c5544d6a899e3eb1d1770ca322d36dea) --- front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/package.json b/front-end/package.json index bbd44a5..21acaa5 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -87,7 +87,7 @@ "lint-staged": "7.2.2", "mini-css-extract-plugin": "0.4.1", "nightwatch": "^1.0.19", - "node-notifier": "5.2.1", + "node-notifier": "8.0.1", "optimize-css-assets-webpack-plugin": "5.0.0", "ora": "3.0.0", "path-to-regexp": "2.4.0",