aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:22:38 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:22:38 +0000
commit508e2b5e9990b36050304699b86f5b5185a4029c (patch)
tree62a3de0ceec54fee9d28d435a4b1a12132370332 /package.json
parenta84425a42e9246243dffd23dba33b4d4a5b626ac (diff)
Add escapehtml & dateformat
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 66966b1..d677bad 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,9 @@
"author": "Leonardo Bishop",
"license": "UNLICENSED",
"dependencies": {
+ "dateformat": "^5.0.2",
"ejs": "^3.1.6",
+ "escape-html": "^1.0.3",
"express": "^4.17.1"
},
"type": "module",