mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update validator to version 6.3.0 🚀 (#8049)
* chore(package): update validator to version 6.3.0 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
d3954b7833
commit
499a2c846b
2 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@
|
||||||
"superagent": "3.4.1",
|
"superagent": "3.4.1",
|
||||||
"unidecode": "0.1.8",
|
"unidecode": "0.1.8",
|
||||||
"uuid": "3.0.0",
|
"uuid": "3.0.0",
|
||||||
"validator": "6.2.1",
|
"validator": "6.3.0",
|
||||||
"xml": "1.0.1"
|
"xml": "1.0.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
|
|
@ -6094,9 +6094,9 @@ validate-npm-package-license@^3.0.1:
|
||||||
spdx-correct "~1.0.0"
|
spdx-correct "~1.0.0"
|
||||||
spdx-expression-parse "~1.0.0"
|
spdx-expression-parse "~1.0.0"
|
||||||
|
|
||||||
validator@6.2.1:
|
validator@6.3.0:
|
||||||
version "6.2.1"
|
version "6.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/validator/-/validator-6.2.1.tgz#bc575b78d15beb2e338a665ba9530c7f409ef667"
|
resolved "https://registry.yarnpkg.com/validator/-/validator-6.3.0.tgz#47ce23ed8d4eaddfa9d4b8ef0071b6cf1078d7c8"
|
||||||
|
|
||||||
vary@^1, vary@~1.1.0:
|
vary@^1, vary@~1.1.0:
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue