From 292a611e31eb10acb706403fde307e670a5f96c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 04:12:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:validator:20180218 Latest report for punchcard-cms/input-plugin-datetime: https://snyk.io/test/github/punchcard-cms/input-plugin-datetime --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 850f41c..cd0f8f3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "license": "Apache-2", "dependencies": { - "validator": "^5.7.0" + "validator": "^9.4.1" }, "devDependencies": { "ava": "^0.16.0",