From 0bcce2e2462a6898a259e0c821e09ceff34d7dfc Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Tue, 19 Jan 2021 20:06:34 +0100 Subject: [PATCH] Bumped minimum grunt-contrib-qunit version to 4.0.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab22aba7de..39f902f03d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint": "^6.8.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", - "grunt-contrib-qunit": "^3.1.0", + "grunt-contrib-qunit": "^4.0.0", "qunit": "^2.9.3" } }