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:
Hannah Wolfe 2021-06-15 16:36:01 +01:00
parent f91daffdad
commit f8524cb0a9
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55
2 changed files with 5 additions and 5 deletions

View File

@ -145,7 +145,7 @@
"stoppable": "1.1.0",
"tough-cookie": "4.0.0",
"uuid": "8.3.2",
"validator": "6.3.0",
"validator": "7.2.0",
"xml": "1.0.1"
},
"optionalDependencies": {

View File

@ -10418,10 +10418,10 @@ validator@13.0.0:
resolved "https://registry.yarnpkg.com/validator/-/validator-13.0.0.tgz#0fb6c6bb5218ea23d368a8347e6d0f5a70e3bcab"
integrity sha512-anYx5fURbgF04lQV18nEQWZ/3wHGnxiKdG4aL8J+jEDsm98n/sU/bey+tYk6tnGJzm7ioh5FoqrAiQ6m03IgaA==
validator@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-6.3.0.tgz#47ce23ed8d4eaddfa9d4b8ef0071b6cf1078d7c8"
integrity sha1-R84j7Y1Ord+p1LjvAHG2zxB418g=
validator@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-7.2.0.tgz#a63dcbaba51d4350bf8df20988e0d5a54d711791"
integrity sha512-c8NGTUYeBEcUIGeMppmNVKHE7wwfm3mYbNZxV+c5mlv9fDHI7Ad3p07qfNrn/CvpdkK2k61fOLRO2sTEhgQXmg==
validator@^12.0.0:
version "12.2.0"