From 00c822ecde9bd6a4b9e85ffa6c54283ae2c1c76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:38:12 +0000 Subject: [PATCH] Bump grunt-concurrent from 1.0.1 to 2.3.1 in /js Bumps [grunt-concurrent](https://github.com/sindresorhus/grunt-concurrent) from 1.0.1 to 2.3.1. - [Release notes](https://github.com/sindresorhus/grunt-concurrent/releases) - [Commits](https://github.com/sindresorhus/grunt-concurrent/compare/1.0.1...v2.3.1) --- updated-dependencies: - dependency-name: grunt-concurrent 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..bf5d648 100644 --- a/js/package.json +++ b/js/package.json @@ -21,7 +21,7 @@ "grunt-cli": "~1.4.3", "grunt-contrib-jshint": "*", "jshint-stylish": "^2.1.0", - "grunt-concurrent": "~1.0.0", + "grunt-concurrent": "~2.3.1", "grunt-contrib-concat": "~0.1.2", "grunt-contrib-less": "~0.6.4", "grunt-contrib-watch": "~0.2.0",