Make WordPress Core


Ignore:
Timestamp:
04/02/2021 07:40:43 PM (5 years ago)
Author:
davidbaumwald
Message:

External Libraries: Update Underscore to version 1.12.1.

Full set of changes at https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1.
The new version includes a sourceMappingURL that causes a build failure, so this change
also introduces a task to remove this from the source during the build.

Props mukesh27, hareesh-pillai, desrosj, SergeyBiryukov, TimoTijhof.
Fixes #45785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50615 r50650  
    2305423054        },
    2305523055        "underscore": {
    23056             "version": "1.8.3",
    23057             "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
    23058             "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
     23056            "version": "1.12.1",
     23057            "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
     23058            "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw=="
    2305923059        },
    2306023060        "underscore.string": {
Note: See TracChangeset for help on using the changeset viewer.