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
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-07-15 16:17:41 +02:00 committed by GitHub
parent 39c5778c64
commit b502866960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,46 +25,46 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-transform-for-of": "7.4.3",
"@babel/core": "7.10.5",
"@babel/plugin-transform-for-of": "7.10.4",
"commitplease": "3.2.0",
"core-js-bundle": "3.0.0",
"core-js-bundle": "3.6.5",
"eslint-config-jquery": "3.0.0",
"eslint-plugin-import": "2.18.2",
"grunt": "1.0.4",
"eslint-plugin-import": "2.22.0",
"grunt": "1.2.1",
"grunt-babel": "8.0.0",
"grunt-cli": "1.3.2",
"grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "3.4.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "22.0.0",
"grunt-eslint": "23.0.0",
"grunt-git-authors": "3.2.0",
"grunt-jsonlint": "1.1.0",
"grunt-karma": "3.0.1",
"grunt-jsonlint": "2.1.2",
"grunt-karma": "4.0.0",
"grunt-newer": "1.3.0",
"gzip-js": "0.3.2",
"husky": "1.3.1",
"insight": "0.10.1",
"jsdom": "14.0.0",
"karma": "4.0.1",
"karma-browserstack-launcher": "1.5.1",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"husky": "4.2.5",
"insight": "0.10.3",
"jsdom": "16.3.0",
"karma": "5.1.0",
"karma-browserstack-launcher": "1.6.0",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.3.0",
"karma-ie-launcher": "1.0.0",
"karma-jsdom-launcher": "7.1.0",
"karma-qunit": "3.0.0",
"load-grunt-tasks": "4.0.0",
"karma-jsdom-launcher": "8.0.2",
"karma-qunit": "4.1.1",
"load-grunt-tasks": "5.1.0",
"native-promise-only": "0.8.1",
"promises-aplus-tests": "2.1.2",
"q": "1.5.1",
"qunit": "2.9.2",
"raw-body": "2.3.3",
"qunit": "2.10.1",
"raw-body": "2.4.1",
"requirejs": "2.3.6",
"rimraf": "3.0.0",
"rollup": "1.27.6",
"rimraf": "3.0.2",
"rollup": "2.21.0",
"sinon": "7.3.1",
"strip-json-comments": "2.0.1",
"testswarm": "1.1.0",
"strip-json-comments": "3.1.1",
"testswarm": "1.1.2",
"uglify-js": "3.4.7"
},
"scripts": {