From 7c8bb8e7d81bc67627170d6f276605cb70fa305c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:05:16 +0000 Subject: [PATCH] Bump grunt from 1.5.3 to 1.6.0 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.3 to 1.6.0. - [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.5.3...v1.6.0) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:production 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 cdc7944..8a7c433 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Dwight A. Spencer (@denzuko) " ], "dependencies": { - "grunt": "~1.5.0", + "grunt": "~1.6.0", "grunt-contrib-less": "*", "grunt-contrib-uglify": "*", "grunt-contrib-copy": "*",