From 9bc996b193f7caf70c2866c68a4c5912f6ccf932 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Sat, 5 Oct 2019 13:49:00 +0000 Subject: [PATCH] Build/Test Tools: Fork and Update `grunt-replace` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version of grunt replace that is bundled in core is using an outdated version of lodash that is bringing 2 low, 3 high, and 1 critical issue. This package is currently abandoned. There is a community forked version, but that is also harboring some similar security issues. This switches to a fork by @whyisjake and causes no change to the build. See #48203. Fixes #48217. Props whyisjake, netweb for testing. Built from https://develop.svn.wordpress.org/trunk@46403 git-svn-id: http://core.svn.wordpress.org/trunk@46202 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 8044366d8f..3070f86da3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46402'; +$wp_version = '5.3-beta2-46403'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.