Commit b9c2c5d
authored
Bump form-data from 4.0.2 to 4.0.3 (#510)
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/form-data/form-data/commit/d8d67dc8ac79285154edf7d3f57dbab593b9a146"><code>d8d67dc</code></a> v4.0.3</li>
<li><a href="https://github.com/form-data/form-data/commit/e6e83ccb545a5619ed6cd04f31d5c2f655eb633e"><code>e6e83cc</code></a> [meta] remove local commit hooks</li>
<li><a href="https://github.com/form-data/form-data/commit/870e4e665935e701bf983a051244ab928e62d58e"><code>870e4e6</code></a> [Dev Deps] remove unused deps</li>
<li><a href="https://github.com/form-data/form-data/commit/799d56c897d1eab6eafefe1454bb53011596da15"><code>799d56c</code></a> [Fix] <code>append</code>: avoid a crash on nullish values</li>
<li><a href="https://github.com/form-data/form-data/commit/8d8e4693093519f7f18e3c597d1e8df8c493de9e"><code>8d8e469</code></a> [Fix] validate boundary type in <code>setBoundary()</code> method</li>
<li><a href="https://github.com/form-data/form-data/commit/837b8a1f7562bfb8bda74f3fc538adb7a5858995"><code>837b8a1</code></a> [Tests] add tests to check the behavior of <code>getBoundary</code> with non-strings</li>
<li><a href="https://github.com/form-data/form-data/commit/426ba9ac440f95d1998dac9a5cd8d738043b048f"><code>426ba9a</code></a> [eslint] use a shared config</li>
<li><a href="https://github.com/form-data/form-data/commit/20941917f0e9487e68c564ebc3157e23609e2939"><code>2094191</code></a> [eslint] fix some spacing issues</li>
<li><a href="https://github.com/form-data/form-data/commit/4066fd6f65992b62fa324a6474a9292a4f88c916"><code>4066fd6</code></a> [Dev Deps] update <code>eslint</code></li>
<li><a href="https://github.com/form-data/form-data/commit/81ab41b46fdf34f5d89d7ff30b513b0925febfaa"><code>81ab41b</code></a> [Refactor] use <code>hasown</code></li>
<li>Additional commits viewable in <a href="https://github.com/form-data/form-data/compare/v4.0.2...v4.0.3">compare view</a></li>
</ul>
</details>
<br />
[](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 938db61 commit b9c2c5d
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4449 | 4449 | | |
4450 | 4450 | | |
4451 | 4451 | | |
4452 | | - | |
4453 | | - | |
4454 | | - | |
| 4452 | + | |
| 4453 | + | |
| 4454 | + | |
4455 | 4455 | | |
4456 | 4456 | | |
4457 | 4457 | | |
4458 | 4458 | | |
| 4459 | + | |
4459 | 4460 | | |
4460 | | - | |
| 4461 | + | |
4461 | 4462 | | |
4462 | 4463 | | |
4463 | 4464 | | |
| |||
6004 | 6005 | | |
6005 | 6006 | | |
6006 | 6007 | | |
6007 | | - | |
| 6008 | + | |
6008 | 6009 | | |
6009 | 6010 | | |
6010 | 6011 | | |
| |||
0 commit comments