Make WordPress Core

Changeset 50544


Ignore:
Timestamp:
03/18/2021 03:52:10 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update Clipboard.js library to version 2.0.8.

This updates the clipboard library from version 2.0.6 to 2.0.8.

A full list of changes can be found on GitHub: https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.8.

Fixes #52850.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50543 r50544  
    66346634        },
    66356635        "clipboard": {
    6636             "version": "2.0.6",
    6637             "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz",
    6638             "integrity": "sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==",
     6636            "version": "2.0.8",
     6637            "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
     6638            "integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
    66396639            "requires": {
    66406640                "good-listener": "^1.2.2",
  • trunk/package.json

    r50543 r50544  
    129129        "@wordpress/wordcount": "2.14.1",
    130130        "backbone": "1.4.0",
    131         "clipboard": "2.0.6",
     131        "clipboard": "2.0.8",
    132132        "core-js-url-browser": "3.6.4",
    133133        "element-closest": "^2.0.2",
Note: See TracChangeset for help on using the changeset viewer.