Skip to content

Commit ccc3d9b

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 e4514b8 commit ccc3d9b

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
@@ -21,7 +21,7 @@
2121
"@bnchdrff/react-user-tour": "^3.0.1",
2222
"apollo-boost": "0.4.4",
2323
"apollo-client": "2.4.2",
24-
"axios": "^0.15.3",
24+
"axios": "^0.18.1",
2525
"cross-fetch": "^1.1.1",
2626
"graphql": "14.5.5",
2727
"graphql-tag": "2.10.0",

yarn.lock

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

2246-
axios@^0.15.3:
2247-
version "0.15.3"
2248-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053"
2249-
integrity sha1-LJ1jiy4ZGgjqHWzJiOrda6W9wFM=
2246+
axios@^0.18.1:
2247+
version "0.18.1"
2248+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
2249+
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
22502250
dependencies:
2251-
follow-redirects "1.0.0"
2251+
follow-redirects "1.5.10"
2252+
is-buffer "^2.0.2"
22522253

22532254
axobject-query@^2.0.2:
22542255
version "2.0.2"
@@ -4922,14 +4923,7 @@ flush-write-stream@^1.0.0:
49224923
inherits "^2.0.1"
49234924
readable-stream "^2.0.4"
49244925

4925-
4926-
version "1.0.0"
4927-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37"
4928-
integrity sha1-jjQpjL0uF28lTv/sdaHHjMhJ/Tc=
4929-
dependencies:
4930-
debug "^2.2.0"
4931-
4932-
follow-redirects@^1.0.0:
4926+
[email protected], follow-redirects@^1.0.0:
49334927
version "1.5.10"
49344928
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
49354929
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
@@ -5946,6 +5940,11 @@ is-buffer@^1.0.2, is-buffer@^1.1.5:
59465940
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
59475941
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
59485942

5943+
is-buffer@^2.0.2:
5944+
version "2.0.4"
5945+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
5946+
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
5947+
59495948
is-builtin-module@^1.0.0:
59505949
version "1.0.0"
59515950
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)