Skip to content

Commit b899873

Browse files
Bump form-data from 4.0.1 to 4.0.2 (#461)
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.1 to 4.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/form-data/form-data/commit/7465e1337244831e91f9a2413a2bf49bdc2a2e04"><code>7465e13</code></a> v4.0.2</li> <li><a href="https://github.com/form-data/form-data/commit/92613b9208556eb4ebc482fdf599fae111626fb6"><code>92613b9</code></a> Merge tags v2.5.3 and v3.0.3</li> <li><a href="https://github.com/form-data/form-data/commit/e46f09bb5338bff090f5cceea5119a8b37c9b147"><code>e46f09b</code></a> v3.0.3</li> <li><a href="https://github.com/form-data/form-data/commit/e5df7f24383342264bd73dee3274818a40d04065"><code>e5df7f2</code></a> [Dev Deps] pin <code>request</code> which via <code>tough-cookie</code> ^2.4 depends on <code>psl</code></li> <li><a href="https://github.com/form-data/form-data/commit/84ca1d6006d65abe7b73c3e99b023aeb353e1e12"><code>84ca1d6</code></a> [Fix] set <code>Symbol.toStringTag</code> when available (<a href="https://redirect.github.com/form-data/form-data/issues/573">#573</a>)</li> <li><a href="https://github.com/form-data/form-data/commit/7fecefe4ba8f775634aff86a698776ad95ecffb5"><code>7fecefe</code></a> [Refactor] use <code>Object.prototype.hasOwnProperty.call</code></li> <li><a href="https://github.com/form-data/form-data/commit/5a5bafee894fead10da49e1fa2b084e17f2e1034"><code>5a5bafe</code></a> [Deps] update <code>mime-types</code></li> <li><a href="https://github.com/form-data/form-data/commit/8261fcb8bf5944d30ae3bd04b91b71d6a9932ef4"><code>8261fcb</code></a> [Dev Deps] update <code>@types/node</code>, <code>browserify</code>, <code>coveralls</code>, <code>cross-spawn</code>, `e...</li> <li><a href="https://github.com/form-data/form-data/commit/b82f59093cdbadb4b7ec0922d33ae7ab048b82ff"><code>b82f590</code></a> Only apps should have lockfiles</li> <li><a href="https://github.com/form-data/form-data/commit/9457283e1dce6122adc908fdd7442cfc54cabe7a"><code>9457283</code></a> Bumped version 2.5.3</li> <li>Additional commits viewable in <a href="https://github.com/form-data/form-data/compare/v4.0.1...v4.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=form-data&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent a0e34ec commit b899873

File tree

2 files changed

+78
-37
lines changed

2 files changed

+78
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"camelcase-keys": "^9.1.3",
3131
"express": "^4.21.2",
3232
"fetch-retry": "^5.0.6",
33-
"form-data": "^4.0.1",
33+
"form-data": "^4.0.2",
3434
"fs-extra": "^11.3.0",
3535
"http-errors": "^2.0.0",
3636
"http-status-codes": "^2.3.0",

yarn.lock

Lines changed: 77 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,6 +2988,16 @@ __metadata:
29882988
languageName: node
29892989
linkType: hard
29902990

2991+
"call-bind-apply-helpers@npm:^1.0.1":
2992+
version: 1.0.2
2993+
resolution: "call-bind-apply-helpers@npm:1.0.2"
2994+
dependencies:
2995+
es-errors: "npm:^1.3.0"
2996+
function-bind: "npm:^1.1.2"
2997+
checksum: 10c0/47bd9901d57b857590431243fea704ff18078b16890a6b3e021e12d279bbf211d039155e27d7566b374d49ee1f8189344bac9833dec7a20cdec370506361c938
2998+
languageName: node
2999+
linkType: hard
3000+
29913001
"call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7":
29923002
version: 1.0.7
29933003
resolution: "call-bind@npm:1.0.7"
@@ -3608,6 +3618,17 @@ __metadata:
36083618
languageName: node
36093619
linkType: hard
36103620

3621+
"dunder-proto@npm:^1.0.1":
3622+
version: 1.0.1
3623+
resolution: "dunder-proto@npm:1.0.1"
3624+
dependencies:
3625+
call-bind-apply-helpers: "npm:^1.0.1"
3626+
es-errors: "npm:^1.3.0"
3627+
gopd: "npm:^1.2.0"
3628+
checksum: 10c0/199f2a0c1c16593ca0a145dbf76a962f8033ce3129f01284d48c45ed4e14fea9bbacd7b3610b6cdc33486cef20385ac054948fefc6272fcce645c09468f93031
3629+
languageName: node
3630+
linkType: hard
3631+
36113632
"eastasianwidth@npm:^0.2.0":
36123633
version: 0.2.0
36133634
resolution: "eastasianwidth@npm:0.2.0"
@@ -3767,12 +3788,10 @@ __metadata:
37673788
languageName: node
37683789
linkType: hard
37693790

3770-
"es-define-property@npm:^1.0.0":
3771-
version: 1.0.0
3772-
resolution: "es-define-property@npm:1.0.0"
3773-
dependencies:
3774-
get-intrinsic: "npm:^1.2.4"
3775-
checksum: 10c0/6bf3191feb7ea2ebda48b577f69bdfac7a2b3c9bcf97307f55fd6ef1bbca0b49f0c219a935aca506c993d8c5d8bddd937766cb760cd5e5a1071351f2df9f9aa4
3791+
"es-define-property@npm:^1.0.0, es-define-property@npm:^1.0.1":
3792+
version: 1.0.1
3793+
resolution: "es-define-property@npm:1.0.1"
3794+
checksum: 10c0/3f54eb49c16c18707949ff25a1456728c883e81259f045003499efba399c08bad00deebf65cccde8c0e07908c1a225c9d472b7107e558f2a48e28d530e34527c
37763795
languageName: node
37773796
linkType: hard
37783797

@@ -3792,14 +3811,15 @@ __metadata:
37923811
languageName: node
37933812
linkType: hard
37943813

3795-
"es-set-tostringtag@npm:^2.0.3":
3796-
version: 2.0.3
3797-
resolution: "es-set-tostringtag@npm:2.0.3"
3814+
"es-set-tostringtag@npm:^2.0.3, es-set-tostringtag@npm:^2.1.0":
3815+
version: 2.1.0
3816+
resolution: "es-set-tostringtag@npm:2.1.0"
37983817
dependencies:
3799-
get-intrinsic: "npm:^1.2.4"
3818+
es-errors: "npm:^1.3.0"
3819+
get-intrinsic: "npm:^1.2.6"
38003820
has-tostringtag: "npm:^1.0.2"
3801-
hasown: "npm:^2.0.1"
3802-
checksum: 10c0/f22aff1585eb33569c326323f0b0d175844a1f11618b86e193b386f8be0ea9474cfbe46df39c45d959f7aa8f6c06985dc51dd6bce5401645ec5a74c4ceaa836a
3821+
hasown: "npm:^2.0.2"
3822+
checksum: 10c0/ef2ca9ce49afe3931cb32e35da4dcb6d86ab02592cfc2ce3e49ced199d9d0bb5085fc7e73e06312213765f5efa47cc1df553a6a5154584b21448e9fb8355b1af
38033823
languageName: node
38043824
linkType: hard
38053825

@@ -4432,14 +4452,15 @@ __metadata:
44324452
languageName: node
44334453
linkType: hard
44344454

4435-
"form-data@npm:^4.0.0, form-data@npm:^4.0.1":
4436-
version: 4.0.1
4437-
resolution: "form-data@npm:4.0.1"
4455+
"form-data@npm:^4.0.0, form-data@npm:^4.0.2":
4456+
version: 4.0.2
4457+
resolution: "form-data@npm:4.0.2"
44384458
dependencies:
44394459
asynckit: "npm:^0.4.0"
44404460
combined-stream: "npm:^1.0.8"
4461+
es-set-tostringtag: "npm:^2.1.0"
44414462
mime-types: "npm:^2.1.12"
4442-
checksum: 10c0/bb102d570be8592c23f4ea72d7df9daa50c7792eb0cf1c5d7e506c1706e7426a4e4ae48a35b109e91c85f1c0ec63774a21ae252b66f4eb981cb8efef7d0463c8
4463+
checksum: 10c0/e534b0cf025c831a0929bf4b9bbe1a9a6b03e273a8161f9947286b9b13bf8fb279c6944aae0070c4c311100c6d6dbb815cd955dc217728caf73fad8dc5b8ee9c
44434464
languageName: node
44444465
linkType: hard
44454466

@@ -4580,16 +4601,21 @@ __metadata:
45804601
languageName: node
45814602
linkType: hard
45824603

4583-
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4":
4584-
version: 1.2.4
4585-
resolution: "get-intrinsic@npm:1.2.4"
4604+
"get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.6":
4605+
version: 1.2.7
4606+
resolution: "get-intrinsic@npm:1.2.7"
45864607
dependencies:
4608+
call-bind-apply-helpers: "npm:^1.0.1"
4609+
es-define-property: "npm:^1.0.1"
45874610
es-errors: "npm:^1.3.0"
4611+
es-object-atoms: "npm:^1.0.0"
45884612
function-bind: "npm:^1.1.2"
4589-
has-proto: "npm:^1.0.1"
4590-
has-symbols: "npm:^1.0.3"
4591-
hasown: "npm:^2.0.0"
4592-
checksum: 10c0/0a9b82c16696ed6da5e39b1267104475c47e3a9bdbe8b509dfe1710946e38a87be70d759f4bb3cda042d76a41ef47fe769660f3b7c0d1f68750299344ffb15b7
4613+
get-proto: "npm:^1.0.0"
4614+
gopd: "npm:^1.2.0"
4615+
has-symbols: "npm:^1.1.0"
4616+
hasown: "npm:^2.0.2"
4617+
math-intrinsics: "npm:^1.1.0"
4618+
checksum: 10c0/b475dec9f8bff6f7422f51ff4b7b8d0b68e6776ee83a753c1d627e3008c3442090992788038b37eff72e93e43dceed8c1acbdf2d6751672687ec22127933080d
45934619
languageName: node
45944620
linkType: hard
45954621

@@ -4600,6 +4626,16 @@ __metadata:
46004626
languageName: node
46014627
linkType: hard
46024628

4629+
"get-proto@npm:^1.0.0":
4630+
version: 1.0.1
4631+
resolution: "get-proto@npm:1.0.1"
4632+
dependencies:
4633+
dunder-proto: "npm:^1.0.1"
4634+
es-object-atoms: "npm:^1.0.0"
4635+
checksum: 10c0/9224acb44603c5526955e83510b9da41baf6ae73f7398875fba50edc5e944223a89c4a72b070fcd78beb5f7bdda58ecb6294adc28f7acfc0da05f76a2399643c
4636+
languageName: node
4637+
linkType: hard
4638+
46034639
"get-stdin@npm:^9.0.0":
46044640
version: 9.0.0
46054641
resolution: "get-stdin@npm:9.0.0"
@@ -4747,12 +4783,10 @@ __metadata:
47474783
languageName: node
47484784
linkType: hard
47494785

4750-
"gopd@npm:^1.0.1":
4751-
version: 1.0.1
4752-
resolution: "gopd@npm:1.0.1"
4753-
dependencies:
4754-
get-intrinsic: "npm:^1.1.3"
4755-
checksum: 10c0/505c05487f7944c552cee72087bf1567debb470d4355b1335f2c262d218ebbff805cd3715448fe29b4b380bae6912561d0467233e4165830efd28da241418c63
4786+
"gopd@npm:^1.0.1, gopd@npm:^1.2.0":
4787+
version: 1.2.0
4788+
resolution: "gopd@npm:1.2.0"
4789+
checksum: 10c0/50fff1e04ba2b7737c097358534eacadad1e68d24cccee3272e04e007bed008e68d2614f3987788428fd192a5ae3889d08fb2331417e4fc4a9ab366b2043cead
47564790
languageName: node
47574791
linkType: hard
47584792

@@ -4800,17 +4834,17 @@ __metadata:
48004834
languageName: node
48014835
linkType: hard
48024836

4803-
"has-proto@npm:^1.0.1, has-proto@npm:^1.0.3":
4837+
"has-proto@npm:^1.0.3":
48044838
version: 1.0.3
48054839
resolution: "has-proto@npm:1.0.3"
48064840
checksum: 10c0/35a6989f81e9f8022c2f4027f8b48a552de714938765d019dbea6bb547bd49ce5010a3c7c32ec6ddac6e48fc546166a3583b128f5a7add8b058a6d8b4afec205
48074841
languageName: node
48084842
linkType: hard
48094843

4810-
"has-symbols@npm:^1.0.2, has-symbols@npm:^1.0.3":
4811-
version: 1.0.3
4812-
resolution: "has-symbols@npm:1.0.3"
4813-
checksum: 10c0/e6922b4345a3f37069cdfe8600febbca791c94988c01af3394d86ca3360b4b93928bbf395859158f88099cb10b19d98e3bbab7c9ff2c1bd09cf665ee90afa2c3
4844+
"has-symbols@npm:^1.0.2, has-symbols@npm:^1.0.3, has-symbols@npm:^1.1.0":
4845+
version: 1.1.0
4846+
resolution: "has-symbols@npm:1.1.0"
4847+
checksum: 10c0/dde0a734b17ae51e84b10986e651c664379018d10b91b6b0e9b293eddb32f0f069688c841fb40f19e9611546130153e0a2a48fd7f512891fb000ddfa36f5a20e
48144848
languageName: node
48154849
linkType: hard
48164850

@@ -4823,7 +4857,7 @@ __metadata:
48234857
languageName: node
48244858
linkType: hard
48254859

4826-
"hasown@npm:^2.0.0, hasown@npm:^2.0.1, hasown@npm:^2.0.2":
4860+
"hasown@npm:^2.0.0, hasown@npm:^2.0.2":
48274861
version: 2.0.2
48284862
resolution: "hasown@npm:2.0.2"
48294863
dependencies:
@@ -5982,7 +6016,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59826016
express: "npm:^4.21.2"
59836017
fetch-mock: "npm:^9.11.0"
59846018
fetch-retry: "npm:^5.0.6"
5985-
form-data: "npm:^4.0.1"
6019+
form-data: "npm:^4.0.2"
59866020
fs-extra: "npm:^11.3.0"
59876021
http-errors: "npm:^2.0.0"
59886022
http-status-codes: "npm:^2.3.0"
@@ -6177,6 +6211,13 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
61776211
languageName: node
61786212
linkType: hard
61796213

6214+
"math-intrinsics@npm:^1.1.0":
6215+
version: 1.1.0
6216+
resolution: "math-intrinsics@npm:1.1.0"
6217+
checksum: 10c0/7579ff94e899e2f76ab64491d76cf606274c874d8f2af4a442c016bd85688927fcfca157ba6bf74b08e9439dc010b248ce05b96cc7c126a354c3bae7fcb48b7f
6218+
languageName: node
6219+
linkType: hard
6220+
61806221
"media-typer@npm:0.3.0":
61816222
version: 0.3.0
61826223
resolution: "media-typer@npm:0.3.0"

0 commit comments

Comments
 (0)