Make WordPress Core

Changeset 56389


Ignore:
Timestamp:
08/11/2023 02:42:58 PM (3 years 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.

Location:
trunk
Files:
3 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": {
  • trunk/package.json

    r56378 r56389  
    165165                "tslib": "2.6.0",
    166166                "underscore": "1.13.6",
    167                 "whatwg-fetch": "3.6.2",
     167                "whatwg-fetch": "3.6.17",
    168168                "wicg-inert": "3.1.2"
    169169        },
  • trunk/src/wp-includes/script-loader.php

    r56355 r56389  
    112112                'moment'                      => '2.29.4',
    113113                'lodash'                      => '4.17.19',
    114                 'wp-polyfill-fetch'           => '3.6.2',
     114                'wp-polyfill-fetch'           => '3.6.17',
    115115                'wp-polyfill-formdata'        => '4.0.10',
    116116                'wp-polyfill-node-contains'   => '4.6.0',
Note: See TracChangeset for help on using the changeset viewer.