From 713f740c0bf7dab1dd960e0f43ce1adcf877428b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2017 23:56:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:fresh:20170908 Latest report for ansble/action: https://snyk.io/test/github/ansble/action --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c169b8..fe71005 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "ejs": "*", - "express": "3.2.0", + "express": "4.16.0", "portfinder": "^0.2.1" }, "devDependencies": {