From b4eb72f714b77adeb2345b52b6489d74236e0fbd Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 27 Apr 2022 17:21:53 +0000 Subject: [PATCH] Build/Test Tools: Update the NPM dependencies to the latest versions. This updates the following development dependencies: - `@wordpress/scripts` from `22.4.2` to `22.5.0`. - `chalk` from `4.1.2` to `5.0.1`. - `grunt` from `1.4.1` to `1.5.2`. - `grunt-contrib-clean` from ``2.0.0` to `2.0.1`. - `grunt-contrib-uglify` from `5.1.0` to `5.2.1`. - `qunit` from `2.18.1` to `2.18.2`. - `sass` from `1.50.0` to `1.51.0`. - `sinon` from `13.0.1` to `13.0.2`. - `uglify-js` from `3.15.3` to `3.15.4`. Fixes #54727. Built from https://develop.svn.wordpress.org/trunk@53297 git-svn-id: http://core.svn.wordpress.org/trunk@52886 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 81a275f2bf..c28447469a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta3-53296'; +$wp_version = '6.0-beta3-53297'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.