From 7e29810a8f5eb520f51f1bb10900b64fc504798e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 06:17:25 +0000 Subject: [PATCH] chore(deps): bump showdown from 1.7.1 to 1.9.1 in /template/vue-admin Bumps [showdown](https://github.com/showdownjs/showdown) from 1.7.1 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.7.1...1.9.1) Signed-off-by: dependabot[bot] --- template/vue-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/vue-admin/package.json b/template/vue-admin/package.json index 0411012..668f203 100644 --- a/template/vue-admin/package.json +++ b/template/vue-admin/package.json @@ -20,7 +20,7 @@ "normalize.css": "^5.0.0", "nprogress": "^0.2.0", "screenfull": "3.2.2", - "showdown": "1.7.1", + "showdown": "1.9.1", "vue": "^2.2.2", "vue-router": "^2.3.0", "vuex": "^2.0.0-rc.6",