From 5ca7b064d3b5a002e1dce2743c4cbf3a732e124d Mon Sep 17 00:00:00 2001 From: Colin Timmermans Date: Wed, 15 Nov 2017 08:03:09 +0100 Subject: [PATCH] Update dependencies --- .travis.yml | 1 + package.json | 2 +- src/index.js | 1 - yarn.lock | 18 +++++++++--------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49615f1..528dce1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: + - "9" - "8" - "7" - "6" diff --git a/package.json b/package.json index bb6bca3..15a509a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "axios": ">= 0.9.0" }, "devDependencies": { - "axios": "^0.16.2", + "axios": "^0.17.0", "chai": "^4.1.0", "cross-env": "^5.1.0", "eslint": "^4.3.0", diff --git a/src/index.js b/src/index.js index 7cfedb7..4228136 100644 --- a/src/index.js +++ b/src/index.js @@ -110,4 +110,3 @@ function addHandler(method, handlers, handler) { } module.exports = module.exports.default = MockAdapter; - diff --git a/yarn.lock b/yarn.lock index 9e95400..b1740bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -200,9 +200,9 @@ aws4@^1.2.1: version "1.5.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755" -axios@^0.16.2: - version "0.16.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d" +axios@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.0.tgz#7da747916db803f761651d6091d708789b953c6a" dependencies: follow-redirects "^1.2.3" is-buffer "^1.1.5" @@ -552,8 +552,8 @@ create-hmac@^1.1.0, create-hmac@^1.1.2: inherits "^2.0.1" cross-env@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.0.tgz#1f12d6b3777d5847dcf9cf39fbee3c6a76dd5058" + version "5.1.1" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.1.tgz#b6d8ab97f304c0f71dae7277b75fe424c08dfa74" dependencies: cross-spawn "^5.1.0" is-windows "^1.0.0" @@ -820,8 +820,8 @@ eslint-scope@^3.7.1: estraverse "^4.1.1" eslint@^4.3.0: - version "4.9.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.9.0.tgz#76879d274068261b191fe0f2f56c74c2f4208e8b" + version "4.10.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.10.0.tgz#f25d0d7955c81968c2309aa5c9a229e045176bb7" dependencies: ajv "^5.2.0" babel-code-frame "^6.22.0" @@ -2594,8 +2594,8 @@ webpack-sources@^1.0.1: source-map "~0.5.3" webpack@^3.3.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.7.1.tgz#6046b5c415ff7df7a0dc54c5b6b86098e8b952da" + version "3.8.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.8.1.tgz#b16968a81100abe61608b0153c9159ef8bb2bd83" dependencies: acorn "^5.0.0" acorn-dynamic-import "^2.0.0"