Skip to content

Commit 72ea7fc

Browse files
committed
fix(deps): update dependency axios to v0.27.1
1 parent 123fc30 commit 72ea7fc

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.0",
31+
"axios": "0.27.1",
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.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==
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==
15001500
dependencies:
15011501
follow-redirects "^1.14.9"
15021502
form-data "^4.0.0"

0 commit comments

Comments
 (0)