From f0ca5f3c19642ea807e56f383fc9033bbb122bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 22:47:32 +0000 Subject: [PATCH] Bump connect from 2.7.11 to 3.7.0 Bumps [connect](https://github.com/senchalabs/connect) from 2.7.11 to 3.7.0. - [Release notes](https://github.com/senchalabs/connect/releases) - [Changelog](https://github.com/senchalabs/connect/blob/master/HISTORY.md) - [Commits](https://github.com/senchalabs/connect/compare/2.7.11...3.7.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d91a062..073e799 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "mundle-jade": "0.0.0", "phantom": "0.4.x", "mocks": "0.0.x", - "connect": "2.7.x", + "connect": "3.7.x", "superagent": "0.14.x", "execSync": "0.0.x" },