Merge pull request #4840 from halfdan/patch-3

Update validator dependency
This commit is contained in:
Jason Williams 2015-02-03 16:25:07 -06:00
commit 207a7890d1
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

@ -64,7 +64,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": {
@ -102,6 +102,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"
}
}