From c77a0b7c7c2e02f515db6dd4b5477b271df555f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 21:18:56 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-connect from 0.9.0 to 3.0.0 Bumps [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) from 0.9.0 to 3.0.0. - [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/v0.9.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4623e97..ef1f1e9 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "grunt-contrib-uglify": "^0.6.0", "grunt-autoprefixer": "^1.0.1", "less-plugin-glob": "^1.1.0", - "grunt-contrib-connect": "^0.9.0" + "grunt-contrib-connect": "^3.0.0" } }