Skip to content

Commit ed96393

Browse files
committed
External Libraries: Update lodash to 4.17.23.
A full list of changes between `4.17.21` and `4.17.23` can be found on GitHub: lodash/lodash@4.17.21...4.17.23. Props nimeshatxecurify, peterwilsoncc. Fixes #64664. git-svn-id: https://develop.svn.wordpress.org/trunk@61684 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8a59742 commit ed96393

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

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
@@ -92,7 +92,7 @@
9292
"jquery-hoverintent": "1.10.2",
9393
"json2php": "0.0.12",
9494
"jsonlint": "1.6.3",
95-
"lodash": "4.17.21",
95+
"lodash": "4.17.23",
9696
"masonry-layout": "4.2.2",
9797
"moment": "2.30.1",
9898
"objectFitPolyfill": "2.3.5",

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function wp_default_packages_vendor( $scripts ) {
111111
'react-jsx-runtime' => '18.3.1',
112112
'regenerator-runtime' => '0.14.1',
113113
'moment' => '2.30.1',
114-
'lodash' => '4.17.21',
114+
'lodash' => '4.17.23',
115115
'wp-polyfill-fetch' => '3.6.20',
116116
'wp-polyfill-formdata' => '4.0.10',
117117
'wp-polyfill-node-contains' => '4.8.0',

0 commit comments

Comments
 (0)