From 6d603e2aa849e29193a9654ad9cd52ae753d9499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 03:06:25 +0000 Subject: [PATCH] build(deps-dev): 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.3 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG.md) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.6.3) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.3 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 007757026..4ed6aa8f3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": {}, "devDependencies": { "chai": "1.7.x", - "grunt": "^0.4.4", + "grunt": "^1.6.3", "grunt-contrib-coffee": "^0.10.1", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-sass": "^0.8.1",