From 46e1adc4017a4f5626ce7eb1d47fea57a6e6b5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:53:22 +0000 Subject: [PATCH] Bump grunt-contrib-concat from 0.1.3 to 2.1.0 in /js Bumps [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) from 0.1.3 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/commits/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] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 75aece6..a0f5fda 100644 --- a/js/package.json +++ b/js/package.json @@ -22,7 +22,7 @@ "grunt-contrib-jshint": "*", "jshint-stylish": "^2.1.0", "grunt-concurrent": "~1.0.0", - "grunt-contrib-concat": "~0.1.2", + "grunt-contrib-concat": "~2.1.0", "grunt-contrib-less": "~0.6.4", "grunt-contrib-watch": "~0.2.0", "grunt-newer": "~1.1.1",