Make WordPress Core

Changeset 61684


Ignore:
Timestamp:
02/19/2026 03:27:37 AM (2 weeks ago)
Author:
desrosj
Message:

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: https://github.com/lodash/lodash/compare/4.17.21...4.17.23.

Props nimeshatxecurify, peterwilsoncc.
Fixes #64664.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r61611 r61684  
    2929                "json2php": "0.0.12",
    3030                "jsonlint": "1.6.3",
    31                 "lodash": "4.17.21",
     31                "lodash": "4.17.23",
    3232                "masonry-layout": "4.2.2",
    3333                "moment": "2.30.1",
     
    2232522325        },
    2232622326        "node_modules/lodash": {
    22327             "version": "4.17.21",
    22328             "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
    22329             "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
     22327            "version": "4.17.23",
     22328            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
     22329            "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
     22330            "license": "MIT"
    2233022331        },
    2233122332        "node_modules/lodash-es": {
  • trunk/package.json

    r61680 r61684  
    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",
  • trunk/src/wp-includes/script-loader.php

    r61681 r61684  
    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',
Note: See TracChangeset for help on using the changeset viewer.