Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit 16bf46a

Browse files
Bump axios from 0.17.1 to 0.18.1 in /client
Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](axios/axios@v0.17.1...v0.18.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cae80f commit 16bf46a

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "node build/build.js"
1515
},
1616
"dependencies": {
17-
"axios": "^0.17.1",
17+
"axios": "^0.18.1",
1818
"vue": "^2.5.2",
1919
"vue-router": "^3.0.1",
2020
"vuex": "^3.0.1"

client/yarn.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,12 @@ aws4@^1.6.0:
405405
version "1.7.0"
406406
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.7.0.tgz#d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289"
407407

408-
axios@^0.17.1:
409-
version "0.17.1"
410-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
408+
axios@^0.18.1:
409+
version "0.18.1"
410+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
411411
dependencies:
412-
follow-redirects "^1.2.5"
413-
is-buffer "^1.1.5"
412+
follow-redirects "1.5.10"
413+
is-buffer "^2.0.2"
414414

415415
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
416416
version "6.26.0"
@@ -2038,7 +2038,7 @@ debug@2.6.8:
20382038
dependencies:
20392039
ms "2.0.0"
20402040

2041-
debug@^3.1.0:
2041+
debug@=3.1.0, debug@^3.1.0:
20422042
version "3.1.0"
20432043
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
20442044
dependencies:
@@ -3077,11 +3077,11 @@ flush-write-stream@^1.0.0:
30773077
inherits "^2.0.1"
30783078
readable-stream "^2.0.4"
30793079

3080-
follow-redirects@^1.0.0, follow-redirects@^1.2.5:
3081-
version "1.4.1"
3082-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa"
3080+
follow-redirects@1.5.10, follow-redirects@^1.0.0:
3081+
version "1.5.10"
3082+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
30833083
dependencies:
3084-
debug "^3.1.0"
3084+
debug "=3.1.0"
30853085

30863086
for-in@^1.0.1, for-in@^1.0.2:
30873087
version "1.0.2"
@@ -3810,6 +3810,10 @@ is-buffer@^1.1.5:
38103810
version "1.1.6"
38113811
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
38123812

3813+
is-buffer@^2.0.2:
3814+
version "2.0.4"
3815+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
3816+
38133817
is-builtin-module@^1.0.0:
38143818
version "1.0.0"
38153819
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)