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.

git-svn-id: https://develop.svn.wordpress.org/trunk@56389 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2023-08-11 14:42:58 +00:00
parent 8d56facbeb
commit 0ca83e91ab
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -97,7 +97,7 @@
"regenerator-runtime": "0.13.11",
"tslib": "2.6.0",
"underscore": "1.13.6",
"whatwg-fetch": "3.6.2",
"whatwg-fetch": "3.6.17",
"wicg-inert": "3.1.2"
},
"devDependencies": {
@ -30744,9 +30744,9 @@
}
},
"node_modules/whatwg-fetch": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
"integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
"version": "3.6.17",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz",
"integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ=="
},
"node_modules/whatwg-mimetype": {
"version": "3.0.0",

View File

@ -164,7 +164,7 @@
"regenerator-runtime": "0.13.11",
"tslib": "2.6.0",
"underscore": "1.13.6",
"whatwg-fetch": "3.6.2",
"whatwg-fetch": "3.6.17",
"wicg-inert": "3.1.2"
},
"scripts": {

View File

@ -111,7 +111,7 @@ function wp_default_packages_vendor( $scripts ) {
'regenerator-runtime' => '0.13.11',
'moment' => '2.29.4',
'lodash' => '4.17.19',
'wp-polyfill-fetch' => '3.6.2',
'wp-polyfill-fetch' => '3.6.17',
'wp-polyfill-formdata' => '4.0.10',
'wp-polyfill-node-contains' => '4.6.0',
'wp-polyfill-url' => '3.6.4',