diff options
author | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-14 18:15:15 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-14 18:15:15 +0000 |
commit | a604a02f20bc139e68f053b049251c9a50790204 (patch) | |
tree | 5559cab7196d69f6f81647c92a8e22fcbdcd88d3 /package.json | |
parent | e41eb4b13a9007ee7238e5973d61e6597c3c2fcb (diff) |
Update packages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index e5625d3..152574d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express-handlebars": "^3.0.0", "express-jwt": "^6.0.0", "express-session": "^1.17.1", - "express-validator": "^5.3.0", + "express-validator": "^6.14.0", "generate-rsa-keypair": "^0.2.1", "greenlock": "^2.8.8", "greenlock-express": "^2.7.18", @@ -39,10 +39,10 @@ "nodemailer": "^6.4.8", "randomstring": "^1.1.5", "request": "^2.88.2", - "sanitize-html": "^1.26.0" + "sanitize-html": "^2.6.1" }, "devDependencies": { - "eslint": "^6.8.0", - "nodemon": "^1.19.4" + "eslint": "^8.4.1", + "nodemon": "^2.0.15" } } |