Make WordPress Core


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-lock.json

    r58800 r58860  
    9999                "regenerator-runtime": "0.14.1",
    100100                "underscore": "1.13.6",
    101                 "whatwg-fetch": "3.6.17",
     101                "whatwg-fetch": "3.6.20",
    102102                "wicg-inert": "3.1.2"
    103103            },
     
    3388833888        },
    3388933889        "node_modules/whatwg-fetch": {
    33890             "version": "3.6.17",
    33891             "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz",
    33892             "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ=="
     33890            "version": "3.6.20",
     33891            "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
     33892            "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg=="
    3389333893        },
    3389433894        "node_modules/whatwg-mimetype": {
     
    5951259512        },
    5951359513        "whatwg-fetch": {
    59514             "version": "3.6.17",
    59515             "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz",
    59516             "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ=="
     59514            "version": "3.6.20",
     59515            "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
     59516            "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg=="
    5951759517        },
    5951859518        "whatwg-mimetype": {
Note: See TracChangeset for help on using the changeset viewer.