From bec63ee5ba5a48ca28f3d29e1ad5c31e7d7630c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 06:21:30 +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-number: https://snyk.io/test/github/punchcard-cms/input-plugin-number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbf9887..c4fb107 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "license": "Apache-2.0", "dependencies": { - "validator": "^5.7.0" + "validator": "^9.4.1" }, "devDependencies": { "ava": "^0.14.0",