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

6
package-lock.json generated
View File

@ -22024,9 +22024,9 @@
}
},
"regenerator-runtime": {
"version": "0.13.7",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
"version": "0.13.9",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
},
"regenerator-transform": {
"version": "0.14.5",

View File

@ -148,7 +148,7 @@
"polyfill-library": "3.105.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"regenerator-runtime": "0.13.7",
"regenerator-runtime": "0.13.9",
"twemoji": "13.1.0",
"underscore": "1.13.1",
"whatwg-fetch": "3.6.2"

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',