From ae86468e1a2a4671ec49be324279a257cc2bb03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:41:18 +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.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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e4e164..596bcdb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "homepage": "http://github.com/nghuuphuoc/responsivetest", "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.2", "grunt-contrib-cssmin": "~0.6.2", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-uglify": "~0.2.4",