Make WordPress Core


Ignore:
Timestamp:
10/04/2022 03:52:33 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update clipboard and polyfill-library.

This updates the Clipboard.js and polyfill-library dependencies to their latest versions (2.0.11 and 4.4.0, respectively).

Fixes #56670.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r54383 r54386  
    85888588                },
    85898589                "clipboard": {
    8590                         "version": "2.0.10",
    8591                         "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.10.tgz",
    8592                         "integrity": "sha512-cz3m2YVwFz95qSEbCDi2fzLN/epEN9zXBvfgAoGkvGOJZATMl9gtTDVOtBYkx2ODUJl2kvmud7n32sV2BpYR4g==",
     8590                        "version": "2.0.11",
     8591                        "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz",
     8592                        "integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
    85938593                        "requires": {
    85948594                                "good-listener": "^1.2.2",
     
    1271012710                        "version": "1.1.0",
    1271112711                        "resolved": "https://registry.npmjs.org/from2-string/-/from2-string-1.1.0.tgz",
    12712                         "integrity": "sha1-GCgrJ9CKJnyzAwzSuLSw8hKvdSo=",
     12712                        "integrity": "sha512-m8vCh+KnXXXBtfF2VUbiYlQ+nczLcntB0BrtNgpmLkHylhObe9WF1b2LZjBBzrZzA6P4mkEla6ZYQoOUTG8cYA==",
    1271312713                        "requires": {
    1271412714                                "from2": "^2.0.3"
     
    1324213242                        "version": "1.2.2",
    1324313243                        "resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz",
    13244                         "integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
     13244                        "integrity": "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==",
    1324513245                        "requires": {
    1324613246                                "delegate": "^3.1.2"
     
    1930319303                },
    1930419304                "mnemonist": {
    19305                         "version": "0.38.5",
    19306                         "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.38.5.tgz",
    19307                         "integrity": "sha512-bZTFT5rrPKtPJxj8KSV0WkPyNxl72vQepqqVUAW2ARUpUSF2qXMB6jZj7hW5/k7C1rtpzqbD/IIbJwLXUjCHeg==",
    19308                         "requires": {
    19309                                 "obliterator": "^2.0.0"
     19305                        "version": "0.39.3",
     19306                        "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.3.tgz",
     19307                        "integrity": "sha512-CQ9Nq2TjXH+bybu89QHHrJnv3FnGtozaQPna3gvGpgHSJhyfHR2khMN6EOL/Z1b6ikmbZgCUD2eOBtTS9FOdFw==",
     19308                        "requires": {
     19309                                "obliterator": "^2.0.1"
    1931019310                        }
    1931119311                },
     
    2060620606                },
    2060720607                "obliterator": {
    20608                         "version": "2.0.2",
    20609                         "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.2.tgz",
    20610                         "integrity": "sha512-g0TrA7SbUggROhDPK8cEu/qpItwH2LSKcNl4tlfBNT54XY+nOsqrs0Q68h1V9b3HOSpIWv15jb1lax2hAggdIg=="
     20608                        "version": "2.0.4",
     20609                        "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz",
     20610                        "integrity": "sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ=="
    2061120611                },
    2061220612                "obuf": {
     
    2115621156                },
    2115721157                "polyfill-library": {
    21158                         "version": "4.0.0",
    21159                         "resolved": "https://registry.npmjs.org/polyfill-library/-/polyfill-library-4.0.0.tgz",
    21160                         "integrity": "sha512-xwNRAaaIjP1FSwh8ieuDTYqWMyrOGp2a5zzZsfi8TjzLkewJGBkRD5rCbwxnPHGJ6fU/veE9Z8xQ9DOxp7WpPA==",
    21161                         "requires": {
    21162                                 "@financial-times/polyfill-useragent-normaliser": "^2.0.0",
     21158                        "version": "4.4.0",
     21159                        "resolved": "https://registry.npmjs.org/polyfill-library/-/polyfill-library-4.4.0.tgz",
     21160                        "integrity": "sha512-PPEBdgjDBGcHkRoPK/lnrpTY1X5DX2JxlB3hsvs5VGP+5b6MB+s17ld4veCSGYHNF7fm5ngcy+JSO/hIqL1qTw==",
     21161                        "requires": {
     21162                                "@financial-times/polyfill-useragent-normaliser": "^2.0.1",
    2116321163                                "from2-string": "^1.1.0",
    21164                                 "graceful-fs": "^4.2.8",
     21164                                "graceful-fs": "^4.2.10",
    2116521165                                "merge2": "^1.0.3",
    21166                                 "mnemonist": "^0.38.5",
     21166                                "mnemonist": "^0.39.2",
    2116721167                                "stream-from-promise": "^1.0.0",
    2116821168                                "stream-to-string": "^1.1.0",
     
    2176821768                        "version": "1.1.6",
    2176921769                        "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-1.1.6.tgz",
    21770                         "integrity": "sha1-zQTv9G9clcOn0EVZHXm14+AfEtc="
     21770                        "integrity": "sha512-7rrONfyLkDEc7OJ5QBkqa4KI4EBhCd340xRuIUPGCfu13znS+vx+VDdrT9ODAJHlXm7w4lbxN3DRjyv58EuzDg=="
    2177121771                },
    2177221772                "prompts": {
     
    2305523055                        "version": "1.1.2",
    2305623056                        "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz",
    23057                         "integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
     23057                        "integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA=="
    2305823058                },
    2305923059                "select-hose": {
     
    2398423984                        "version": "1.0.0",
    2398523985                        "resolved": "https://registry.npmjs.org/stream-from-promise/-/stream-from-promise-1.0.0.tgz",
    23986                         "integrity": "sha1-djaH9913fkyJT2QIMz/Gs/yKYbs="
     23986                        "integrity": "sha512-j84KLkudt+gr8KJ21RB02btPLx61uGbrLnewsWz6QKmsz8/c4ZFqXw6mJh5+G4oRN7DgDxdbjPxnpySpg1mUig=="
    2398723987                },
    2398823988                "stream-to-string": {
     
    2543125431                        "version": "2.0.2",
    2543225432                        "resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz",
    25433                         "integrity": "sha1-riF2gXXRVZ1IvvNUILL0li8JwzA="
     25433                        "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg=="
    2543425434                },
    2543525435                "totalist": {
Note: See TracChangeset for help on using the changeset viewer.