Bump the npm_and_yarn group across 1 directories with 1 update (#51)

* Bump the npm_and_yarn group across 1 directories with 1 update

Bumps the npm_and_yarn group with 1 update in the /. directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 5.28.2 to 5.28.3
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add files via upload

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rimo <4203620+yizhoumo@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-28 23:53:47 +08:00
committed by GitHub
parent a7826c3d9e
commit 2115c80e82
2 changed files with 6 additions and 3 deletions

3
dist/index.js generated vendored
View File

@@ -17756,6 +17756,9 @@ function httpRedirectFetch (fetchParams, response) {
// https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name
request.headersList.delete('authorization')
// https://fetch.spec.whatwg.org/#authentication-entries
request.headersList.delete('proxy-authorization', true)
// "Cookie" and "Host" are forbidden request-headers, which undici doesn't implement.
request.headersList.delete('cookie')
request.headersList.delete('host')