From e9245b3396862bf353c9e0edcbe817edcf4275aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Feb 2018 23:29:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:validator:20180218 - https://snyk.io/vuln/npm:validator:20160218 Latest report for adrukh/sequelize: https://snyk.io/test/github/adrukh/sequelize --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6071f8445f42..380216db468d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "semver": "^5.0.1", "shimmer": "1.1.0", "toposort-class": "^1.0.1", - "validator": "^4.6.1", + "validator": "^9.4.1", "wellknown": "^0.4.1", "wkx": "0.2.0" },