Make WordPress Core


Ignore:
Timestamp:
08/11/2023 02:42:58 PM (18 months ago)
Author:
desrosj
Message:

External Libraries: Update the whatwg-fetch polyfill library.

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

This library is included and registered within WordPress as the wp-polyfill-fetch script and is no longer used by WordPress itself.

Props rajinsharwar, hareesh-pillai.
Fixes #59066.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r56378 r56389  
    9898                "tslib": "2.6.0",
    9999                "underscore": "1.13.6",
    100                 "whatwg-fetch": "3.6.2",
     100                "whatwg-fetch": "3.6.17",
    101101                "wicg-inert": "3.1.2"
    102102            },
     
    3074530745        },
    3074630746        "node_modules/whatwg-fetch": {
    30747             "version": "3.6.2",
    30748             "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
    30749             "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
     30747            "version": "3.6.17",
     30748            "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz",
     30749            "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ=="
    3075030750        },
    3075130751        "node_modules/whatwg-mimetype": {
Note: See TracChangeset for help on using the changeset viewer.