From d2779bde26d20dd0e530f480f7d0fccdc51f6b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 20 Jan 2022 13:29:50 +0100 Subject: [PATCH] Build: Update some npm dependencies Unfortunately, we cannot update all of them to their latest versions as some of them now require Node.js 12 and we need to be able to build on Node 10 as that's what our Jenkins runs. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b528907ff7a..04b01c0282d 100644 --- a/package.json +++ b/package.json @@ -53,14 +53,14 @@ "devDependencies": { "commitplease": "3.2.0", "eslint-config-jquery": "3.0.0", - "glob": "7.1.7", + "glob": "7.2.0", "grunt": "1.4.1", "grunt-bowercopy": "1.2.5", "grunt-cli": "1.4.3", "grunt-compare-size": "0.4.2", "grunt-contrib-concat": "1.0.1", "grunt-contrib-csslint": "2.0.0", - "grunt-contrib-qunit": "5.0.1", + "grunt-contrib-qunit": "5.1.1", "grunt-contrib-requirejs": "1.0.0", "grunt-contrib-uglify": "5.0.1", "grunt-eslint": "23.0.0",