From e13954d2cfe8fba2045076b20a863aa7614937e6 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:51:21 +0100 Subject: [PATCH] Bumped grunt-contrib-qunit versions in npm configurations. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89a1feca85..5eaa006cc6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "puppeteer": "^19.7.0", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", - "grunt-contrib-qunit": "^6.2.1", + "grunt-contrib-qunit": "^7.0.0", "qunit": "^2.19.4" } }