mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #4840 from halfdan/patch-3
Update validator dependency
This commit is contained in:
commit
207a7890d1
2 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue