mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user