Skip to content

Commit 394466c

Browse files
build(deps): Bump form-data from 3.0.0 to 3.0.4 (#1636)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ad6d79 commit 394466c

File tree

2 files changed

+18
-40
lines changed

2 files changed

+18
-40
lines changed

packages/ethereum-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@requestnetwork/types": "0.54.0",
4646
"@requestnetwork/utils": "0.54.0",
4747
"ethers": "5.7.2",
48-
"form-data": "3.0.0",
48+
"form-data": "3.0.4",
4949
"qs": "6.11.2",
5050
"shelljs": "0.8.5",
5151
"tslib": "2.8.1",

yarn.lock

Lines changed: 17 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11652,23 +11652,15 @@ es-object-atoms@^1.1.1:
1165211652
dependencies:
1165311653
es-errors "^1.3.0"
1165411654

11655-
es-set-tostringtag@^2.0.1:
11656-
version "2.0.2"
11657-
resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz"
11658-
integrity sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==
11659-
dependencies:
11660-
get-intrinsic "^1.2.2"
11661-
has-tostringtag "^1.0.0"
11662-
hasown "^2.0.0"
11663-
11664-
es-set-tostringtag@^2.0.3:
11665-
version "2.0.3"
11666-
resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz"
11667-
integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==
11655+
es-set-tostringtag@^2.0.1, es-set-tostringtag@^2.0.3, es-set-tostringtag@^2.1.0:
11656+
version "2.1.0"
11657+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
11658+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
1166811659
dependencies:
11669-
get-intrinsic "^1.2.4"
11660+
es-errors "^1.3.0"
11661+
get-intrinsic "^1.2.6"
1167011662
has-tostringtag "^1.0.2"
11671-
hasown "^2.0.1"
11663+
hasown "^2.0.2"
1167211664

1167311665
es-shim-unscopables@^1.0.0:
1167411666
version "1.0.2"
@@ -13499,23 +13491,16 @@ [email protected]:
1349913491
resolved "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.1.tgz"
1350013492
integrity sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==
1350113493

13502-
13503-
version "3.0.0"
13504-
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz"
13505-
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
13506-
dependencies:
13507-
asynckit "^0.4.0"
13508-
combined-stream "^1.0.8"
13509-
mime-types "^2.1.12"
13510-
13511-
form-data@^3.0.0:
13512-
version "3.0.1"
13513-
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
13514-
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
13494+
[email protected], form-data@^3.0.0:
13495+
version "3.0.4"
13496+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.4.tgz#938273171d3f999286a4557528ce022dc2c98df1"
13497+
integrity sha512-f0cRzm6dkyVYV3nPoooP8XlccPQukegwhAnpoLcXy+X+A8KfpGOoXwDr9FLZd3wzgLaBGQBE3lY93Zm/i1JvIQ==
1351513498
dependencies:
1351613499
asynckit "^0.4.0"
1351713500
combined-stream "^1.0.8"
13518-
mime-types "^2.1.12"
13501+
es-set-tostringtag "^2.1.0"
13502+
hasown "^2.0.2"
13503+
mime-types "^2.1.35"
1351913504

1352013505
form-data@^4.0.0:
1352113506
version "4.0.0"
@@ -13883,7 +13868,7 @@ get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
1388313868
has-symbols "^1.0.3"
1388413869
hasown "^2.0.0"
1388513870

13886-
get-intrinsic@^1.3.0:
13871+
get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
1388713872
version "1.3.0"
1388813873
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1388913874
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -14758,14 +14743,7 @@ [email protected], hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.7:
1475814743
inherits "^2.0.3"
1475914744
minimalistic-assert "^1.0.1"
1476014745

14761-
hasown@^2.0.0:
14762-
version "2.0.0"
14763-
resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz"
14764-
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
14765-
dependencies:
14766-
function-bind "^1.1.2"
14767-
14768-
hasown@^2.0.1, hasown@^2.0.2:
14746+
hasown@^2.0.0, hasown@^2.0.2:
1476914747
version "2.0.2"
1477014748
resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz"
1477114749
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
@@ -18190,7 +18168,7 @@ mime-db@^1.54.0:
1819018168
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5"
1819118169
integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==
1819218170

18193-
mime-types@^2.1.12, mime-types@^2.1.16, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34:
18171+
mime-types@^2.1.12, mime-types@^2.1.16, mime-types@^2.1.27, mime-types@^2.1.35, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34:
1819418172
version "2.1.35"
1819518173
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz"
1819618174
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==

0 commit comments

Comments
 (0)