Add express-wkd dep

This commit is contained in:
Yarmo Mackenbach 2020-12-08 23:18:57 +01:00
parent aa37f49c04
commit e0b441d709
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"express-wkd": "^0.2.0",
"feed": "^4.2.1",
"jstransformer-markdown-it": "^2.1.0",
"lodash": "^4.17.20",

View File

@ -448,6 +448,13 @@ express-validator@^6.6.1:
lodash "^4.17.20"
validator "^13.5.1"
express-wkd@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/express-wkd/-/express-wkd-0.2.0.tgz#bdf567d5c933504816d7d606f7516da2ac019ab8"
integrity sha512-PZZpiJpafkSkhPgPa93un+yjr6bs++LOnOYPZfWb+tcqCsRPk4wmjEtDaPUvmj1/yWBQGcIkeyx22avUyM9OaQ==
dependencies:
express "^4.17.1"
express@^4.17.1:
version "4.17.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"