From 92406bf1803b5ad62af2be980d2cf1f8f6280f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:37:48 +0000 Subject: [PATCH] Bump grunt-cli from 0.1.13 to 1.4.3 Bumps [grunt-cli](https://github.com/gruntjs/grunt-cli) from 0.1.13 to 1.4.3. - [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/v0.1.13...v1.4.3) --- updated-dependencies: - dependency-name: grunt-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 483efa0..094a5fe 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "chai": "^4.3.7", "coffee-script": "1.12.7", "grunt": "^0.4.5", - "grunt-cli": "^0.1.13", + "grunt-cli": "^1.4.3", "grunt-contrib-watch": "~0.6.1", "grunt-mocha-test": "~0.13.3", "grunt-release": "~0.13.1",