Skip to content

Commit d3a6613

Browse files
Bump axios from 0.15.3 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.15.3 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.15.3...v0.18.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7a1e7b commit d3a6613

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@bnchdrff/react-user-tour": "^3.0.1",
2323
"apollo-boost": "0.4.7",
2424
"apollo-client": "2.6.8",
25-
"axios": "^0.15.3",
25+
"axios": "^0.18.1",
2626
"cross-fetch": "^1.1.1",
2727
"eslint-plugin-react": "^7.14.3",
2828
"graphql": "14.5.5",

yarn.lock

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,12 +2270,13 @@ aws4@^1.8.0:
22702270
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
22712271
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
22722272

2273-
axios@^0.15.3:
2274-
version "0.15.3"
2275-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053"
2276-
integrity sha1-LJ1jiy4ZGgjqHWzJiOrda6W9wFM=
2273+
axios@^0.18.1:
2274+
version "0.18.1"
2275+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
2276+
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
22772277
dependencies:
2278-
follow-redirects "1.0.0"
2278+
follow-redirects "1.5.10"
2279+
is-buffer "^2.0.2"
22792280

22802281
axobject-query@^2.0.2:
22812282
version "2.0.2"
@@ -4960,14 +4961,7 @@ flush-write-stream@^1.0.0:
49604961
inherits "^2.0.1"
49614962
readable-stream "^2.0.4"
49624963

4963-
4964-
version "1.0.0"
4965-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37"
4966-
integrity sha1-jjQpjL0uF28lTv/sdaHHjMhJ/Tc=
4967-
dependencies:
4968-
debug "^2.2.0"
4969-
4970-
follow-redirects@^1.0.0:
4964+
[email protected], follow-redirects@^1.0.0:
49714965
version "1.5.10"
49724966
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
49734967
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
@@ -5989,6 +5983,11 @@ is-buffer@^1.0.2, is-buffer@^1.1.5:
59895983
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
59905984
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
59915985

5986+
is-buffer@^2.0.2:
5987+
version "2.0.4"
5988+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
5989+
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
5990+
59925991
is-builtin-module@^1.0.0:
59935992
version "1.0.0"
59945993
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)