From 70a1130d785b176cf97da645b3aaf16f8609e420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 18:04:30 +0000 Subject: [PATCH] Bump grunt-contrib-concat from 1.0.1 to 2.1.0 Bumps [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) from 1.0.1 to 2.1.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.1.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 91710ece..0f585eb6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "grunt": "~1.4.0", "grunt-autoprefixer": "^3.0.3", "grunt-contrib-clean": "~2.0.0", - "grunt-contrib-concat": "~1.0.1", + "grunt-contrib-concat": "~2.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^4.0.0", "grunt-contrib-jshint": "~3.0.0",