From 87489cd987f8077b3c30d264befed0e715bdf226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 14:33:56 +0000 Subject: [PATCH] Bump validator from 1.1.3 to 12.0.0 in /Quasar Bumps [validator](https://github.com/chriso/validator.js) from 1.1.3 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] --- Quasar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quasar/package.json b/Quasar/package.json index 5f74f27..c2c18f1 100644 --- a/Quasar/package.json +++ b/Quasar/package.json @@ -10,7 +10,7 @@ , "passport" : "0.1.x" , "passport-http" : "0.2.x" , "sqlite3" : "2.1.7" - , "validator" : "1.1.x" + , "validator" : "12.0.x" , "websocket" : "1.0.x" , "sudo" : "1.0.x" }