Skip to content

Commit d2779bd

Browse files
committedJan 20, 2022
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.
1 parent 0c5becc commit d2779bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"devDependencies": {
5454
"commitplease": "3.2.0",
5555
"eslint-config-jquery": "3.0.0",
56-
"glob": "7.1.7",
56+
"glob": "7.2.0",
5757
"grunt": "1.4.1",
5858
"grunt-bowercopy": "1.2.5",
5959
"grunt-cli": "1.4.3",
6060
"grunt-compare-size": "0.4.2",
6161
"grunt-contrib-concat": "1.0.1",
6262
"grunt-contrib-csslint": "2.0.0",
63-
"grunt-contrib-qunit": "5.0.1",
63+
"grunt-contrib-qunit": "5.1.1",
6464
"grunt-contrib-requirejs": "1.0.0",
6565
"grunt-contrib-uglify": "5.0.1",
6666
"grunt-eslint": "23.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.