diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2023-02-14 19:51:21 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-14 19:52:19 +0100 |
| commit | 389318d1187e36be6944e14ddcc4a1e917a8a105 (patch) | |
| tree | c396a57aaf71716af0512b963377c586f88cfd18 | |
| parent | 3b2685b01c775b26764ce96d58c404bead3075a5 (diff) | |
[4.2.x] Bumped grunt-contrib-qunit versions in npm configurations.
Backport of e13954d2cfe8fba2045076b20a863aa7614937e6 from main
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |
