elm-pages
elm-pages copied to clipboard
Bump undici from 4.12.0 to 5.8.2
Bumps undici from 4.12.0 to 5.8.2.
Release notes
Sourced from undici's releases.
v5.8.2
⚠️ Security Release ⚠️
- CRLF Injection in Nodejs ‘undici’ via Content-Type GHSA-f772-66g8-q5h3 CVE-2022-35948
undici.request
vulnerable to SSRF using absolute URL onpathname
GHSA-8qr4-xgw6-wmr3 CVE-2022-35949What's Changed
- docs: mock different endpoints in a single file by
@ritvik130
in nodejs/undici#1589- feat(webidl): better error message for ByteString converter by
@KhafraDev
in nodejs/undici#1591New Contributors
@ritvik130
made their first contribution in nodejs/undici#1589Full Changelog: https://github.com/nodejs/undici/compare/v5.8.1...v5.8.2
v5.8.1
What's Changed
- Do not decode the body while we are following a redirect by
@mcollina
in nodejs/undici#1554- docs: Fix spelling/grammar in "Mocking Request" by
@meyfa
in nodejs/undici#1555- fix(MockInterceptor): callback options.headers w/ fetch by
@KhafraDev
in nodejs/undici#1559- fix(fetch): ByteString checks & conversion in Headers by
@KhafraDev
in nodejs/undici#1560- test: update client certificates with ones that expires in 100 years by
@jodevsa
in nodejs/undici#1566- fix: x-www-form-urlencoded parser keep the BOM by
@cola119
in nodejs/undici#1563- fix: prioritise error events over timeouts by
@jodevsa
in nodejs/undici#1551- fix: add
isErrorLike
by@KhafraDev
in nodejs/undici#1570- fix(types): add missing pool stats by
@SkeLLLa
in nodejs/undici#1573- fix: fetch a long base64 url will crash and nothing happens (close: #1574) by
@ahaoboy
in nodejs/undici#1575- fix: follow signal.reason in Request by
@LiviaMedeiros
in nodejs/undici#1580- docs: Fix DiagnosticsChannel sidebar link by
@trentm
in nodejs/undici#1582- fix: make mock headers case-insensitive by
@cola119
in nodejs/undici#1585New Contributors
@meyfa
made their first contribution in nodejs/undici#1555@cola119
made their first contribution in nodejs/undici#1563@SkeLLLa
made their first contribution in nodejs/undici#1573@ahaoboy
made their first contribution in nodejs/undici#1575@trentm
made their first contribution in nodejs/undici#1582Full Changelog: https://github.com/nodejs/undici/compare/v5.8.0...v5.8.1
v5.8.0
⚠️ Security Fixes ⚠️
- CRLF injection in request path, method, and headers https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc, CVE CVE-2022-31150, reported by
@Haxatron
- Cookies uncleared on cross-host / cross-origin redirect https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp, CVE CVE-2022-31150, reported by
@Haxatron
What's Changed
- Drop PR title validation by
@mcollina
in nodejs/undici#1543- chore: exclude windows node 16 by
@mcollina
in nodejs/undici#1542- feat: use weighted round robin in balancedPool by
@jodevsa
in nodejs/undici#1069
... (truncated)
Commits
52d1ce5
Bumped v5.8.266165d6
Merge pull request from GHSA-f772-66g8-q5h3124f7eb
Merge pull request from GHSA-8qr4-xgw6-wmr3aef314c
feat(webidl): better error message for ByteString converter (#1591)2f4b3b6
docs: mock different endpoints in a single file (#1589)e1e1638
5.8.1c1dd24a
fix: make mock headers case-insensitive (#1585)1822ee6
docs: Fix DiagnosticsChannel sidebar link (#1582)dd613ef
fix: follow signal.reason in Request (#1580)40af2c0
fix: fetch a long base64 url will crash and nothing happens (close: #1574) (#...- 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Looks like undici is no longer a dependency, so this is no longer needed.