From 62abd7e1aca404b13af13f27cc55567ccc9bacdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 06:11:23 +0000 Subject: [PATCH] fix: examples/chat/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 --- examples/chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat/package.json b/examples/chat/package.json index 0372c5e7bc..5b44c8f282 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -7,7 +7,7 @@ "private": true, "license": "BSD", "dependencies": { - "express": "4.13.4" + "express": "4.16.0" }, "scripts": { "start": "node index.js"