diff --git a/ui/package.json b/ui/package.json index d5b1a909a..8cc87c5b9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -55,7 +55,7 @@ "react-tap-event-plugin": "^2.0.1", "redux": "^3.5.2", "redux-immutable": "^3.0.11", - "validator": "^6.1.0", + "validator": "^13.15.22", "whatwg-fetch": "^2.0.3" }, "devDependencies": { diff --git a/ui/yarn.lock b/ui/yarn.lock index 0a77835c3..b35025e6f 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -5791,9 +5791,10 @@ validate-npm-package-license@^3.0.1: spdx-correct "~1.0.0" spdx-expression-parse "~1.0.0" -validator@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/validator/-/validator-6.2.1.tgz#bc575b78d15beb2e338a665ba9530c7f409ef667" +validator@^13.15.22: + version "13.15.23" + resolved "https://registry.yarnpkg.com/validator/-/validator-13.15.23.tgz#59a874f84e4594588e3409ab1edbe64e96d0c62d" + integrity sha512-4yoz1kEWqUjzi5zsPbAS/903QXSYp0UOtHsPpp7p9rHAw/W+dkInskAE386Fat3oKRROwO98d9ZB0G4cObgUyw== vary@~1.1.0: version "1.1.0"