x-minecraft-launcher
x-minecraft-launcher copied to clipboard
chore(deps): bump undici from 6.0.1 to 6.6.1 in /xmcl-runtime
Bumps undici from 6.0.1 to 6.6.1.
Release notes
Sourced from undici's releases.
v6.6.1
⚠️ Security Release ⚠️
Fixes:
- CVE-2024-24750, Backpressure request ignored in fetch()
- CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch
What's Changed
- fix: flaky debug test by
@Uzlopak
in nodejs/undici#2687- build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by
@dependabot
in nodejs/undici#2688- build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by
@dependabot
in nodejs/undici#2689- fix: ci pipeline warnings by
@Uzlopak
in nodejs/undici#2685- perf: optimize Iterator by
@tsctx
in nodejs/undici#2692Full Changelog: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1
v6.6.0
What's Changed
- add webSocket example by
@mertcanaltin
in nodejs/undici#2626- chore: remove atomic-sleep as dev dependency by
@Uzlopak
in nodejs/undici#2648- chore: remove semver as dev dependency by
@Uzlopak
in nodejs/undici#2646- chore: remove table as dev dependency by
@Uzlopak
in nodejs/undici#2649- chore: remove delay as dev dependency by
@Uzlopak
in nodejs/undici#2647- chore: reduce noise in test-logs test/issue-2349.js by
@Uzlopak
in nodejs/undici#2655- chore: fix faketimer warning in test/request-timeout.js by
@Uzlopak
in nodejs/undici#2656- chore: reduce noise in test logs test/client-node-max-header-size.js by
@Uzlopak
in nodejs/undici#2654- refactor: use fromInnerResponse by
@tsctx
in nodejs/undici#2635- fix: support deflate raw responses by
@Uzlopak
in nodejs/undici#2650- Support building for externally shared js builtins by
@mochaaP
in nodejs/undici#2643- fix: typo clampAndCoarsenConnectionTimingInfo by
@Uzlopak
in nodejs/undici#2653- chore: use 'node:'-prefix for requiring node core modules by
@Uzlopak
in nodejs/undici#2662- build(deps-dev): bump husky from 8.0.3 to 9.0.7 by
@dependabot
in nodejs/undici#2667- build(deps-dev): bump cronometro from 1.2.0 to 2.0.2 by
@dependabot
in nodejs/undici#2668- remove timers/promises import by
@KhafraDev
in nodejs/undici#2665- chore: fix various codesmells by
@Uzlopak
in nodejs/undici#2669- chore: remove this alias in agent.js by
@Uzlopak
in nodejs/undici#2671- chore: use optional chaining by
@Uzlopak
in nodejs/undici#2666- chore: small perf improvements by
@Uzlopak
in nodejs/undici#2661- implement spec changes from a while ago by
@KhafraDev
in nodejs/undici#2676- websocket: fix close when no closing code is received by
@KhafraDev
in nodejs/undici#2680- fix: make ci less flaky by
@Uzlopak
in nodejs/undici#2684New Contributors
@mochaaP
made their first contribution in nodejs/undici#2643Full Changelog: https://github.com/nodejs/undici/compare/v6.5.0...v6.6.0
v6.5.0
... (truncated)
Commits
d36b19e
Bumped v6.6.187a4811
Merge pull request from GHSA-9f24-jqhm-jfcwb9da3e4
Merge pull request from GHSA-3787-6prv-h9w35db527a
perf: optimize Iterator (#2692)eb53b61
fix: ci pipeline warnings (#2685)9d3ffdb
build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 (#2689)d94baf1
build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 (#2688)0b6bc0f
fix: flaky debug test (#2687)fa2d2d2
Bumped v6.6.09bcf6f8
fix: make ci less flaky (#2684)- 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.