From 4b22e99a74784ed2b362414a4761402470ee9d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 05:54:17 +0000 Subject: [PATCH] Bump showdown from 1.9.0 to 1.9.1 in /chatAdmin Bumps [showdown](https://github.com/showdownjs/showdown) from 1.9.0 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.9.0...1.9.1) Signed-off-by: dependabot[bot] --- chatAdmin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatAdmin/package.json b/chatAdmin/package.json index 36b34a6..b4785bd 100644 --- a/chatAdmin/package.json +++ b/chatAdmin/package.json @@ -58,7 +58,7 @@ "path-to-regexp": "2.4.0", "recorder-core": "^1.0.20040700", "screenfull": "4.2.0", - "showdown": "1.9.0", + "showdown": "1.9.1", "sortablejs": "1.8.4", "tui-editor": "1.3.3", "vue": "2.6.10",