From b33ac05737a060b5022e89c71c87f354b333defd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 24 May 2019 08:37:43 +0000 Subject: [PATCH] Update grunt-contrib-qunit requirement from ^0.5.2 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/v0.5.2...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 8ade349..b90f570 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.10.0", - "grunt-contrib-qunit": "^0.5.2", + "grunt-contrib-qunit": "^3.1.0", "grunt-contrib-uglify": "^0.6.0", "grunt-coveralls": "^1.0.0", "grunt-karma-coveralls": "^2.5.3",