Skip to content

Commit 7a057ec

Browse files
committed
skip: merge (dd60b40) [skip release]
2 parents d424025 + dd60b40 commit 7a057ec

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
@@ -29,7 +29,7 @@
2929
"@actions/core": "1.2.7",
3030
"axios": "0.21.1",
3131
"chalk": "4.1.1",
32-
"form-data": "3.0.1",
32+
"form-data": "4.0.0",
3333
"strip-ansi": "6.0.0"
3434
},
3535
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,10 +2858,10 @@ forever-agent@~0.6.1:
28582858
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
28592859
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
28602860

2861-
form-data@3.0.1:
2862-
version "3.0.1"
2863-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
2864-
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
2861+
form-data@4.0.0:
2862+
version "4.0.0"
2863+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2864+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
28652865
dependencies:
28662866
asynckit "^0.4.0"
28672867
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)