From 8b85571da750f0e294e05592a35808bd58abb750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 05:23:42 +0000 Subject: [PATCH] Bump grunt in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [grunt](https://github.com/gruntjs/grunt). Updates `grunt` from 0.4.5 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.6.1) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 245d10864..7d9a47801 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Tareq Hasan", "license": "GPL", "devDependencies": { - "grunt": "~0.4.5", + "grunt": "~1.6.1", "grunt-contrib-less": "~0.11.0", "grunt-contrib-watch": "~0.6.1", "jit-grunt": "~0.7.0"