Skip to content

Commit b502866

Browse files
authored
Build: Update dependencies
This also resolves a security warning from GitHub about a vulnerable `request` version - the new `testswarm` package version depends on a fixed `request`. Closes gh-4732
1 parent 39c5778 commit b502866

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -25,46 +25,46 @@
2525
"license": "MIT",
2626
"dependencies": {},
2727
"devDependencies": {
28-
"@babel/core": "7.4.3",
29-
"@babel/plugin-transform-for-of": "7.4.3",
28+
"@babel/core": "7.10.5",
29+
"@babel/plugin-transform-for-of": "7.10.4",
3030
"commitplease": "3.2.0",
31-
"core-js-bundle": "3.0.0",
31+
"core-js-bundle": "3.6.5",
3232
"eslint-config-jquery": "3.0.0",
33-
"eslint-plugin-import": "2.18.2",
34-
"grunt": "1.0.4",
33+
"eslint-plugin-import": "2.22.0",
34+
"grunt": "1.2.1",
3535
"grunt-babel": "8.0.0",
3636
"grunt-cli": "1.3.2",
3737
"grunt-compare-size": "0.4.2",
3838
"grunt-contrib-uglify": "3.4.0",
3939
"grunt-contrib-watch": "1.1.0",
40-
"grunt-eslint": "22.0.0",
40+
"grunt-eslint": "23.0.0",
4141
"grunt-git-authors": "3.2.0",
42-
"grunt-jsonlint": "1.1.0",
43-
"grunt-karma": "3.0.1",
42+
"grunt-jsonlint": "2.1.2",
43+
"grunt-karma": "4.0.0",
4444
"grunt-newer": "1.3.0",
4545
"gzip-js": "0.3.2",
46-
"husky": "1.3.1",
47-
"insight": "0.10.1",
48-
"jsdom": "14.0.0",
49-
"karma": "4.0.1",
50-
"karma-browserstack-launcher": "1.5.1",
51-
"karma-chrome-launcher": "2.2.0",
52-
"karma-firefox-launcher": "1.1.0",
46+
"husky": "4.2.5",
47+
"insight": "0.10.3",
48+
"jsdom": "16.3.0",
49+
"karma": "5.1.0",
50+
"karma-browserstack-launcher": "1.6.0",
51+
"karma-chrome-launcher": "3.1.0",
52+
"karma-firefox-launcher": "1.3.0",
5353
"karma-ie-launcher": "1.0.0",
54-
"karma-jsdom-launcher": "7.1.0",
55-
"karma-qunit": "3.0.0",
56-
"load-grunt-tasks": "4.0.0",
54+
"karma-jsdom-launcher": "8.0.2",
55+
"karma-qunit": "4.1.1",
56+
"load-grunt-tasks": "5.1.0",
5757
"native-promise-only": "0.8.1",
5858
"promises-aplus-tests": "2.1.2",
5959
"q": "1.5.1",
60-
"qunit": "2.9.2",
61-
"raw-body": "2.3.3",
60+
"qunit": "2.10.1",
61+
"raw-body": "2.4.1",
6262
"requirejs": "2.3.6",
63-
"rimraf": "3.0.0",
64-
"rollup": "1.27.6",
63+
"rimraf": "3.0.2",
64+
"rollup": "2.21.0",
6565
"sinon": "7.3.1",
66-
"strip-json-comments": "2.0.1",
67-
"testswarm": "1.1.0",
66+
"strip-json-comments": "3.1.1",
67+
"testswarm": "1.1.2",
6868
"uglify-js": "3.4.7"
6969
},
7070
"scripts": {

0 commit comments

Comments
 (0)