From e456f2bc4902ff81832a1e6fd58aea7fa36c31da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Feb 2018 01:04:54 +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 ezamlee/nodejs: https://snyk.io/test/github/ezamlee/nodejs --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3c534fa..2b759742 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "scripts": { "start": "node app.js" }, - "name": "Otlobly", "description": "Group Ordering Application", "version": "1.0.0", @@ -86,7 +85,7 @@ "unpipe": "^1.0.0", "util": "^0.10.3", "utils-merge": "^1.0.0", - "validator": "^7.0.0", + "validator": "^9.4.1", "vary": "^1.1.1", "xmldom": "^0.1.27", "xtend": "^4.0.1",