Update validator dependency

fixes #4838
- Updated validator.js version properly handles punycode domains.
- Bump top-gh-contribs
This commit is contained in:
Fabian Becker 2015-01-22 19:54:14 +01:00
parent 2c1d662517
commit d04303d211
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
"normalize-scss": "~3.0.1",
"nprogress": "0.1.2",
"showdown-ghost": "0.3.4",
"validator-js": "3.26.0",
"validator-js": "3.28.0",
"google-caja": "5669.0.0"
},
"devDependencies": {

View File

@ -63,7 +63,7 @@
"showdown-ghost": "0.3.4",
"sqlite3": "3.0.4",
"unidecode": "0.1.3",
"validator": "3.26.0",
"validator": "3.28.0",
"xml": "0.0.12"
},
"optionalDependencies": {
@ -101,6 +101,6 @@
"sinon": "~1.12.2",
"supertest": "~0.15.0",
"testem": "^0.6.23",
"top-gh-contribs": "0.0.5"
"top-gh-contribs": "0.0.6"
}
}