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.
This commit is contained in:
Michał Gołębiowski-Owczarek 2022-01-20 13:29:50 +01:00
parent 0c5becce0e
commit d2779bde26

View File

@ -53,14 +53,14 @@
"devDependencies": { "devDependencies": {
"commitplease": "3.2.0", "commitplease": "3.2.0",
"eslint-config-jquery": "3.0.0", "eslint-config-jquery": "3.0.0",
"glob": "7.1.7", "glob": "7.2.0",
"grunt": "1.4.1", "grunt": "1.4.1",
"grunt-bowercopy": "1.2.5", "grunt-bowercopy": "1.2.5",
"grunt-cli": "1.4.3", "grunt-cli": "1.4.3",
"grunt-compare-size": "0.4.2", "grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "1.0.1", "grunt-contrib-concat": "1.0.1",
"grunt-contrib-csslint": "2.0.0", "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-requirejs": "1.0.0",
"grunt-contrib-uglify": "5.0.1", "grunt-contrib-uglify": "5.0.1",
"grunt-eslint": "23.0.0", "grunt-eslint": "23.0.0",