diff --git a/package.json b/package.json
index f87b9b26fc..27c93cc55b 100644
a
|
b
|
|
147 | 147 | "polyfill-library": "3.105.0", |
148 | 148 | "react": "16.13.1", |
149 | 149 | "react-dom": "16.13.1", |
150 | | "regenerator-runtime": "0.13.7", |
| 150 | "regenerator-runtime": "0.13.9", |
151 | 151 | "twemoji": "13.1.0", |
152 | 152 | "underscore": "1.13.1", |
153 | 153 | "whatwg-fetch": "3.6.2" |
diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php
index 0a6ce2637c..c015d12cc4 100644
a
|
b
|
function wp_default_packages_vendor( $scripts ) { |
98 | 98 | $vendor_scripts_versions = array( |
99 | 99 | 'react' => '16.13.1', |
100 | 100 | 'react-dom' => '16.13.1', |
101 | | 'regenerator-runtime' => '0.13.7', |
| 101 | 'regenerator-runtime' => '0.13.9', |
102 | 102 | 'moment' => '2.29.1', |
103 | 103 | 'lodash' => '4.17.19', |
104 | 104 | 'wp-polyfill-fetch' => '3.6.2', |