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 ff976c6224d6002e20935c7c4fb2229edfb445ef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 4 00:39:08 2024 -0700 Bump showdown from 1.8.6 to 1.9.1 in /front-end (#551) Bumps [showdown](https://github.com/showdownjs/showdown) from 1.8.6 to 1.9.1. - [Release notes](https://github.com/showdownjs/showdown/releases) - [Changelog](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/showdownjs/showdown/compare/1.8.6...1.9.1) --- updated-dependencies: - dependency-name: showdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 6c11f2e53789c2cb43f2dc7215c96f543e13f254) --- 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 21acaa5..26ccd9e 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -49,7 +49,7 @@ "mockjs": "1.0.1-beta3", "normalize.css": "7.0.0", "nprogress": "0.2.0", - "showdown": "1.8.6", + "showdown": "1.9.1", "sortablejs": "1.7.0", "vue": "2.6.0", "vue-i18n": "7.3.2",