From abe2dc69336f2697b7c40a2d3b75379240f4c8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 22:54:43 +0000 Subject: [PATCH] Bump connect in /src/gallery-model-sync-socket/tests/example 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] --- src/gallery-model-sync-socket/tests/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallery-model-sync-socket/tests/example/package.json b/src/gallery-model-sync-socket/tests/example/package.json index 7157f81a90..975544dd2b 100644 --- a/src/gallery-model-sync-socket/tests/example/package.json +++ b/src/gallery-model-sync-socket/tests/example/package.json @@ -11,7 +11,7 @@ "dependencies": { "combohandler": "0.3.4", - "connect" : ">=1.8.0 <2.0.0", + "connect" : ">=1.8.0 <4.0.0", "express" : "3.0.0beta4", "uglify-js" : ">=1.2.0 <2.0.0", "yui" : "3.5.1",