Skip to content

Commit 1a0a3d9

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency axios to ^0.26.0
1 parent 9f53f07 commit 1a0a3d9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "4.5.5"
5757
},
5858
"dependencies": {
59-
"axios": "^0.25.0"
59+
"axios": "^0.26.0"
6060
},
6161
"publishConfig": {
6262
"access": "public"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,12 +2331,12 @@ aws4@^1.8.0:
23312331
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
23322332
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
23332333

2334-
axios@^0.25.0:
2335-
version "0.25.0"
2336-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
2337-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
2334+
axios@^0.26.0:
2335+
version "0.26.0"
2336+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
2337+
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
23382338
dependencies:
2339-
follow-redirects "^1.14.7"
2339+
follow-redirects "^1.14.8"
23402340

23412341
axobject-query@^2.0.2:
23422342
version "2.1.2"
@@ -4233,10 +4233,10 @@ flush-write-stream@^1.0.0:
42334233
inherits "^2.0.3"
42344234
readable-stream "^2.3.6"
42354235

4236-
follow-redirects@^1.14.7:
4237-
version "1.14.7"
4238-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
4239-
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
4236+
follow-redirects@^1.14.8:
4237+
version "1.14.8"
4238+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
4239+
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
42404240

42414241
for-in@^1.0.2:
42424242
version "1.0.2"

0 commit comments

Comments
 (0)