External Libraries: Update Moment.js to the latest version.

This updates the `moment` script from version `2.27.0` to `2.29.1`.

Props shital-patel, hareesh-pillai.
Fixes #52853.

git-svn-id: https://develop.svn.wordpress.org/trunk@50773 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-04-20 19:13:53 +00:00
parent e31e5e7f4d
commit 205611fd64
3 changed files with 5 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ function wp_default_packages_vendor( $scripts ) {
$vendor_scripts_versions = array(
'react' => '16.13.1',
'react-dom' => '16.13.1',
'moment' => '2.26.0',
'moment' => '2.29.1',
'lodash' => '4.17.19',
'wp-polyfill-fetch' => '3.0.0',
'wp-polyfill-formdata' => '3.0.20',