Skip to content

Commit a81eb80

Browse files
fix(deps): update dependency form-data to v4 [security]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50ff387 commit a81eb80

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

packages/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"ethereum-cryptography": "1.2.0",
9494
"ethereumjs-abi": "^0.6.8",
9595
"ethereumjs-wallet": "^0.6.3",
96-
"form-data": "^3.0.0",
96+
"form-data": "^4.0.0",
9797
"fs-extra": "^5.0.0",
9898
"ganache": "npm:@celo/[email protected]",
9999
"glob-fs": "^0.1.7",

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10379,15 +10379,6 @@ form-data@^2.2.0:
1037910379
combined-stream "^1.0.6"
1038010380
mime-types "^2.1.12"
1038110381

10382-
form-data@^3.0.0:
10383-
version "3.0.1"
10384-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
10385-
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
10386-
dependencies:
10387-
asynckit "^0.4.0"
10388-
combined-stream "^1.0.8"
10389-
mime-types "^2.1.12"
10390-
1039110382
form-data@^4.0.0:
1039210383
version "4.0.0"
1039310384
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"

0 commit comments

Comments
 (0)