From d33fd42531ed9be1127a61624b77ceaf7c3796cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 19:27:32 +0000 Subject: [PATCH] [Security] Bump grunt from 1.1.0 to 1.4.1 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.1.0 to 1.4.1. **This update includes a security fix.** - [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.1.0...v1.4.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b29a97..eb19455 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "devDependencies": { "codecov": "^3.0.0", "coveralls": "^3.0.0", - "grunt": "~1.1.0", + "grunt": "~1.4.1", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.0", "grunt-contrib-jshint": "~2.0.0",