Skip to content

Commit b790d2f

Browse files
committed
External Libraries: Update underscore to 1.13.8.
A full list of changes can be found on GitHub: jashkenas/underscore@1.13.7...1.13.8. Props jonsurrell. Fixes #64891. git-svn-id: https://develop.svn.wordpress.org/trunk@62060 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ae4aa15 commit b790d2f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"react-dom": "18.3.1",
108108
"react-is": "18.3.1",
109109
"regenerator-runtime": "0.14.1",
110-
"underscore": "1.13.7",
110+
"underscore": "1.13.8",
111111
"whatwg-fetch": "3.6.20",
112112
"wicg-inert": "3.1.3"
113113
},

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ function wp_default_scripts( $scripts ) {
10631063
$scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", array(), '2015-05-03' );
10641064
did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', '_required-conditional-dependency_' );
10651065

1066-
$scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.7', 1 );
1066+
$scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.8', 1 );
10671067
$scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.6.1', 1 );
10681068

10691069
$scripts->add( 'wp-util', "/wp-includes/js/wp-util$suffix.js", array( 'underscore', 'jquery' ), false, 1 );

0 commit comments

Comments
 (0)