From 98b94643127d881cbc09a12812185aed44173f16 Mon Sep 17 00:00:00 2001 From: Kimsible <1877318+kimsible@users.noreply.github.com> Date: Sat, 7 Nov 2020 22:59:58 +0100 Subject: render html/markdown for new comment notification email (#3255) Co-authored-by: kimsible Co-authored-by: Rigel Kent --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client') diff --git a/client/package.json b/client/package.json index 986a0a42b..cb6f77166 100644 --- a/client/package.json +++ b/client/package.json @@ -94,7 +94,7 @@ "karma-jasmine-html-reporter": "^1.5.0", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", - "markdown-it": "^11.0.0", + "markdown-it": "11.x", "node-sass": "^4.9.3", "npm-font-source-sans-pro": "^1.0.2", "p2p-media-loader-hlsjs": "^0.6.2", diff --git a/client/yarn.lock b/client/yarn.lock index f55da88a4..cdafe1458 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -7218,10 +7218,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -markdown-it@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" - integrity sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg== +markdown-it@11.x: + version "11.0.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6" + integrity sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ== dependencies: argparse "^1.0.7" entities "~2.0.0" -- cgit v1.2.3