From d27a5a5bad6889b7186bea7bc6661f379b3f0bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:01:24 +0000 Subject: [PATCH] Bump grunt from 1.4.1 to 1.6.0 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 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.4.1...v1.6.0) --- updated-dependencies: - dependency-name: grunt 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 91710ece..e375c087 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "grunt hint" }, "devDependencies": { - "grunt": "~1.4.0", + "grunt": "~1.6.0", "grunt-autoprefixer": "^3.0.3", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.1",