Make WordPress Core

Changeset 58860 for trunk/package.json


Ignore:
Timestamp:
08/07/2024 03:50:33 PM (11 months ago)
Author:
desrosj
Message:

External Libraries: Update the whatwg-fetch polyfill library.

This updates the whatwg-fetch library from version 3.6.17 to 3.6.20, the latest current version.

This library is included and registered within WordPress as the wp-polyfill-fetch script but is no longer used by WordPress itself. Updates are provided as a courtesy, and all projects using this polyfill should reevaluate usage.

Props manooweb.
Fixes #60514.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r58800 r58860  
    168168        "regenerator-runtime": "0.14.1",
    169169        "underscore": "1.13.6",
    170         "whatwg-fetch": "3.6.17",
     170        "whatwg-fetch": "3.6.20",
    171171        "wicg-inert": "3.1.2"
    172172    },
Note: See TracChangeset for help on using the changeset viewer.