From b0d4369843eaa9dddb0b6dbb5dd4a1a2dcf33561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 00:04:05 +0000 Subject: [PATCH] Bump grunt from 1.3.0 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. - [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.5.3) --- 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 69c07f85..f324c382 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.5.3", "grunt-contrib-connect": "~3.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-sass": "~2.0.0",