External Libraries: Update the regenerator-runtime package to version 0.13.9.

Props hareesh-pillai, sourovroy, hellofromTonya.
Fixes #54027.

git-svn-id: https://develop.svn.wordpress.org/trunk@52162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-11-15 16:33:36 +00:00
parent 9b142dd264
commit f55fc8bc8c
3 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ function wp_default_packages_vendor( $scripts ) {
$vendor_scripts_versions = array(
'react' => '17.0.1',
'react-dom' => '17.0.1',
'regenerator-runtime' => '0.13.7',
'regenerator-runtime' => '0.13.9',
'moment' => '2.29.1',
'lodash' => '4.17.19',
'wp-polyfill-fetch' => '3.6.2',