diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/js/underscore.js --- a/wp/wp-includes/js/underscore.js Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/js/underscore.js Fri Sep 05 18:40:08 2025 +0200 @@ -7,13 +7,13 @@ exports.noConflict = function () { global._ = current; return exports; }; }())); }(this, (function () { - // Underscore.js 1.13.3 + // Underscore.js 1.13.6 // https://underscorejs.org // (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors // Underscore may be freely distributed under the MIT license. // Current version. - var VERSION = '1.13.3'; + var VERSION = '1.13.6'; // Establish the root object, `window` (`self`) in the browser, `global` // on the server, or `this` in some virtual machines. We use `self`