chore(deps): bump undici from 5.4.0 to 5.5.1 in /packages/backend
Bumps undici from 5.4.0 to 5.5.1.
Release notes
Sourced from undici's releases.
v5.5.1
⚠ ️ v5.5.1 - Security releaseThis releases fixes CVE CVE-2022-32210. See https://github.com/nodejs/undici/security/advisories/GHSA-pgw7-wx7w-2w33 for more details:
Undici.ProxyAgent never verifies the remote server's certificate, and always exposes all request & response data to the proxy. This unexpectedly means that proxies can MitM all HTTPS traffic, and if the proxy's URL is HTTP then it also means that nominally HTTPS requests are actually sent via plain-text HTTP between Undici and the proxy server.
Full Changelog: https://github.com/nodejs/undici/compare/v5.5.0...v5.5.1
v5.5.0
What's Changed
- ci: skip automerge job if user is not dependabot by
@Fdawgs
in nodejs/undici#1478- test: skip IPv6 tests if not supported by
@LiviaMedeiros
in nodejs/undici#1476- ci: remove git credentials after checkout by
@Fdawgs
in nodejs/undici#1477- fix(fetch): typo by
@KhafraDev
in nodejs/undici#1474- fix: support
TypedArray
andDataView
as Request body by@LiviaMedeiros
in nodejs/undici#1472- fix: connector types by
@S222em
in nodejs/undici#1362- fix(tests): broken
node-fetch
tests by@KhafraDev
in nodejs/undici#1486- fix: readme example codestyle by
@mainarthur
in nodejs/undici#1488- feat: implement
FormData Iterator
by@KhafraDev
in nodejs/undici#1473New Contributors
@LiviaMedeiros
made their first contribution in nodejs/undici#1476@S222em
made their first contribution in nodejs/undici#1362@mainarthur
made their first contribution in nodejs/undici#1488Full Changelog: https://github.com/nodejs/undici/compare/v5.4.0...v5.5.0
Commits
-
19563f7
Bumped v5.5.1 -
6b42910
Fix support for Node v12 -
6fc7ffb
test: add rejectUnauthorized for agent1 cert -
df4f7e0
Merge pull request from GHSA-pgw7-wx7w-2w33 -
2717d70
Bumped v5.5.0 -
3fa762e
fix: update error messages -
a6cc7e4
feat: addFormData.prototype.forEach
-
282a52b
feat: implementFormData Iterator
-
30a464b
fix: moved async code in examples to top-level-await -
e00bd1d
fix: readme example codestyle - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.