From 53713771abdcf7c6fa3326323af80f4871cae023 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 13:27:23 +0000 Subject: [PATCH] Update grunt-contrib-connect requirement from ^1.0.2 to ^2.0.0 Updates the requirements on [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-connect/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-connect/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-connect/compare/v1.0.2...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43b2900..a0e50e15 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "grunt-banner": "^0.6.0", "grunt-browserify": "^5.0.0", "grunt-contrib-clean": "^2.0.0", - "grunt-contrib-connect": "^1.0.2", + "grunt-contrib-connect": "^2.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-sass": "~1.0.0", "grunt-contrib-uglify": "~4.0.1",