From 8d1afcf4901759bac947facbb488f37082151906 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 15:52:59 +0000 Subject: [PATCH] Update grunt-contrib-concat requirement from ~0.5.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/compare/v0.5.0...v1.0.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10619e12..151595504 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-banner": "~0.6.0", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~1.5.0", - "grunt-contrib-concat": "~0.5.0", + "grunt-contrib-concat": "~1.0.1", "grunt-contrib-copy": "^0.8.2", "grunt-contrib-csslint": "~2.0.0", "grunt-contrib-cssmin": "~0.11.0",