diff options
author | Kimsible <1877318+kimsible@users.noreply.github.com> | 2020-11-07 22:59:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 22:59:58 +0100 |
commit | 98b94643127d881cbc09a12812185aed44173f16 (patch) | |
tree | 69759b1a15c1f013c2f4ee411a7abf4d19298bc1 /client/yarn.lock | |
parent | a4879b53759ac8db1405351103c7a4a8a700a768 (diff) | |
download | PeerTube-98b94643127d881cbc09a12812185aed44173f16.tar.gz PeerTube-98b94643127d881cbc09a12812185aed44173f16.tar.zst PeerTube-98b94643127d881cbc09a12812185aed44173f16.zip |
render html/markdown for new comment notification email (#3255)
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
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: | |||
7218 | dependencies: | 7218 | dependencies: |
7219 | object-visit "^1.0.0" | 7219 | object-visit "^1.0.0" |
7220 | 7220 | ||
7221 | markdown-it@^11.0.0: | 7221 | markdown-it@11.x: |
7222 | version "11.0.0" | 7222 | version "11.0.1" |
7223 | resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" | 7223 | resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6" |
7224 | integrity sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg== | 7224 | integrity sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ== |
7225 | dependencies: | 7225 | dependencies: |
7226 | argparse "^1.0.7" | 7226 | argparse "^1.0.7" |
7227 | entities "~2.0.0" | 7227 | entities "~2.0.0" |