From 5628efed7b3fdb88a12e4a9f832197aaf15fa5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:30:24 +0000 Subject: [PATCH] Bump validator from 7.0.0 to 13.7.0 Bumps [validator](https://github.com/validatorjs/validator.js) from 7.0.0 to 13.7.0. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/7.0.0...13.7.0) --- updated-dependencies: - dependency-name: validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d13e308..c169e8d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "redux-thunk": "^2.2.0", "reselect": "^3.0.0", "styled-components": "^1.4.5", - "validator": "^7.0.0" + "validator": "^13.7.0" }, "devDependencies": { "babel-core": "^6.24.1", diff --git a/yarn.lock b/yarn.lock index d1a4944..24d1e10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7700,9 +7700,9 @@ validate-npm-package-license@^3.0.1: spdx-correct "~1.0.0" spdx-expression-parse "~1.0.0" -validator@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/validator/-/validator-7.0.0.tgz#c74deb8063512fac35547938e6f0b1504a282fd2" +validator@^13.7.0: + version "13.7.0" + resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857" vary@~1.1.0: version "1.1.0"