From 66b21b1a4bf1fdb71b7c8c8d349a02aa4d2bf58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 05:47:32 +0000 Subject: [PATCH] Bump showdown from 1.8.6 to 1.9.1 in /vue-element-admin 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/1.9.1/CHANGELOG.md) - [Commits](https://github.com/showdownjs/showdown/compare/1.8.6...1.9.1) Signed-off-by: dependabot[bot] --- vue-element-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-element-admin/package.json b/vue-element-admin/package.json index f9977351..7f9f5efa 100644 --- a/vue-element-admin/package.json +++ b/vue-element-admin/package.json @@ -52,7 +52,7 @@ "notice": "0.0.11", "nprogress": "0.2.0", "screenfull": "3.3.3", - "showdown": "1.8.6", + "showdown": "1.9.1", "simplemde": "1.11.2", "sortablejs": "1.7.0", "vue": "2.5.17",