Make WordPress Core

Changeset 51692 for trunk/package.json


Ignore:
Timestamp:
08/30/2021 01:49:28 PM (4 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update whatwg-fetch package to version 3.6.2.

This matches the version used in the Gutenberg project.

While WordPress core no longer depends on this polyfill as of [50934], this brings the latest updates of the library to anyone still utilizing it.

For a full list of changes in this update, see the whatwg-fetch GitHub:
https://github.com/github/fetch/compare/v3.0.0...v3.6.2

Follow-up to [43719], [50934].

Props hareesh-pillai, rsiddharth, desrosj.
Fixes #53929.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r51685 r51692  
    151151        "twemoji": "13.1.0",
    152152        "underscore": "1.13.1",
    153         "whatwg-fetch": "3.0.0"
     153        "whatwg-fetch": "3.6.2"
    154154    },
    155155    "scripts": {
Note: See TracChangeset for help on using the changeset viewer.