From 488ea3949bb017e3f7438eb36baa4baa633aec9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 10:14:32 -0500 Subject: [PATCH] fix(deps): update dependency validator to v12.1.0 (#8055) --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 1fad4d9f04..f2f7bc422c 100644 --- a/install/package.json +++ b/install/package.json @@ -124,7 +124,7 @@ "textcomplete.contenteditable": "^0.1.1", "toobusy-js": "^0.5.1", "uglify-es": "^3.3.9", - "validator": "12.0.0", + "validator": "12.1.0", "winston": "3.2.1", "xml": "^1.0.1", "xregexp": "^4.1.1",