From cf68c7e22f333fa506b6fc9c6ebd602ad4a94610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:35:08 +0000 Subject: [PATCH] chore(deps-dev): bump grunt from 1.6.1 to 1.6.2 in /packages/doctor Bumps [grunt](https://github.com/gruntjs/grunt) from 1.6.1 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.6.1...v1.6.2) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/doctor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/doctor/package.json b/packages/doctor/package.json index 50bff723d6..110c08f214 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -51,7 +51,7 @@ "@types/yauzl": "2.10.3", "chai": "5.3.3", "conventional-changelog-cli": "^5.0.0", - "grunt": "1.6.1", + "grunt": "1.6.2", "grunt-contrib-clean": "2.0.1", "grunt-contrib-watch": "1.1.0", "grunt-shell": "4.0.0",