Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 30, 2021
1 parent bbcfd59 commit 4e2a41d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"@types/js-cookie": "^3.0.0",
"@types/qs": "^6.9.6",
"axios": "^0.23.0",
"axios": "^0.24.0",
"defu": "^5.0.0",
"js-cookie": "^3.0.0",
"qs": "^6.10.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1382,10 +1382,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

axios@^0.23.0:
version "0.23.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149"
integrity sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg==
axios@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
dependencies:
follow-redirects "^1.14.4"

Expand Down

0 comments on commit 4e2a41d

Please sign in to comment.