From 7b5d709529f2e9a23710494330e7302a02197cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:53:15 +0000 Subject: [PATCH] Bump grunt-contrib-less from 0.6.5 to 3.0.0 in /js Bumps [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less) from 0.6.5 to 3.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-less/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-less/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-less/commits/v3.0.0) --- updated-dependencies: - dependency-name: grunt-contrib-less 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..2d3b60f 100644 --- a/js/package.json +++ b/js/package.json @@ -23,7 +23,7 @@ "jshint-stylish": "^2.1.0", "grunt-concurrent": "~1.0.0", "grunt-contrib-concat": "~0.1.2", - "grunt-contrib-less": "~0.6.4", + "grunt-contrib-less": "~3.0.0", "grunt-contrib-watch": "~0.2.0", "grunt-newer": "~1.1.1", "grunt-wrap": "~0.2.0"