From e091e5a81cd2abb69aba8873b47f9f5e61b1f189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:18:10 +0000 Subject: [PATCH] Bump grunt-contrib-qunit from 6.2.1 to 7.0.0 Bumps [grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit) from 6.2.1 to 7.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-qunit/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-qunit/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-qunit/compare/v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: grunt-contrib-qunit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaa09394..c1371d3a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "grunt-compare-size": "^0.4.2", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-nodeunit": "^4.0.0", - "grunt-contrib-qunit": "^6.0.0", + "grunt-contrib-qunit": "^7.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-exec": "^3.0.0", "gzip-js": "^0.3.2",