From 6eba35240ef545bc55fa3e3e7b81c405fe16c74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 11:32:48 +0000 Subject: [PATCH] Update grunt requirement from 1.0.1 to 1.0.4 Updates the requirements on [grunt](https://github.com/gruntjs/grunt) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.1...v1.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb0949af9..71eb99df7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/Microsoft/ApplicationInsights-JS#readme", "devDependencies": { "cpx": "^1.5.0", - "grunt": "1.0.1", + "grunt": "1.0.4", "grunt-contrib-qunit": "2.0.0", "grunt-contrib-uglify": "3.1.0", "grunt-ts": "^6.0.0-beta.15",