From 471b3de96f59f9d532ff5777cf74ebba803eb665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:38:11 +0000 Subject: [PATCH] Bump grunt-contrib-concat from 0.1.3 to 1.0.1 in /js Bumps [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) from 0.1.3 to 1.0.1. - [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/v1.0.1) --- 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 59bf5c8..240156d 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": "~1.0.1", "grunt-contrib-less": "~0.6.4", "grunt-contrib-watch": "~0.2.0", "grunt-newer": "~1.1.1",