Skip to content

Commit 123fc30

Browse files
committed
fix(deps): update dependency axios to v0.27.0
1 parent 5b9a5ff commit 123fc30

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@actions/core": "1.7.0",
31-
"axios": "0.26.1",
31+
"axios": "0.27.0",
3232
"chalk": "4.1.2",
3333
"form-data": "4.0.0",
3434
"strip-ansi": "6.0.1"

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,12 +1493,13 @@ asynckit@^0.4.0:
14931493
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
14941494
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
14951495

1496-
axios@0.26.1:
1497-
version "0.26.1"
1498-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
1499-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
1496+
axios@0.27.0:
1497+
version "0.27.0"
1498+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.0.tgz#973ca980dee9077410189340390ea77964af6b29"
1499+
integrity sha512-XV/WrPxXfzgZ8j4lcB5i6LyaXmi90yetmV/Fem0kmglGx+mpY06CiweL3YxU6wOTNLmqLUePW4G8h45nGZ/+pA==
15001500
dependencies:
1501-
follow-redirects "^1.14.8"
1501+
follow-redirects "^1.14.9"
1502+
form-data "^4.0.0"
15021503

15031504
babel-jest@^27.5.1:
15041505
version "27.5.1"
@@ -2656,12 +2657,12 @@ flatted@^3.1.0:
26562657
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
26572658
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
26582659

2659-
follow-redirects@^1.14.8:
2660-
version "1.14.8"
2661-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
2662-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
2660+
follow-redirects@^1.14.9:
2661+
version "1.14.9"
2662+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
2663+
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
26632664

2664-
form-data@4.0.0:
2665+
form-data@4.0.0, form-data@^4.0.0:
26652666
version "4.0.0"
26662667
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
26672668
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==

0 commit comments

Comments
 (0)