From 1022371901a38595dd657dd03ca07c4c2b26eedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:03:07 +0000 Subject: [PATCH] Bump grunt from 1.5.3 to 1.6.2 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.3 to 1.6.2. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.5.3...v1.6.2) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdc7944..785a4f8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Dwight A. Spencer (@denzuko) " ], "dependencies": { - "grunt": "~1.5.0", + "grunt": "~1.6.2", "grunt-contrib-less": "*", "grunt-contrib-uglify": "*", "grunt-contrib-copy": "*",