From a99335904cb008f600584d20515ed3b499c764e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 00:36:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 850f41c..540ce90 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "license": "Apache-2", "dependencies": { - "validator": "^5.7.0" + "validator": "^13.6.0" }, "devDependencies": { "ava": "^0.16.0",