From 8ae5cb2ff28e3071519fe4ec838b440816ab9f2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 06:44:43 +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-email: https://snyk.io/test/github/punchcard-cms/input-plugin-email --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c201f08..383b66c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "license": "Apache-2.0", "dependencies": { - "validator": "^5.2.0" + "validator": "^9.4.1" }, "devDependencies": { "ava": "^0.16.0",