Make WordPress Core


Ignore:
Timestamp:
04/12/2022 05:15:15 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Update some external libraries.

This updates three external libraries to their latest versions:

  • backbone from 1.4.0 to 1.4.1.
  • underscore from 1.13.1 to 1.13.2.
  • clipboard from 2.0.8 to 2.0.10.

These are all minor updates containing bug fixes and documentation improvements.

See #55547.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r53163 r53164  
    66966696        },
    66976697        "backbone": {
    6698             "version": "1.4.0",
    6699             "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.0.tgz",
    6700             "integrity": "sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==",
     6698            "version": "1.4.1",
     6699            "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.4.1.tgz",
     6700            "integrity": "sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==",
    67016701            "requires": {
    67026702                "underscore": ">=1.8.3"
     
    79787978        },
    79797979        "clipboard": {
    7980             "version": "2.0.8",
    7981             "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
    7982             "integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
     7980            "version": "2.0.10",
     7981            "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.10.tgz",
     7982            "integrity": "sha512-cz3m2YVwFz95qSEbCDi2fzLN/epEN9zXBvfgAoGkvGOJZATMl9gtTDVOtBYkx2ODUJl2kvmud7n32sV2BpYR4g==",
    79837983            "requires": {
    79847984                "good-listener": "^1.2.2",
     
    2418224182        },
    2418324183        "underscore": {
    24184             "version": "1.13.1",
    24185             "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
    24186             "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
     24184            "version": "1.13.2",
     24185            "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz",
     24186            "integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g=="
    2418724187        },
    2418824188        "underscore.string": {
Note: See TracChangeset for help on using the changeset viewer.