Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 8bcafeb

Browse files
Update dependency axios to v0.26.0 (#293)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d405bdd commit 8bcafeb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
"dependencies": {
31-
"axios": "0.21.4",
31+
"axios": "0.26.0",
3232
"bootstrap": "4.6.1",
3333
"react": "17.0.2",
3434
"react-bootstrap": "2.1.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,12 +4560,12 @@ [email protected]:
45604560
is-blob "^2.1.0"
45614561
is-buffer "^2.0.5"
45624562

4563-
axios@0.21.4:
4564-
version "0.21.4"
4565-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
4566-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
4563+
axios@0.26.0:
4564+
version "0.26.0"
4565+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
4566+
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
45674567
dependencies:
4568-
follow-redirects "^1.14.0"
4568+
follow-redirects "^1.14.8"
45694569

45704570
axobject-query@^2.2.0:
45714571
version "2.2.0"
@@ -7923,7 +7923,7 @@ flush-write-stream@^1.0.0:
79237923
inherits "^2.0.3"
79247924
readable-stream "^2.3.6"
79257925

7926-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
7926+
follow-redirects@^1.0.0, follow-redirects@^1.14.8:
79277927
version "1.14.8"
79287928
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
79297929
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==

0 commit comments

Comments
 (0)