Skip to content

⬆️ Bump node-fetch from 2.6.0 to 2.6.7 - #24

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-fetch-2.6.7
Open

⬆️ Bump node-fetch from 2.6.0 to 2.6.7#24
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-fetch-2.6.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 22, 2022

Copy link
Copy Markdown

Bumps node-fetch from 2.6.0 to 2.6.7.

Release notes

Sourced from node-fetch's releases.

v2.6.7

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

Full Changelog: node-fetch/node-fetch@v2.6.6...v2.6.7

v2.6.6

What's Changed

  • fix(URL): prefer built in URL version when available and fallback to whatwg by