Skip to content

Commit

Permalink
Bump axios from 0.19.2 to 0.21.1 in /src/frontend/web_application
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](axios/axios@v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2021
1 parent bc9108a commit 9828cde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/frontend/web_application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@reduxjs/toolkit": "^1.5.0",
"argv": "^0.0.2",
"async-validator": "^3.2.4",
"axios": "^0.20.0",
"axios": "^0.21.1",
"base64-js": "^1.5.1",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/web_application/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3539,10 +3539,10 @@ axios-mock-adapter@^1.19.0:
fast-deep-equal "^3.1.3"
is-buffer "^2.0.3"

axios@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"

Expand Down

0 comments on commit 9828cde

Please sign in to comment.