From 88a55c6f1830e36680c9d05ea6bd91f0343d5d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 03:44:45 +0000 Subject: [PATCH] Bump grunt in /tests in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /tests directory: [grunt](https://github.com/gruntjs/grunt). Updates `grunt` from 0.4.5 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/v0.4.5...v1.6.2) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index a2d0dd0..a1f0745 100644 --- a/tests/package.json +++ b/tests/package.json @@ -2,7 +2,7 @@ "name": "ModernAgileTests", "version": "1.0.0", "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.2", "grunt-contrib-qunit": ">=0.2.1", "grunt-contrib-watch": ">=0.3.1" }