Make WordPress Core


Ignore:
Timestamp:
08/11/2023 04:10:38 PM (21 months ago)
Author:
desrosj
Message:

External Libraries: Update Backbone.js to version 1.5.0.

This release contains bug fixes and documentation improvements.

A full list of changes can be found on GitHub: https://github.com/jashkenas/backbone/compare/1.4.1...1.5.0.

Props rajinsharwar, hareesh-pillai.
Fixes #58930.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r56390 r56391  
    7272                "@wordpress/widgets": "3.12.12",
    7373                "@wordpress/wordcount": "3.35.1",
    74                 "backbone": "1.4.1",
     74                "backbone": "1.5.0",
    7575                "clipboard": "2.0.11",
    7676                "core-js-url-browser": "3.6.4",
     
    96449644        },
    96459645        "node_modules/backbone": {
    9646             "version": "1.4.1",
    9647             "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.1.tgz",
    9648             "integrity": "sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==",
     9646            "version": "1.5.0",
     9647            "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.5.0.tgz",
     9648            "integrity": "sha512-RPKlstw5NW+rD2X4PnEnvgLhslRnXOugXw2iBloHkPMgOxvakP1/A+tZIGM3qCm8uvZeEf8zMm0uvcK1JwL+IA==",
    96499649            "dependencies": {
    96509650                "underscore": ">=1.8.3"
Note: See TracChangeset for help on using the changeset viewer.