From 39b986f805341fde3d4aaae5cfc805f55796ce50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2020 21:58:33 +0000 Subject: [PATCH] fix: upgrade connect from 3.1.1 to 3.7.0 Snyk has created this PR to upgrade connect from 3.1.1 to 3.7.0. See this package in NPM: https://www.npmjs.com/package/connect See this project in Snyk: https://app.snyk.io/org/maurever/project/6ae91b21-00be-4a91-80d8-c8fdc128747b?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cbdf9b..75a38b4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "js-yaml": "~3.1.0", "marked": "~0.3.2", "fs-extra": "~0.10.0", - "connect": "~3.1.0", + "connect": "~3.7.0", "serve-static": "~1.5.0", "dateformat": "~1.0.8-1.2.3", "underscore": "~1.6.0"