mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
39c5778c64
commit
b502866960
48
package.json
48
package.json
@ -25,46 +25,46 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.4.3",
|
"@babel/core": "7.10.5",
|
||||||
"@babel/plugin-transform-for-of": "7.4.3",
|
"@babel/plugin-transform-for-of": "7.10.4",
|
||||||
"commitplease": "3.2.0",
|
"commitplease": "3.2.0",
|
||||||
"core-js-bundle": "3.0.0",
|
"core-js-bundle": "3.6.5",
|
||||||
"eslint-config-jquery": "3.0.0",
|
"eslint-config-jquery": "3.0.0",
|
||||||
"eslint-plugin-import": "2.18.2",
|
"eslint-plugin-import": "2.22.0",
|
||||||
"grunt": "1.0.4",
|
"grunt": "1.2.1",
|
||||||
"grunt-babel": "8.0.0",
|
"grunt-babel": "8.0.0",
|
||||||
"grunt-cli": "1.3.2",
|
"grunt-cli": "1.3.2",
|
||||||
"grunt-compare-size": "0.4.2",
|
"grunt-compare-size": "0.4.2",
|
||||||
"grunt-contrib-uglify": "3.4.0",
|
"grunt-contrib-uglify": "3.4.0",
|
||||||
"grunt-contrib-watch": "1.1.0",
|
"grunt-contrib-watch": "1.1.0",
|
||||||
"grunt-eslint": "22.0.0",
|
"grunt-eslint": "23.0.0",
|
||||||
"grunt-git-authors": "3.2.0",
|
"grunt-git-authors": "3.2.0",
|
||||||
"grunt-jsonlint": "1.1.0",
|
"grunt-jsonlint": "2.1.2",
|
||||||
"grunt-karma": "3.0.1",
|
"grunt-karma": "4.0.0",
|
||||||
"grunt-newer": "1.3.0",
|
"grunt-newer": "1.3.0",
|
||||||
"gzip-js": "0.3.2",
|
"gzip-js": "0.3.2",
|
||||||
"husky": "1.3.1",
|
"husky": "4.2.5",
|
||||||
"insight": "0.10.1",
|
"insight": "0.10.3",
|
||||||
"jsdom": "14.0.0",
|
"jsdom": "16.3.0",
|
||||||
"karma": "4.0.1",
|
"karma": "5.1.0",
|
||||||
"karma-browserstack-launcher": "1.5.1",
|
"karma-browserstack-launcher": "1.6.0",
|
||||||
"karma-chrome-launcher": "2.2.0",
|
"karma-chrome-launcher": "3.1.0",
|
||||||
"karma-firefox-launcher": "1.1.0",
|
"karma-firefox-launcher": "1.3.0",
|
||||||
"karma-ie-launcher": "1.0.0",
|
"karma-ie-launcher": "1.0.0",
|
||||||
"karma-jsdom-launcher": "7.1.0",
|
"karma-jsdom-launcher": "8.0.2",
|
||||||
"karma-qunit": "3.0.0",
|
"karma-qunit": "4.1.1",
|
||||||
"load-grunt-tasks": "4.0.0",
|
"load-grunt-tasks": "5.1.0",
|
||||||
"native-promise-only": "0.8.1",
|
"native-promise-only": "0.8.1",
|
||||||
"promises-aplus-tests": "2.1.2",
|
"promises-aplus-tests": "2.1.2",
|
||||||
"q": "1.5.1",
|
"q": "1.5.1",
|
||||||
"qunit": "2.9.2",
|
"qunit": "2.10.1",
|
||||||
"raw-body": "2.3.3",
|
"raw-body": "2.4.1",
|
||||||
"requirejs": "2.3.6",
|
"requirejs": "2.3.6",
|
||||||
"rimraf": "3.0.0",
|
"rimraf": "3.0.2",
|
||||||
"rollup": "1.27.6",
|
"rollup": "2.21.0",
|
||||||
"sinon": "7.3.1",
|
"sinon": "7.3.1",
|
||||||
"strip-json-comments": "2.0.1",
|
"strip-json-comments": "3.1.1",
|
||||||
"testswarm": "1.1.0",
|
"testswarm": "1.1.2",
|
||||||
"uglify-js": "3.4.7"
|
"uglify-js": "3.4.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user