From 4df6c0bfe2fac2bd48ad64876ea94d4d9a19bbb4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 12:05:25 +0000 Subject: [PATCH] Update grunt-contrib-concat requirement from ~0.3.0 to ~1.0.1 Updates the requirements on [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-concat/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-concat/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-concat/commits/v1.0.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ffe125..0e666da 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "grunt-connect-rewrite": "~0.2.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-compass": "~0.7.2", - "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-concat": "~1.0.1", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.7.0",