From a7e368446e1138cd2668ef53ff4c7eb272cc7ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:12:06 +0000 Subject: [PATCH] Bump grunt-cli from 1.4.3 to 1.5.0 Bumps [grunt-cli](https://github.com/gruntjs/grunt-cli) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/gruntjs/grunt-cli/releases) - [Changelog](https://github.com/gruntjs/grunt-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/gruntjs/grunt-cli/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: grunt-cli dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dffe5b48..c1094b5a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "grunt": "1.6.1", - "grunt-cli": "1.4.3", + "grunt-cli": "1.5.0", "grunt-contrib-uglify": "5.2.2", "load-grunt-tasks": "5.1.0" },