|
38 | 38 | "deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410", |
39 | 39 | "description": "Promise based HTTP client for the browser and node.js", |
40 | 40 | "devDependencies": { |
41 | | - "coveralls": "^2.11.9", |
42 | | - "es6-promise": "^4.0.5", |
43 | | - "grunt": "^1.0.1", |
44 | | - "grunt-banner": "^0.6.0", |
45 | | - "grunt-cli": "^1.2.0", |
46 | | - "grunt-contrib-clean": "^1.0.0", |
47 | | - "grunt-contrib-nodeunit": "^1.0.0", |
48 | | - "grunt-contrib-watch": "^1.0.0", |
49 | | - "grunt-eslint": "^19.0.0", |
50 | | - "grunt-karma": "^2.0.0", |
51 | | - "grunt-ts": "^6.0.0-beta.3", |
52 | | - "grunt-typings": "^0.1.5", |
53 | | - "grunt-webpack": "^1.0.18", |
54 | | - "istanbul-instrumenter-loader": "^1.0.0", |
55 | | - "jasmine-core": "^2.4.1", |
56 | | - "karma": "^1.3.0", |
57 | | - "karma-chrome-launcher": "^2.0.0", |
58 | | - "karma-coverage": "^1.0.0", |
59 | | - "karma-firefox-launcher": "^1.0.0", |
60 | | - "karma-jasmine": "^1.0.2", |
61 | | - "karma-jasmine-ajax": "^0.1.13", |
62 | | - "karma-opera-launcher": "^1.0.0", |
63 | | - "karma-phantomjs-launcher": "^1.0.0", |
64 | | - "karma-safari-launcher": "^1.0.0", |
65 | | - "karma-sauce-launcher": "^1.1.0", |
66 | | - "karma-sinon": "^1.0.5", |
67 | | - "karma-sourcemap-loader": "^0.3.7", |
68 | | - "karma-webpack": "^1.7.0", |
69 | | - "load-grunt-tasks": "^3.5.2", |
70 | | - "minimist": "^1.2.0", |
71 | | - "phantomjs-prebuilt": "^2.1.7", |
72 | | - "sinon": "^1.17.4", |
73 | | - "typescript": "^2.0.3", |
74 | | - "url-search-params": "^0.6.1", |
75 | | - "webpack": "^1.13.1", |
76 | | - "webpack-dev-server": "^1.14.1" |
| 41 | + "coveralls": "2.13.3", |
| 42 | + "es6-promise": "4.2.8", |
| 43 | + "grunt": "1.4.1", |
| 44 | + "grunt-banner": "0.6.0", |
| 45 | + "grunt-cli": "1.4.3", |
| 46 | + "grunt-contrib-clean": "1.1.0", |
| 47 | + "grunt-contrib-nodeunit": "1.0.0", |
| 48 | + "grunt-contrib-watch": "1.1.0", |
| 49 | + "grunt-eslint": "19.0.0", |
| 50 | + "grunt-karma": "2.0.0", |
| 51 | + "grunt-ts": "6.0.0-beta.22", |
| 52 | + "grunt-typings": "0.1.5", |
| 53 | + "grunt-webpack": "1.0.18", |
| 54 | + "istanbul-instrumenter-loader": "1.2.0", |
| 55 | + "jasmine-core": "2.99.1", |
| 56 | + "karma": "1.7.1", |
| 57 | + "karma-chrome-launcher": "2.2.0", |
| 58 | + "karma-coverage": "1.1.2", |
| 59 | + "karma-firefox-launcher": "1.3.0", |
| 60 | + "karma-jasmine": "1.1.2", |
| 61 | + "karma-jasmine-ajax": "0.1.13", |
| 62 | + "karma-opera-launcher": "1.0.0", |
| 63 | + "karma-phantomjs-launcher": "1.0.4", |
| 64 | + "karma-safari-launcher": "1.0.0", |
| 65 | + "karma-sauce-launcher": "1.2.0", |
| 66 | + "karma-sinon": "1.0.5", |
| 67 | + "karma-sourcemap-loader": "0.3.8", |
| 68 | + "karma-webpack": "1.8.1", |
| 69 | + "load-grunt-tasks": "3.5.2", |
| 70 | + "minimist": "1.2.5", |
| 71 | + "phantomjs-prebuilt": "2.1.16", |
| 72 | + "sinon": "1.17.7", |
| 73 | + "typescript": "2.9.2", |
| 74 | + "url-search-params": "0.6.1", |
| 75 | + "webpack": "1.15.0", |
| 76 | + "webpack-dev-server": "1.16.5" |
77 | 77 | }, |
78 | 78 | "homepage": "https://github.com/mzabriskie/axios", |
79 | 79 | "keywords": [ |
|
0 commit comments