Skip to content

Commit

Permalink
fix(deps): update dependency axios to v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 22, 2020
1 parent 82e7124 commit 3541166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-env": "7.7.7",
"@babel/preset-stage-0": "7.0.0",
"@babel/register": "7.7.7",
"axios": "0.19.0",
"axios": "0.19.2",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-preset-env": "1.7.0",
"moment": "2.24.0",
Expand Down
11 changes: 3 additions & 8 deletions yarn.lock
Expand Up @@ -742,12 +742,11 @@ aws4@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"

axios@0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
axios@0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
dependencies:
follow-redirects "1.5.10"
is-buffer "^2.0.2"

babel-code-frame@^6.26.0:
version "6.26.0"
Expand Down Expand Up @@ -1443,10 +1442,6 @@ invariant@^2.2.2:
dependencies:
loose-envify "^1.0.0"

is-buffer@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"

is-typedarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
Expand Down

0 comments on commit 3541166

Please sign in to comment.