From 1d1fe455847d00c88664fc819a52c45f16061ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:38:06 +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 59bf5c8..d90949a 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"