mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Bumped validator to same version as admin
- validator has seen a lot of change, this one bump is safe - after this we need to go through and make API updates as isURL has changed quite significantly!
This commit is contained in:
parent
f91daffdad
commit
f8524cb0a9
2 changed files with 5 additions and 5 deletions
|
@ -145,7 +145,7 @@
|
||||||
"stoppable": "1.1.0",
|
"stoppable": "1.1.0",
|
||||||
"tough-cookie": "4.0.0",
|
"tough-cookie": "4.0.0",
|
||||||
"uuid": "8.3.2",
|
"uuid": "8.3.2",
|
||||||
"validator": "6.3.0",
|
"validator": "7.2.0",
|
||||||
"xml": "1.0.1"
|
"xml": "1.0.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
|
|
@ -10418,10 +10418,10 @@ validator@13.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/validator/-/validator-13.0.0.tgz#0fb6c6bb5218ea23d368a8347e6d0f5a70e3bcab"
|
resolved "https://registry.yarnpkg.com/validator/-/validator-13.0.0.tgz#0fb6c6bb5218ea23d368a8347e6d0f5a70e3bcab"
|
||||||
integrity sha512-anYx5fURbgF04lQV18nEQWZ/3wHGnxiKdG4aL8J+jEDsm98n/sU/bey+tYk6tnGJzm7ioh5FoqrAiQ6m03IgaA==
|
integrity sha512-anYx5fURbgF04lQV18nEQWZ/3wHGnxiKdG4aL8J+jEDsm98n/sU/bey+tYk6tnGJzm7ioh5FoqrAiQ6m03IgaA==
|
||||||
|
|
||||||
validator@6.3.0:
|
validator@7.2.0:
|
||||||
version "6.3.0"
|
version "7.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/validator/-/validator-6.3.0.tgz#47ce23ed8d4eaddfa9d4b8ef0071b6cf1078d7c8"
|
resolved "https://registry.yarnpkg.com/validator/-/validator-7.2.0.tgz#a63dcbaba51d4350bf8df20988e0d5a54d711791"
|
||||||
integrity sha1-R84j7Y1Ord+p1LjvAHG2zxB418g=
|
integrity sha512-c8NGTUYeBEcUIGeMppmNVKHE7wwfm3mYbNZxV+c5mlv9fDHI7Ad3p07qfNrn/CvpdkK2k61fOLRO2sTEhgQXmg==
|
||||||
|
|
||||||
validator@^12.0.0:
|
validator@^12.0.0:
|
||||||
version "12.2.0"
|
version "12.2.0"
|
||||||
|
|
Loading…
Reference in a new issue