Make WordPress Core


Ignore:
Timestamp:
08/10/2024 11:55:22 PM (2 years ago)
Author:
peterwilsoncc
Message:

External Libraries: Update the Underscore.js library to version 1.13.7.

This updates the Underscore library from version 1.13.6 to 1.13.7. This is a minor bug fix release.

The full list of changes can be found in the Underscore.js change log: https://underscorejs.org/#changelog.

Props hbhalodia, aristath, desrosj, mcrisp1972.
Fixes #61836.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r58872 r58880  
    9898                                "react-is": "18.3.1",
    9999                                "regenerator-runtime": "0.14.1",
    100                                 "underscore": "1.13.6",
     100                                "underscore": "1.13.7",
    101101                                "whatwg-fetch": "3.6.20",
    102102                                "wicg-inert": "3.1.2"
     
    3272932729                },
    3273032730                "node_modules/underscore": {
    32731                         "version": "1.13.6",
    32732                         "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
    32733                         "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
     32731                        "version": "1.13.7",
     32732                        "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
     32733                        "integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
    3273432734                },
    3273532735                "node_modules/underscore.string": {
     
    5868958689                },
    5869058690                "underscore": {
    58691                         "version": "1.13.6",
    58692                         "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
    58693                         "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
     58691                        "version": "1.13.7",
     58692                        "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
     58693                        "integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
    5869458694                },
    5869558695                "underscore.string": {
Note: See TracChangeset for help on using the changeset viewer.