Skip to content

Commit

Permalink
Update dependency axios to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 1, 2019
1 parent b51427c commit 78383d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@zeit/fetch-retry": "4.0.1",
"axios": "0.18.1",
"axios": "0.19.0",
"axios-retry": "3.1.2",
"chrome-aws-lambda": "1.19.0",
"express": "4.17.1",
Expand Down
8 changes: 4 additions & 4 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ axios-retry@3.1.2:
dependencies:
is-retry-allowed "^1.1.0"

axios@0.18.1:
version "0.18.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
axios@0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
dependencies:
follow-redirects "1.5.10"
is-buffer "^2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions hosting/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fortawesome/free-solid-svg-icons": "5.10.2",
"@fortawesome/react-fontawesome": "0.1.4",
"autoprefixer": "9.6.1",
"axios": "0.18.1",
"axios": "0.19.0",
"axios-progress-bar": "1.2.0",
"bootstrap": "4.3.1",
"core-js": "2.6.9",
Expand Down

0 comments on commit 78383d2

Please sign in to comment.