From 24ebcea8b89414c2782148ff2ce47280c266d900 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 10 Oct 2024 13:24:12 +0000 Subject: [PATCH] Build/Test Tools: Update npm lockfile to version 3. This updates the `package-lock.json` file to use the version 3 format. Version 3 removes the version 1 format data, resulting in a smaller file. While version 3 format is not supported in npm < 7, a lower limit is enforced in the `engines` declaration within `package.json` and has been >= 7 since [56378]. The Gutenberg repository has already been updated to use version 3. Props jonsurrell. See #62190. Built from https://develop.svn.wordpress.org/trunk@59206 git-svn-id: http://core.svn.wordpress.org/trunk@58601 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 43c789bb71..f2d36ca520 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59205'; +$wp_version = '6.7-beta2-59206'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.