Make WordPress Core

Changeset 50619


Ignore:
Timestamp:
03/30/2021 05:55:05 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update polyfill versions in the script loader.

Follow up to [50615, 50617].

See #52854.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r50575 r50619  
    101101        'lodash'                      => '4.17.19',
    102102        'wp-polyfill-fetch'           => '3.0.0',
    103         'wp-polyfill-formdata'        => '3.0.12',
    104         'wp-polyfill-node-contains'   => '3.42.0',
     103        'wp-polyfill-formdata'        => '3.0.20',
     104        'wp-polyfill-node-contains'   => '3.104.0',
    105105        'wp-polyfill-url'             => '3.6.4',
    106         'wp-polyfill-dom-rect'        => '3.42.0',
     106        'wp-polyfill-dom-rect'        => '3.104.0',
    107107        'wp-polyfill-element-closest' => '2.0.2',
    108         'wp-polyfill-object-fit'      => '2.3.4',
     108        'wp-polyfill-object-fit'      => '2.3.5',
    109109        'wp-polyfill'                 => '7.4.4',
    110110    );
Note: See TracChangeset for help on using the changeset viewer.