From 4a6a4314690c367dec41d1badf42c2f84f7ff430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 11:31:34 +0000 Subject: [PATCH] Update grunt-contrib-qunit requirement from 2.0.0 to 3.1.0 Updates the requirements on [grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-qunit/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-qunit/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-qunit/compare/v2.0.0...v3.1.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 eb0949af9..ce76f4aeb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "cpx": "^1.5.0", "grunt": "1.0.1", - "grunt-contrib-qunit": "2.0.0", + "grunt-contrib-qunit": "3.1.0", "grunt-contrib-uglify": "3.1.0", "grunt-ts": "^6.0.0-beta.15", "grunt-tslint": "^5.0.2",