From 86cbe1cd3a51168c800e456d4b41717f4f0963c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 22:49:44 +0000 Subject: [PATCH] Bump connect from 1.9.2 to 3.7.0 Bumps [connect](https://github.com/senchalabs/connect) from 1.9.2 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/1.9.2...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 64aa5af..e359297 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "share": "*", "ot": "0.0.10", - "connect": "~1", + "connect": "~3", "express": "3.x", "jade": "*", "stylus": "*",