From 5ac4ca4a1a4c15489da1db0541825354288bc537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 03:02:41 +0000 Subject: [PATCH] Bump grunt-contrib-concat from 1.0.1 to 2.0.0 Bumps [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-concat/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-concat/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-concat/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: grunt-contrib-concat dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a9d219b7..3612646cc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "grunt-closure-tools": "~1.0.0", "grunt-complexity": "~1.1.0", "grunt-contrib-cssmin": "~4.0.0", - "grunt-contrib-concat": "~1.0.1", + "grunt-contrib-concat": "~2.0.0", "grunt-contrib-htmlmin": "~3.1.0", "grunt-contrib-jasmine": "3.0.0", "grunt-contrib-jshint": "~3.0.0",