Skip to content

Commit 071e6fd

Browse files
Bump form-data from 4.0.0 to 4.0.1 (#399)
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/form-data/form-data/releases">form-data's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <h3>Fixes</h3> <ul> <li>npmignore temporary build files (<a href="https://redirect.github.com/form-data/form-data/issues/532">#532</a>)</li> <li>move util.isArray to Array.isArray (<a href="https://redirect.github.com/form-data/form-data/issues/564">#564</a>)</li> </ul> <h3>Tests</h3> <ul> <li>migrate from travis to GHA</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/form-data/form-data/commit/d04f7381b0111c707baa47190de2d48a02988b5b"><code>d04f738</code></a> v4.0.1</li> <li><a href="https://github.com/form-data/form-data/commit/757b4e32e95726aec9bdcc771fb5a3b564d88034"><code>757b4e3</code></a> [Tests] migrate from travis to GHA</li> <li><a href="https://github.com/form-data/form-data/commit/e8f0d80cd7cd424d1488532621ec40a33218b30b"><code>e8f0d80</code></a> [eslint] clean up ignores</li> <li><a href="https://github.com/form-data/form-data/commit/335ad19c6e17dc2d7298ffe0e9b37ba63600e94b"><code>335ad19</code></a> fix (npmignore): ignore temporary build files</li> <li><a href="https://github.com/form-data/form-data/commit/440d3bed752ac2f9213b4c2229dbccefe140e5fa"><code>440d3be</code></a> fix: move util.isArray to Array.isArray</li> <li>See full diff in <a href="https://github.com/form-data/form-data/compare/v4.0.0...v4.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~ljharb">ljharb</a>, a new releaser for form-data since your current version.</p> </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.0&new-version=4.0.1)](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 7589717 commit 071e6fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1",
3232
"fetch-retry": "^5.0.6",
33-
"form-data": "^4.0.0",
33+
"form-data": "^4.0.1",
3434
"fs-extra": "^11.2.0",
3535
"http-errors": "^2.0.0",
3636
"http-status-codes": "^2.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4434,14 +4434,14 @@ __metadata:
44344434
languageName: node
44354435
linkType: hard
44364436

4437-
"form-data@npm:^4.0.0":
4438-
version: 4.0.0
4439-
resolution: "form-data@npm:4.0.0"
4437+
"form-data@npm:^4.0.0, form-data@npm:^4.0.1":
4438+
version: 4.0.1
4439+
resolution: "form-data@npm:4.0.1"
44404440
dependencies:
44414441
asynckit: "npm:^0.4.0"
44424442
combined-stream: "npm:^1.0.8"
44434443
mime-types: "npm:^2.1.12"
4444-
checksum: 10c0/cb6f3ac49180be03ff07ba3ff125f9eba2ff0b277fb33c7fc47569fc5e616882c5b1c69b9904c4c4187e97dd0419dd03b134174756f296dec62041e6527e2c6e
4444+
checksum: 10c0/bb102d570be8592c23f4ea72d7df9daa50c7792eb0cf1c5d7e506c1706e7426a4e4ae48a35b109e91c85f1c0ec63774a21ae252b66f4eb981cb8efef7d0463c8
44454445
languageName: node
44464446
linkType: hard
44474447

@@ -5984,7 +5984,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59845984
express: "npm:^4.21.1"
59855985
fetch-mock: "npm:^9.11.0"
59865986
fetch-retry: "npm:^5.0.6"
5987-
form-data: "npm:^4.0.0"
5987+
form-data: "npm:^4.0.1"
59885988
fs-extra: "npm:^11.2.0"
59895989
http-errors: "npm:^2.0.0"
59905990
http-status-codes: "npm:^2.3.0"

0 commit comments

Comments
 (0)