Skip to content

Commit bf0cd91

Browse files
committed
fix(deps): update dependency axios to v0.27.2
1 parent 8be959c commit bf0cd91

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
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@actions/core": "1.7.0",
31-
"axios": "0.27.1",
31+
"axios": "0.27.2",
3232
"chalk": "4.1.2",
3333
"form-data": "4.0.0",
3434
"strip-ansi": "6.0.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,10 +1493,10 @@ 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.27.1:
1497-
version "0.27.1"
1498-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.1.tgz#badcc8cc38cfa812320221b600776452141ea5d4"
1499-
integrity sha512-ePNMai55xo5GsXajb/k756AqZqpqeDaGwGcdvbZLSSELbbYwsIn2jNmGfUPEwd8j/yu4OoMstLLIVa4t0MneEA==
1496+
axios@0.27.2:
1497+
version "0.27.2"
1498+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1499+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
15001500
dependencies:
15011501
follow-redirects "^1.14.9"
15021502
form-data "^4.0.0"

0 commit comments

Comments
 (0)