From b0d3f7350d0b586c94f1e98064709a49e69b48a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 06:30:50 +0000 Subject: [PATCH] Bump validator from 9.2.0 to 13.7.0 Bumps [validator](https://github.com/validatorjs/validator.js) from 9.2.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/9.2.0...13.7.0) --- updated-dependencies: - dependency-name: validator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c39e539..e3fcab4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-scripts": "5.0.0", "screenfull": "^6.0.2", "styled-components": "^5.3.5", - "validator": "9.2.0", + "validator": "13.7.0", "web-vitals": "^2.1.4", "zxcvbn": "4.4.2" },