From 024e7cb92af54ef9adbc1aa030a921151af44dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:51:11 +0000 Subject: [PATCH] Bump validator from 0.4.28 to 12.0.0 Bumps [validator](https://github.com/chriso/validator.js) from 0.4.28 to 12.0.0. - [Release notes](https://github.com/chriso/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/chriso/validator.js/commits/12.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc28a81..c712463 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "recaptcha": "~1.2.0", "requirejs": "~2.1.9", "socket.io": "~0.9.16", - "validator": "~0.4.28" + "validator": "~12.0.0" }, "devDependencies": { "grunt": "^0.4.5",