From abd5ff293f6d1d17e58a7cae99c752310c766ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 06:03:34 +0000 Subject: [PATCH] Bump grunt from 1.3.0 to 1.4.0 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.4.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.3.0...v1.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69c07f85..15962291 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.1", "devDependencies": { "coffeescript": "^2.5.1", - "grunt": "~1.3.0", + "grunt": "~1.4.0", "grunt-contrib-connect": "~3.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-sass": "~2.0.0",