Skip to content

Commit c9ae061

Browse files
authored
Merge pull request #110 from hellivan/renovate/axios-0.x
fix(deps): update dependency axios to ^0.26.0
2 parents b63aa14 + 7d21f57 commit c9ae061

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
@@ -25,7 +25,7 @@
2525
"cleanup-lockfile": "yarn-deduplicate --strategy fewer"
2626
},
2727
"dependencies": {
28-
"axios": "^0.25.0",
28+
"axios": "^0.26.0",
2929
"commander": "^8.3.0"
3030
},
3131
"bin": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,12 +2112,12 @@ aws4@^1.8.0:
21122112
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
21132113
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
21142114

2115-
axios@^0.25.0:
2116-
version "0.25.0"
2117-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
2118-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
2115+
axios@^0.26.0:
2116+
version "0.26.0"
2117+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
2118+
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
21192119
dependencies:
2120-
follow-redirects "^1.14.7"
2120+
follow-redirects "^1.14.8"
21212121

21222122
babel-jest@^27.4.6:
21232123
version "27.4.6"
@@ -3301,10 +3301,10 @@ flatted@^3.1.0:
33013301
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
33023302
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
33033303

3304-
follow-redirects@^1.14.7:
3305-
version "1.14.7"
3306-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
3307-
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
3304+
follow-redirects@^1.14.8:
3305+
version "1.14.8"
3306+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
3307+
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
33083308

33093309
forever-agent@~0.6.1:
33103310
version "0.6.1"

0 commit comments

Comments
 (0)