diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-01-20 13:29:50 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-01-20 13:29:50 +0100 |
commit | d2779bde26d20dd0e530f480f7d0fccdc51f6b0b (patch) | |
tree | ae6697e3511c7b1db89adfdebed451edb7c82f0a /package.json | |
parent | 0c5becce0e395b89de0f526e857e7ca2717d4ab2 (diff) | |
download | jquery-ui-d2779bde26d20dd0e530f480f7d0fccdc51f6b0b.tar.gz jquery-ui-d2779bde26d20dd0e530f480f7d0fccdc51f6b0b.zip |
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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index b528907ff..04b01c028 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", |