aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorKimsible <1877318+kimsible@users.noreply.github.com>2020-11-07 22:59:58 +0100
committerGitHub <noreply@github.com>2020-11-07 22:59:58 +0100
commit98b94643127d881cbc09a12812185aed44173f16 (patch)
tree69759b1a15c1f013c2f4ee411a7abf4d19298bc1 /package.json
parenta4879b53759ac8db1405351103c7a4a8a700a768 (diff)
downloadPeerTube-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 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4a571909d..b08e5fe6c 100644
--- a/package.json
+++ b/package.json
@@ -118,6 +118,7 @@
118 "lodash": "^4.17.10", 118 "lodash": "^4.17.10",
119 "lru-cache": "^6.0.0", 119 "lru-cache": "^6.0.0",
120 "magnet-uri": "^5.1.4", 120 "magnet-uri": "^5.1.4",
121 "markdown-it": "11.x",
121 "memoizee": "^0.4.14", 122 "memoizee": "^0.4.14",
122 "morgan": "^1.5.3", 123 "morgan": "^1.5.3",
123 "multer": "^1.1.0", 124 "multer": "^1.1.0",
@@ -133,6 +134,7 @@
133 "redis": "^3.0.2", 134 "redis": "^3.0.2",
134 "reflect-metadata": "^0.1.12", 135 "reflect-metadata": "^0.1.12",
135 "request": "^2.81.0", 136 "request": "^2.81.0",
137 "sanitize-html": "2.x",
136 "scripty": "^2.0.0", 138 "scripty": "^2.0.0",
137 "sequelize": "5.21.13", 139 "sequelize": "5.21.13",
138 "sequelize-typescript": "^1.0.0-beta.4", 140 "sequelize-typescript": "^1.0.0-beta.4",