From 081e87f702eb90b870d12a7e85dff77393e3ce48 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 19 Sep 2023 19:32:12 +0000 Subject: [PATCH] External Libraries: Update the `regenerator-runtime` version. Adds the required change to the `script-loader.php` file for [56626] that was missed. See #59078. Built from https://develop.svn.wordpress.org/trunk@56627 git-svn-id: http://core.svn.wordpress.org/trunk@56139 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index adf309a12f..51e1146bd1 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -108,7 +108,7 @@ function wp_default_packages_vendor( $scripts ) { $vendor_scripts_versions = array( 'react' => '18.2.0', 'react-dom' => '18.2.0', - 'regenerator-runtime' => '0.13.11', + 'regenerator-runtime' => '0.14.0', 'moment' => '2.29.4', 'lodash' => '4.17.19', 'wp-polyfill-fetch' => '3.6.17', diff --git a/wp-includes/version.php b/wp-includes/version.php index 01bcc68890..cecc50b31d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56626'; +$wp_version = '6.4-alpha-56627'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.