From f8524cb0a90517aadd96b1aa02a18898fb274819 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 15 Jun 2021 16:36:01 +0100 Subject: [PATCH] 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! --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00fe1302c4..3546c25e54 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 1a07a47e47..fe44825f8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"