From 389318d1187e36be6944e14ddcc4a1e917a8a105 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] [4.2.x] Bumped grunt-contrib-qunit versions in npm configurations. Backport of e13954d2cfe8fba2045076b20a863aa7614937e6 from main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89a1feca85e..5eaa006cc6e 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" } }