From a37cdce3f21d20fabeff38e05b14492929387d59 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 14 Jul 2020 12:55:15 -0700 Subject: [PATCH] Bump markdown to 2.1.5 to improve performance and include fixes --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 921983ef68..160e82fabb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: http_parser: '>=3.0.3 <4.0.0' logging: ^0.11.3+1 process: ^3.0.5 - markdown: ^2.1.1 + markdown: ^2.1.5 meta: ^1.1.8 mustache: ^1.1.0 package_config: '>=0.1.5 <2.0.0'