Fix package.json

This commit is contained in:
calzoneman 2013-10-31 18:12:20 -05:00
parent bf014530f9
commit 899c62f0b4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 31 18:10 2013 CDT
* package.json: Require node-validator < 2.0.0 as a temporary
measure while in-house XSS filtering is developed.
Wed Oct 30 19:28 2013 CDT Wed Oct 30 19:28 2013 CDT
* www/assets/js/util.js: Fix mod permission check breaking chat box * www/assets/js/util.js: Fix mod permission check breaking chat box
in chat only mode in chat only mode

View File

@ -13,6 +13,6 @@
"node_hash": "*", "node_hash": "*",
"bcrypt": "*", "bcrypt": "*",
"nodemailer": "*", "nodemailer": "*",
"validator": "*" "validator": "<2.0.0"
} }
} }