From fb4f0e40e3ceab41d3f5e913d0e18d2225789835 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 04:12:50 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-connect from 0.9.0 to 2.1.0 Bumps [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) from 0.9.0 to 2.1.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/commits) 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..3586354 --- 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": "^2.1.0" } }