Skip to content

Commit 31e0ff3

Browse files
fix(deps): update dependency axios to v0.21.1 (#47)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 55e2d5d commit 31e0ff3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@actions/core": "1.2.6",
30-
"axios": "0.21.0",
30+
"axios": "0.21.1",
3131
"chalk": "4.1.0",
3232
"form-data": "3.0.0",
3333
"strip-ansi": "6.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,10 +1306,10 @@ aws4@^1.8.0:
13061306
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
13071307
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
13081308

1309-
axios@0.21.0:
1310-
version "0.21.0"
1311-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
1312-
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
1309+
axios@0.21.1:
1310+
version "0.21.1"
1311+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1312+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
13131313
dependencies:
13141314
follow-redirects "^1.10.0"
13151315

0 commit comments

Comments
 (0)