Skip to content

Commit cb22425

Browse files
committed
External Libraries: Update lodash to version 4.18.1.
This updates Lodash to the latest version, `14.18.1`. A full list of changes can be found on GitHub: lodash/lodash@4.17.23...4.18.1. Props johnbillion. Fixes #65264. git-svn-id: https://develop.svn.wordpress.org/trunk@62372 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5307e2d commit cb22425

3 files changed

Lines changed: 34 additions & 6 deletions

File tree

package-lock.json

Lines changed: 32 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
@@ -99,7 +99,7 @@
9999
"jquery-form": "4.3.0",
100100
"jquery-hoverintent": "1.10.2",
101101
"jsonlint": "1.6.3",
102-
"lodash": "4.17.23",
102+
"lodash": "4.18.1",
103103
"masonry-layout": "4.2.2",
104104
"moment": "2.30.1",
105105
"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.23',
114+
'lodash' => '4.18.1',
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)