External Libraries: Update the polyfill-library package.

This updates the `wp-polyfill-node-contains` and `'wp-polyfill-dom-rect` scripts to the latest version, `4.8.0`.

These scripts are no longer used by WordPress Core, but are kept up to date as a courtesy.

Props rajinsharwar, hrshahin, oglekler.
Fixes #59077.
Built from https://develop.svn.wordpress.org/trunk@56646


git-svn-id: http://core.svn.wordpress.org/trunk@56158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2023-09-21 12:28:33 +00:00
parent ae8ddcf935
commit 1df2b50c43
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56645';
$wp_version = '6.4-alpha-56646';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.