Make WordPress Core

Changeset 48719 for trunk


Ignore:
Timestamp:
08/04/2020 01:41:37 PM (4 years ago)
Author:
ellatrix
Message:

Editor: update JS packages

Fixes #50841.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r48705 r48719  
    1414        },
    1515        "@babel/compat-data": {
    16             "version": "7.10.5",
    17             "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.5.tgz",
    18             "integrity": "sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw==",
     16            "version": "7.11.0",
     17            "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.11.0.tgz",
     18            "integrity": "sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==",
    1919            "dev": true,
    2020            "requires": {
     
    3737                },
    3838                "caniuse-lite": {
    39                     "version": "1.0.30001107",
    40                     "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz",
    41                     "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==",
     39                    "version": "1.0.30001110",
     40                    "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001110.tgz",
     41                    "integrity": "sha512-KqJWeat4rhSHF0ito4yz9q/JuZHkvn71SsBnxge4azjPDbowIjOUnS8i1xpKGxZxU6BFiPqO2hSV2eiCpFQVRw==",
    4242                    "dev": true
    4343                },
    4444                "electron-to-chromium": {
    45                     "version": "1.3.509",
    46                     "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.509.tgz",
    47                     "integrity": "sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug==",
     45                    "version": "1.3.518",
     46                    "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.518.tgz",
     47                    "integrity": "sha512-IspiwXYDKZMxo+qc3Vof4WtwbG9BMDbJfati8PYj7uS4DJmJ67pwjCKZxlTBSAuCZSMcbRnj2Xz2H14uiKT7bQ==",
    4848                    "dev": true
    4949                },
     
    5757        },
    5858        "@babel/core": {
    59             "version": "7.10.5",
    60             "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz",
    61             "integrity": "sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==",
     59            "version": "7.11.0",
     60            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.0.tgz",
     61            "integrity": "sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==",
    6262            "dev": true,
    6363            "requires": {
    6464                "@babel/code-frame": "^7.10.4",
    65                 "@babel/generator": "^7.10.5",
    66                 "@babel/helper-module-transforms": "^7.10.5",
     65                "@babel/generator": "^7.11.0",
     66                "@babel/helper-module-transforms": "^7.11.0",
    6767                "@babel/helpers": "^7.10.4",
    68                 "@babel/parser": "^7.10.5",
     68                "@babel/parser": "^7.11.0",
    6969                "@babel/template": "^7.10.4",
    70                 "@babel/traverse": "^7.10.5",
    71                 "@babel/types": "^7.10.5",
     70                "@babel/traverse": "^7.11.0",
     71                "@babel/types": "^7.11.0",
    7272                "convert-source-map": "^1.7.0",
    7373                "debug": "^4.1.0",
     
    9898        },
    9999        "@babel/generator": {
    100             "version": "7.10.5",
    101             "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.5.tgz",
    102             "integrity": "sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==",
    103             "dev": true,
    104             "requires": {
    105                 "@babel/types": "^7.10.5",
     100            "version": "7.11.0",
     101            "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz",
     102            "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==",
     103            "dev": true,
     104            "requires": {
     105                "@babel/types": "^7.11.0",
    106106                "jsesc": "^2.5.1",
    107107                "source-map": "^0.5.0"
     
    174174                },
    175175                "caniuse-lite": {
    176                     "version": "1.0.30001107",
    177                     "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz",
    178                     "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==",
     176                    "version": "1.0.30001110",
     177                    "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001110.tgz",
     178                    "integrity": "sha512-KqJWeat4rhSHF0ito4yz9q/JuZHkvn71SsBnxge4azjPDbowIjOUnS8i1xpKGxZxU6BFiPqO2hSV2eiCpFQVRw==",
    179179                    "dev": true
    180180                },
    181181                "electron-to-chromium": {
    182                     "version": "1.3.509",
    183                     "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.509.tgz",
    184                     "integrity": "sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug==",
     182                    "version": "1.3.518",
     183                    "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.518.tgz",
     184                    "integrity": "sha512-IspiwXYDKZMxo+qc3Vof4WtwbG9BMDbJfati8PYj7uS4DJmJ67pwjCKZxlTBSAuCZSMcbRnj2Xz2H14uiKT7bQ==",
    185185                    "dev": true
    186186                },
     
    269269        },
    270270        "@babel/helper-member-expression-to-functions": {
    271             "version": "7.10.5",
    272             "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz",
    273             "integrity": "sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA==",
    274             "dev": true,
    275             "requires": {
    276                 "@babel/types": "^7.10.5"
     271            "version": "7.11.0",
     272            "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz",
     273            "integrity": "sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==",
     274            "dev": true,
     275            "requires": {
     276                "@babel/types": "^7.11.0"
    277277            }
    278278        },
     
    286286        },
    287287        "@babel/helper-module-transforms": {
    288             "version": "7.10.5",
    289             "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz",
    290             "integrity": "sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==",
     288            "version": "7.11.0",
     289            "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz",
     290            "integrity": "sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==",
    291291            "dev": true,
    292292            "requires": {
     
    294294                "@babel/helper-replace-supers": "^7.10.4",
    295295                "@babel/helper-simple-access": "^7.10.4",
    296                 "@babel/helper-split-export-declaration": "^7.10.4",
     296                "@babel/helper-split-export-declaration": "^7.11.0",
    297297                "@babel/template": "^7.10.4",
    298                 "@babel/types": "^7.10.5",
     298                "@babel/types": "^7.11.0",
    299299                "lodash": "^4.17.19"
    300300            }
     
    359359            }
    360360        },
     361        "@babel/helper-skip-transparent-expression-wrappers": {
     362            "version": "7.11.0",
     363            "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz",
     364            "integrity": "sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==",
     365            "dev": true,
     366            "requires": {
     367                "@babel/types": "^7.11.0"
     368            }
     369        },
    361370        "@babel/helper-split-export-declaration": {
    362             "version": "7.10.4",
    363             "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz",
    364             "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==",
    365             "dev": true,
    366             "requires": {
    367                 "@babel/types": "^7.10.4"
     371            "version": "7.11.0",
     372            "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz",
     373            "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==",
     374            "dev": true,
     375            "requires": {
     376                "@babel/types": "^7.11.0"
    368377            }
    369378        },
     
    435444        },
    436445        "@babel/parser": {
    437             "version": "7.10.5",
    438             "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz",
    439             "integrity": "sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==",
     446            "version": "7.11.0",
     447            "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.0.tgz",
     448            "integrity": "sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==",
    440449            "dev": true
    441450        },
     
    471480            }
    472481        },
     482        "@babel/plugin-proposal-export-namespace-from": {
     483            "version": "7.10.4",
     484            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz",
     485            "integrity": "sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==",
     486            "dev": true,
     487            "requires": {
     488                "@babel/helper-plugin-utils": "^7.10.4",
     489                "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
     490            }
     491        },
    473492        "@babel/plugin-proposal-json-strings": {
    474493            "version": "7.10.4",
     
    481500            }
    482501        },
     502        "@babel/plugin-proposal-logical-assignment-operators": {
     503            "version": "7.11.0",
     504            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz",
     505            "integrity": "sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==",
     506            "dev": true,
     507            "requires": {
     508                "@babel/helper-plugin-utils": "^7.10.4",
     509                "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
     510            }
     511        },
    483512        "@babel/plugin-proposal-nullish-coalescing-operator": {
    484513            "version": "7.10.4",
     
    502531        },
    503532        "@babel/plugin-proposal-object-rest-spread": {
    504             "version": "7.10.4",
    505             "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz",
    506             "integrity": "sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==",
     533            "version": "7.11.0",
     534            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz",
     535            "integrity": "sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==",
    507536            "dev": true,
    508537            "requires": {
     
    523552        },
    524553        "@babel/plugin-proposal-optional-chaining": {
    525             "version": "7.10.4",
    526             "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz",
    527             "integrity": "sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==",
     554            "version": "7.11.0",
     555            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz",
     556            "integrity": "sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==",
    528557            "dev": true,
    529558            "requires": {
    530559                "@babel/helper-plugin-utils": "^7.10.4",
     560                "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0",
    531561                "@babel/plugin-syntax-optional-chaining": "^7.8.0"
    532562            }
     
    586616            "requires": {
    587617                "@babel/helper-plugin-utils": "^7.8.0"
     618            }
     619        },
     620        "@babel/plugin-syntax-export-namespace-from": {
     621            "version": "7.8.3",
     622            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
     623            "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
     624            "dev": true,
     625            "requires": {
     626                "@babel/helper-plugin-utils": "^7.8.3"
    588627            }
    589628        },
     
    9981037        },
    9991038        "@babel/plugin-transform-runtime": {
    1000             "version": "7.10.5",
    1001             "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.5.tgz",
    1002             "integrity": "sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w==",
     1039            "version": "7.11.0",
     1040            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz",
     1041            "integrity": "sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw==",
    10031042            "dev": true,
    10041043            "requires": {
     
    10191058        },
    10201059        "@babel/plugin-transform-spread": {
    1021             "version": "7.10.4",
    1022             "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz",
    1023             "integrity": "sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==",
    1024             "dev": true,
    1025             "requires": {
    1026                 "@babel/helper-plugin-utils": "^7.10.4"
     1060            "version": "7.11.0",
     1061            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz",
     1062            "integrity": "sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==",
     1063            "dev": true,
     1064            "requires": {
     1065                "@babel/helper-plugin-utils": "^7.10.4",
     1066                "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0"
    10271067            }
    10281068        },
     
    10971137        },
    10981138        "@babel/preset-env": {
    1099             "version": "7.10.4",
    1100             "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.4.tgz",
    1101             "integrity": "sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==",
    1102             "dev": true,
    1103             "requires": {
    1104                 "@babel/compat-data": "^7.10.4",
     1139            "version": "7.11.0",
     1140            "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.0.tgz",
     1141            "integrity": "sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==",
     1142            "dev": true,
     1143            "requires": {
     1144                "@babel/compat-data": "^7.11.0",
    11051145                "@babel/helper-compilation-targets": "^7.10.4",
    11061146                "@babel/helper-module-imports": "^7.10.4",
     
    11091149                "@babel/plugin-proposal-class-properties": "^7.10.4",
    11101150                "@babel/plugin-proposal-dynamic-import": "^7.10.4",
     1151                "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    11111152                "@babel/plugin-proposal-json-strings": "^7.10.4",
     1153                "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
    11121154                "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
    11131155                "@babel/plugin-proposal-numeric-separator": "^7.10.4",
    1114                 "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
     1156                "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    11151157                "@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
    1116                 "@babel/plugin-proposal-optional-chaining": "^7.10.4",
     1158                "@babel/plugin-proposal-optional-chaining": "^7.11.0",
    11171159                "@babel/plugin-proposal-private-methods": "^7.10.4",
    11181160                "@babel/plugin-proposal-unicode-property-regex": "^7.10.4",
     
    11201162                "@babel/plugin-syntax-class-properties": "^7.10.4",
    11211163                "@babel/plugin-syntax-dynamic-import": "^7.8.0",
     1164                "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
    11221165                "@babel/plugin-syntax-json-strings": "^7.8.0",
     1166                "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
    11231167                "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
    11241168                "@babel/plugin-syntax-numeric-separator": "^7.10.4",
     
    11531197                "@babel/plugin-transform-reserved-words": "^7.10.4",
    11541198                "@babel/plugin-transform-shorthand-properties": "^7.10.4",
    1155                 "@babel/plugin-transform-spread": "^7.10.4",
     1199                "@babel/plugin-transform-spread": "^7.11.0",
    11561200                "@babel/plugin-transform-sticky-regex": "^7.10.4",
    11571201                "@babel/plugin-transform-template-literals": "^7.10.4",
     
    11601204                "@babel/plugin-transform-unicode-regex": "^7.10.4",
    11611205                "@babel/preset-modules": "^0.1.3",
    1162                 "@babel/types": "^7.10.4",
     1206                "@babel/types": "^7.11.0",
    11631207                "browserslist": "^4.12.0",
    11641208                "core-js-compat": "^3.6.2",
     
    11811225                },
    11821226                "caniuse-lite": {
    1183                     "version": "1.0.30001107",
    1184                     "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz",
    1185                     "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==",
     1227                    "version": "1.0.30001110",
     1228                    "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001110.tgz",
     1229                    "integrity": "sha512-KqJWeat4rhSHF0ito4yz9q/JuZHkvn71SsBnxge4azjPDbowIjOUnS8i1xpKGxZxU6BFiPqO2hSV2eiCpFQVRw==",
    11861230                    "dev": true
    11871231                },
    11881232                "electron-to-chromium": {
    1189                     "version": "1.3.509",
    1190                     "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.509.tgz",
    1191                     "integrity": "sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug==",
     1233                    "version": "1.3.518",
     1234                    "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.518.tgz",
     1235                    "integrity": "sha512-IspiwXYDKZMxo+qc3Vof4WtwbG9BMDbJfati8PYj7uS4DJmJ67pwjCKZxlTBSAuCZSMcbRnj2Xz2H14uiKT7bQ==",
    11921236                    "dev": true
    11931237                },
     
    12291273        },
    12301274        "@babel/runtime": {
    1231             "version": "7.10.5",
    1232             "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
    1233             "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
     1275            "version": "7.11.0",
     1276            "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz",
     1277            "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==",
    12341278            "requires": {
    12351279                "regenerator-runtime": "^0.13.4"
     
    12371281        },
    12381282        "@babel/runtime-corejs3": {
    1239             "version": "7.10.5",
    1240             "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.5.tgz",
    1241             "integrity": "sha512-RMafpmrNB5E/bwdSphLr8a8++9TosnyJp98RZzI6VOx2R2CCMpsXXXRvmI700O9oEKpXdZat6oEK68/F0zjd4A==",
     1283            "version": "7.11.0",
     1284            "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.11.0.tgz",
     1285            "integrity": "sha512-K0ioacsw8JgzDSPpUiGWokMvLzGvnZPXLrTsJfyHPrFsnp4yoKn+Ap/8NNZgWKZG9o5+qotH8tAa8AXn8gTN5A==",
    12421286            "dev": true,
    12431287            "requires": {
     
    12581302        },
    12591303        "@babel/traverse": {
    1260             "version": "7.10.5",
    1261             "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz",
    1262             "integrity": "sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==",
     1304            "version": "7.11.0",
     1305            "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz",
     1306            "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==",
    12631307            "dev": true,
    12641308            "requires": {
    12651309                "@babel/code-frame": "^7.10.4",
    1266                 "@babel/generator": "^7.10.5",
     1310                "@babel/generator": "^7.11.0",
    12671311                "@babel/helper-function-name": "^7.10.4",
    1268                 "@babel/helper-split-export-declaration": "^7.10.4",
    1269                 "@babel/parser": "^7.10.5",
    1270                 "@babel/types": "^7.10.5",
     1312                "@babel/helper-split-export-declaration": "^7.11.0",
     1313                "@babel/parser": "^7.11.0",
     1314                "@babel/types": "^7.11.0",
    12711315                "debug": "^4.1.0",
    12721316                "globals": "^11.1.0",
     
    12921336        },
    12931337        "@babel/types": {
    1294             "version": "7.10.5",
    1295             "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.5.tgz",
    1296             "integrity": "sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==",
     1338            "version": "7.11.0",
     1339            "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz",
     1340            "integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==",
    12971341            "requires": {
    12981342                "@babel/helper-validator-identifier": "^7.10.4",
     
    26312675        },
    26322676        "@types/webpack-sources": {
    2633             "version": "1.4.1",
    2634             "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-1.4.1.tgz",
    2635             "integrity": "sha512-B/RJcbpMp1/od7KADJlW/jeXTEau6NYmhWo+hB29cEfRriYK9SRlH8sY4hI9Au7nrP95Z5MumGvIEiEBHMxoWA==",
     2677            "version": "1.4.2",
     2678            "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-1.4.2.tgz",
     2679            "integrity": "sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw==",
    26362680            "dev": true,
    26372681            "requires": {
     
    29412985        },
    29422986        "@wordpress/annotations": {
    2943             "version": "1.20.3",
    2944             "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.20.3.tgz",
    2945             "integrity": "sha512-jYFLv2zNMKtbKIHBQOzvhQR0VdkT5SAhIJOHt6Fhf5qXTuP7qeBsEcslJdxgv9D2DbmbNu3RsU11PpcVAX12NA==",
     2987            "version": "1.20.4",
     2988            "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.20.4.tgz",
     2989            "integrity": "sha512-mSiLUZFTJTudRF7iFCQJG4kZ1SRok/z4wNR/FtP3sTNnZ++nIHSZDf1RYexfMmQBQKXCHUFsXMPYOZmb5OBb3w==",
    29462990            "requires": {
    29472991                "@babel/runtime": "^7.9.2",
     
    29492993                "@wordpress/hooks": "^2.9.0",
    29502994                "@wordpress/i18n": "^3.14.0",
    2951                 "@wordpress/rich-text": "^3.20.3",
     2995                "@wordpress/rich-text": "^3.20.4",
    29522996                "lodash": "^4.17.15",
    29532997                "rememo": "^3.0.0",
     
    30273071        },
    30283072        "@wordpress/block-directory": {
    3029             "version": "1.13.3",
    3030             "resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-1.13.3.tgz",
    3031             "integrity": "sha512-6FjehSf/Uh3sFbUQLRrR5aclllhcFV7Ja/1NKGJ13wN0sPbHjopgGeYVHnVcx/6Q5Z8hgZJLmTRLj7wy07MDgA==",
     3073            "version": "1.13.4",
     3074            "resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-1.13.4.tgz",
     3075            "integrity": "sha512-gU081F10jH0JDxsS+8Sv3X3fHvFWk0LFeD5aNnox7vPBMnW3kFJfhqQh/gPopAbmOEtCIHEjV0hh1biQj5p97g==",
    30323076            "requires": {
    30333077                "@wordpress/api-fetch": "^3.18.0",
    3034                 "@wordpress/block-editor": "^4.3.3",
     3078                "@wordpress/block-editor": "^4.3.4",
    30353079                "@wordpress/blocks": "^6.20.3",
    3036                 "@wordpress/components": "^10.0.3",
     3080                "@wordpress/components": "^10.0.4",
    30373081                "@wordpress/compose": "^3.19.3",
    30383082                "@wordpress/data": "^4.22.3",
    30393083                "@wordpress/data-controls": "^1.16.3",
    3040                 "@wordpress/edit-post": "^3.21.3",
     3084                "@wordpress/edit-post": "^3.21.4",
    30413085                "@wordpress/element": "^2.16.0",
    30423086                "@wordpress/i18n": "^3.14.0",
     
    30493093        },
    30503094        "@wordpress/block-editor": {
    3051             "version": "4.3.3",
    3052             "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-4.3.3.tgz",
    3053             "integrity": "sha512-NjJcLaIpFn/9Neyxdil9pJwtSAs3WOP1TKVVF8hV2o9jDU40VO2gx0KirnpgXouvIt7LroglwrsDHSxn42IeGQ==",
     3095            "version": "4.3.4",
     3096            "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-4.3.4.tgz",
     3097            "integrity": "sha512-kw5GRsvgs/BY81bNy/m/rgLERFx83jL/zkAvh6mDXjctDgrr/yqk9M6TcSus3sA7t3Tqdosh3iO2TzwdcgHxVw==",
    30543098            "requires": {
    30553099                "@babel/runtime": "^7.9.2",
     
    30573101                "@wordpress/blob": "^2.9.0",
    30583102                "@wordpress/blocks": "^6.20.3",
    3059                 "@wordpress/components": "^10.0.3",
     3103                "@wordpress/components": "^10.0.4",
    30603104                "@wordpress/compose": "^3.19.3",
    30613105                "@wordpress/data": "^4.22.3",
     
    30713115                "@wordpress/keycodes": "^2.14.0",
    30723116                "@wordpress/notices": "^2.8.3",
    3073                 "@wordpress/rich-text": "^3.20.3",
     3117                "@wordpress/rich-text": "^3.20.4",
    30743118                "@wordpress/shortcode": "^2.9.0",
    30753119                "@wordpress/token-list": "^1.11.0",
     
    31023146        },
    31033147        "@wordpress/block-library": {
    3104             "version": "2.22.3",
    3105             "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.22.3.tgz",
    3106             "integrity": "sha512-SE/wPxKS1jpsYezcDmSnDdx3g2rsRDgPwhHapdQkFtGOdwu/22aFdR5TJJ+yPUMlKXZ5twnAF8O6LwLJeffekQ==",
     3148            "version": "2.22.4",
     3149            "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.22.4.tgz",
     3150            "integrity": "sha512-B410eouMgYgP3f1MQXvDkovFHcdCAC92UR06t6XU7/Ld6HeNrDtDri/cXqLK/BEqMiYfsqj2tU/eO93yOcZlWQ==",
    31073151            "requires": {
    31083152                "@babel/runtime": "^7.9.2",
     
    31113155                "@wordpress/autop": "^2.9.0",
    31123156                "@wordpress/blob": "^2.9.0",
    3113                 "@wordpress/block-editor": "^4.3.3",
     3157                "@wordpress/block-editor": "^4.3.4",
    31143158                "@wordpress/blocks": "^6.20.3",
    3115                 "@wordpress/components": "^10.0.3",
     3159                "@wordpress/components": "^10.0.4",
    31163160                "@wordpress/compose": "^3.19.3",
    31173161                "@wordpress/core-data": "^2.20.3",
     
    31203164                "@wordpress/deprecated": "^2.9.0",
    31213165                "@wordpress/dom": "^2.13.1",
    3122                 "@wordpress/editor": "^9.20.3",
     3166                "@wordpress/editor": "^9.20.4",
    31233167                "@wordpress/element": "^2.16.0",
    31243168                "@wordpress/escape-html": "^1.9.0",
     
    31303174                "@wordpress/notices": "^2.8.3",
    31313175                "@wordpress/primitives": "^1.7.0",
    3132                 "@wordpress/rich-text": "^3.20.3",
    3133                 "@wordpress/server-side-render": "^1.16.3",
     3176                "@wordpress/rich-text": "^3.20.4",
     3177                "@wordpress/server-side-render": "^1.16.4",
    31343178                "@wordpress/url": "^2.17.0",
    31353179                "@wordpress/viewport": "^2.21.3",
     
    31933237        },
    31943238        "@wordpress/components": {
    3195             "version": "10.0.3",
    3196             "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-10.0.3.tgz",
    3197             "integrity": "sha512-6pJz88n4Bqv8aofpDZh2HMZKdKSurJu6ZySu00QdftwnImc4HLQLV8lJkBGJd2YMztrM8W+TLWiE/xzqEdluZw==",
     3239            "version": "10.0.4",
     3240            "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-10.0.4.tgz",
     3241            "integrity": "sha512-vn8+f2CIjk1Bs0femye1nzS+JQaDVtlFdxT8NJtIQJOzuvj6/lTGImUEefmq7gc4hXCuxy2BnDVopef//8ASOQ==",
    31983242            "requires": {
    31993243                "@babel/runtime": "^7.9.2",
     
    32133257                "@wordpress/keycodes": "^2.14.0",
    32143258                "@wordpress/primitives": "^1.7.0",
    3215                 "@wordpress/rich-text": "^3.20.3",
     3259                "@wordpress/rich-text": "^3.20.4",
    32163260                "@wordpress/warning": "^1.2.0",
    32173261                "classnames": "^2.2.5",
     
    33033347                "turbo-combine-reducers": "^1.0.2",
    33043348                "use-memo-one": "^1.1.1"
    3305             },
    3306             "dependencies": {
    3307                 "is-promise": {
    3308                     "version": "4.0.0",
    3309                     "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
    3310                     "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
    3311                 }
    33123349            }
    33133350        },
     
    33903427        },
    33913428        "@wordpress/edit-post": {
    3392             "version": "3.21.3",
    3393             "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.21.3.tgz",
    3394             "integrity": "sha512-iodYLV6sm1CRAK4n+hg7RZEMhFBEdCd0cQ/CIXi26Jr3+3Z4j2XLHF1SNQtkr3sd+Gfss4Z6rm3Sm3W1lf37XQ==",
     3429            "version": "3.21.4",
     3430            "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.21.4.tgz",
     3431            "integrity": "sha512-mjALszkzSCO2OIIQQ/vHUvBKEBYstHEeLBlrh/NwLHjxX/Xe9uD+8tgTBt8dUp1V8WmcExq8HnFQLC4JG6+spw==",
    33953432            "requires": {
    33963433                "@babel/runtime": "^7.9.2",
    33973434                "@wordpress/a11y": "^2.11.0",
    33983435                "@wordpress/api-fetch": "^3.18.0",
    3399                 "@wordpress/block-editor": "^4.3.3",
    3400                 "@wordpress/block-library": "^2.22.3",
     3436                "@wordpress/block-editor": "^4.3.4",
     3437                "@wordpress/block-library": "^2.22.4",
    34013438                "@wordpress/blocks": "^6.20.3",
    3402                 "@wordpress/components": "^10.0.3",
     3439                "@wordpress/components": "^10.0.4",
    34033440                "@wordpress/compose": "^3.19.3",
    34043441                "@wordpress/core-data": "^2.20.3",
    34053442                "@wordpress/data": "^4.22.3",
    34063443                "@wordpress/data-controls": "^1.16.3",
    3407                 "@wordpress/editor": "^9.20.3",
     3444                "@wordpress/editor": "^9.20.4",
    34083445                "@wordpress/element": "^2.16.0",
    34093446                "@wordpress/hooks": "^2.9.0",
    34103447                "@wordpress/i18n": "^3.14.0",
    34113448                "@wordpress/icons": "^2.4.0",
    3412                 "@wordpress/interface": "^0.7.3",
     3449                "@wordpress/interface": "^0.7.4",
    34133450                "@wordpress/keyboard-shortcuts": "^1.9.3",
    34143451                "@wordpress/keycodes": "^2.14.0",
     
    34283465        },
    34293466        "@wordpress/editor": {
    3430             "version": "9.20.3",
    3431             "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.20.3.tgz",
    3432             "integrity": "sha512-ue6gD5tFSrtpadSieb0IUANhBwqzi7xNXwAoUJXO19VQ2Gir0eIdMocJiBdspJW3506aP/MF8wSuREo0A6EiTQ==",
     3467            "version": "9.20.4",
     3468            "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.20.4.tgz",
     3469            "integrity": "sha512-3yLVV98oNYZmhQ7cvWd6oD60Zv9J0XC1caD0Gkle4K1KyYQbRQdQz0gmQtr3eX3hWEzAIuGbr4Kd/fufXs3BNw==",
    34333470            "requires": {
    34343471                "@babel/runtime": "^7.9.2",
     
    34363473                "@wordpress/autop": "^2.9.0",
    34373474                "@wordpress/blob": "^2.9.0",
    3438                 "@wordpress/block-editor": "^4.3.3",
     3475                "@wordpress/block-editor": "^4.3.4",
    34393476                "@wordpress/blocks": "^6.20.3",
    3440                 "@wordpress/components": "^10.0.3",
     3477                "@wordpress/components": "^10.0.4",
    34413478                "@wordpress/compose": "^3.19.3",
    34423479                "@wordpress/core-data": "^2.20.3",
     
    34553492                "@wordpress/media-utils": "^1.15.0",
    34563493                "@wordpress/notices": "^2.8.3",
    3457                 "@wordpress/rich-text": "^3.20.3",
    3458                 "@wordpress/server-side-render": "^1.16.3",
     3494                "@wordpress/rich-text": "^3.20.4",
     3495                "@wordpress/server-side-render": "^1.16.4",
    34593496                "@wordpress/url": "^2.17.0",
    34603497                "@wordpress/viewport": "^2.21.3",
     
    35213558        },
    35223559        "@wordpress/format-library": {
    3523             "version": "1.22.3",
    3524             "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.22.3.tgz",
    3525             "integrity": "sha512-n8qlIvBNN2sqgCv+T1fzDCCnTGB/MBEVzInPT/CCVGzuX9+Qi5lSQDDv1sdnaIPHohrHiZr8JFM04BTlCxZPWw==",
     3560            "version": "1.22.4",
     3561            "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.22.4.tgz",
     3562            "integrity": "sha512-dM+7n76CEvGktN3/5d5egclx6PiKbsK6EfL0fH8iEaN19Yew54lmzUFCEErtkQe1cN9fSwLWa45rtEWrAnbBIQ==",
    35263563            "requires": {
    35273564                "@babel/runtime": "^7.9.2",
    3528                 "@wordpress/block-editor": "^4.3.3",
    3529                 "@wordpress/components": "^10.0.3",
     3565                "@wordpress/block-editor": "^4.3.4",
     3566                "@wordpress/components": "^10.0.4",
    35303567                "@wordpress/data": "^4.22.3",
    35313568                "@wordpress/dom": "^2.13.1",
     
    35353572                "@wordpress/icons": "^2.4.0",
    35363573                "@wordpress/keycodes": "^2.14.0",
    3537                 "@wordpress/rich-text": "^3.20.3",
     3574                "@wordpress/rich-text": "^3.20.4",
    35383575                "@wordpress/url": "^2.17.0",
    35393576                "lodash": "^4.17.15"
     
    35803617        },
    35813618        "@wordpress/interface": {
    3582             "version": "0.7.3",
    3583             "resolved": "https://registry.npmjs.org/@wordpress/interface/-/interface-0.7.3.tgz",
    3584             "integrity": "sha512-rvF6R8VaFL3iZLowlgzvxiSJnwKFEj5SZCdASZzOMR8BotXxfBQIARGo1Z+8FbiyUeV2Lvo3lK7OHwRv3IKzaw==",
     3619            "version": "0.7.4",
     3620            "resolved": "https://registry.npmjs.org/@wordpress/interface/-/interface-0.7.4.tgz",
     3621            "integrity": "sha512-XIuxKi7WcUXpntdJQf9jA204zbPLJDCzgzXsqRmDwjuzN6QsGms1Fpqiws2TH9D9LS3zyzCV0pPcj+ycGlgzRQ==",
    35853622            "requires": {
    35863623                "@babel/runtime": "^7.9.2",
    3587                 "@wordpress/components": "^10.0.3",
     3624                "@wordpress/components": "^10.0.4",
    35883625                "@wordpress/data": "^4.22.3",
    35893626                "@wordpress/element": "^2.16.0",
     
    36633700        },
    36643701        "@wordpress/list-reusable-blocks": {
    3665             "version": "1.21.3",
    3666             "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.21.3.tgz",
    3667             "integrity": "sha512-8FvOC5tYUwn8r3TN4juovUDz3I1KCTrbGEY26kJzeLfDYnn3rpRBA1/0+FaXfB+ph/kvTs/+gH6g0lPbGETaRQ==",
     3702            "version": "1.21.4",
     3703            "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.21.4.tgz",
     3704            "integrity": "sha512-ZMkPgTKibrPrEUsQ6am8OxBBWUxxP3Uo0VxISdYujpNDQ2TiGU9AhEHpVUkNpCGtHhXPzXn/HdvxN7L9gYRiog==",
    36683705            "requires": {
    36693706                "@babel/runtime": "^7.9.2",
    36703707                "@wordpress/api-fetch": "^3.18.0",
    3671                 "@wordpress/components": "^10.0.3",
     3708                "@wordpress/components": "^10.0.4",
    36723709                "@wordpress/compose": "^3.19.3",
    36733710                "@wordpress/element": "^2.16.0",
     
    37073744        },
    37083745        "@wordpress/nux": {
    3709             "version": "3.20.3",
    3710             "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.20.3.tgz",
    3711             "integrity": "sha512-A9lfefFEVClvPS/GCU/07y2+VAmwo/SZqVU1gP2Tufz1BlrVXMthxslAMa67+m8FhGC7CFb74OcMf9TVyk/tQg==",
     3746            "version": "3.20.4",
     3747            "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.20.4.tgz",
     3748            "integrity": "sha512-NoSNcDpnwCuiARPuO43UTWnywo2Qx5j5/jtqFoIsP+gNiOQOUet2WxmastMKjOMp66mUH7Cw3FiUp0YwindOSw==",
    37123749            "requires": {
    37133750                "@babel/runtime": "^7.9.2",
    3714                 "@wordpress/components": "^10.0.3",
     3751                "@wordpress/components": "^10.0.4",
    37153752                "@wordpress/compose": "^3.19.3",
    37163753                "@wordpress/data": "^4.22.3",
     
    38493886                "lodash": "^4.17.15",
    38503887                "rungen": "^0.3.2"
    3851             },
    3852             "dependencies": {
    3853                 "is-promise": {
    3854                     "version": "4.0.0",
    3855                     "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
    3856                     "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
    3857                 }
    38583888            }
    38593889        },
    38603890        "@wordpress/rich-text": {
    3861             "version": "3.20.3",
    3862             "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.20.3.tgz",
    3863             "integrity": "sha512-ICYFGEv/2WzYyvoKwPX29yWLVpKftn9hu+M0oTYJ600Io/6f4Zi3yyRPnIgNYV+bqzQaBlx2ChL1uZHZ5GQm7A==",
     3891            "version": "3.20.4",
     3892            "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.20.4.tgz",
     3893            "integrity": "sha512-t7rjWajAKks2XcbVnyccckFzZFPnBJtPjoJGvmQdCJkZqen7qAM+OLzfQLUEDqYzG7Rk2v8zPxhhDv/gI2ciMg==",
    38643894            "requires": {
    38653895                "@babel/runtime": "^7.9.2",
     
    40514081                },
    40524082                "jest-worker": {
    4053                     "version": "26.1.0",
    4054                     "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.1.0.tgz",
    4055                     "integrity": "sha512-Z9P5pZ6UC+kakMbNJn+tA2RdVdNX5WH1x+5UCBZ9MxIK24pjYtFt96fK+UwBTrjLYm232g1xz0L3eTh51OW+yQ==",
    4056                     "dev": true,
    4057                     "requires": {
     4083                    "version": "26.2.1",
     4084                    "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.2.1.tgz",
     4085                    "integrity": "sha512-+XcGMMJDTeEGncRb5M5Zq9P7K4sQ1sirhjdOxsN1462h6lFo9w59bl2LVQmdGEEeU3m+maZCkS2Tcc9SfCHO4A==",
     4086                    "dev": true,
     4087                    "requires": {
     4088                        "@types/node": "*",
    40584089                        "merge-stream": "^2.0.0",
    40594090                        "supports-color": "^7.0.0"
     
    42454276                },
    42464277                "terser-webpack-plugin": {
    4247                     "version": "3.0.8",
    4248                     "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.0.8.tgz",
    4249                     "integrity": "sha512-ygwK8TYMRTYtSyLB2Mhnt90guQh989CIq/mL/2apwi6rA15Xys4ydNUiH4ah6EZCfQxSk26ZFQilZ4IQ6IZw6A==",
     4278                    "version": "3.1.0",
     4279                    "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz",
     4280                    "integrity": "sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==",
    42504281                    "dev": true,
    42514282                    "requires": {
    42524283                        "cacache": "^15.0.5",
    42534284                        "find-cache-dir": "^3.3.1",
    4254                         "jest-worker": "^26.1.0",
     4285                        "jest-worker": "^26.2.1",
    42554286                        "p-limit": "^3.0.2",
    42564287                        "schema-utils": "^2.6.6",
     
    42704301        },
    42714302        "@wordpress/server-side-render": {
    4272             "version": "1.16.3",
    4273             "resolved": "https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-1.16.3.tgz",
    4274             "integrity": "sha512-zCWTppJIDUIjcUmwZ5Ec0sltxUwIBsEl0oZ7Le+1+/FH3b0Zld2jSuMo45qQpGy9tvrJwu+b5T5E5Ozg88E5uA==",
     4303            "version": "1.16.4",
     4304            "resolved": "https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-1.16.4.tgz",
     4305            "integrity": "sha512-QGWs6crF2cV5IUeXVJgZuec8iMbECc6yPzRCpH/Vxicp3weLVp97n82EfARZnBGHnLBjl4gqSvVSjlucCg+eLA==",
    42754306            "requires": {
    42764307                "@babel/runtime": "^7.9.2",
    42774308                "@wordpress/api-fetch": "^3.18.0",
    4278                 "@wordpress/components": "^10.0.3",
     4309                "@wordpress/components": "^10.0.4",
    42794310                "@wordpress/data": "^4.22.3",
    42804311                "@wordpress/deprecated": "^2.9.0",
     
    43584389        },
    43594390        "abab": {
    4360             "version": "2.0.3",
    4361             "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz",
    4362             "integrity": "sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg==",
     4391            "version": "2.0.4",
     4392            "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.4.tgz",
     4393            "integrity": "sha512-Eu9ELJWCz/c1e9gTiCY+FceWxcqzjYEbqMgtndnuSqZSUCOL73TWNK2mHfIj4Cw2E/ongOp+JISVNCmovt2KYQ==",
    43634394            "dev": true
    43644395        },
     
    43884419        },
    43894420        "acorn": {
    4390             "version": "7.3.1",
    4391             "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.3.1.tgz",
    4392             "integrity": "sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==",
     4421            "version": "7.4.0",
     4422            "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz",
     4423            "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==",
    43934424            "dev": true
    43944425        },
     
    44944525                },
    44954526                "is-regex": {
    4496                     "version": "1.1.0",
    4497                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    4498                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     4527                    "version": "1.1.1",
     4528                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     4529                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    44994530                    "requires": {
    45004531                        "has-symbols": "^1.0.1"
     
    48004831                },
    48014832                "is-regex": {
    4802                     "version": "1.1.0",
    4803                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    4804                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     4833                    "version": "1.1.1",
     4834                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     4835                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    48054836                    "dev": true,
    48064837                    "requires": {
     
    48794910                },
    48804911                "is-regex": {
    4881                     "version": "1.1.0",
    4882                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    4883                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     4912                    "version": "1.1.1",
     4913                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     4914                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    48844915                    "requires": {
    48854916                        "has-symbols": "^1.0.1"
     
    49364967                },
    49374968                "is-regex": {
    4938                     "version": "1.1.0",
    4939                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    4940                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     4969                    "version": "1.1.1",
     4970                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     4971                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    49414972                    "requires": {
    49424973                        "has-symbols": "^1.0.1"
     
    49995030                },
    50005031                "is-regex": {
    5001                     "version": "1.1.0",
    5002                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    5003                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     5032                    "version": "1.1.1",
     5033                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     5034                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    50045035                    "dev": true,
    50055036                    "requires": {
     
    73877418                },
    73887419                "caniuse-lite": {
    7389                     "version": "1.0.30001107",
    7390                     "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz",
    7391                     "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==",
     7420                    "version": "1.0.30001110",
     7421                    "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001110.tgz",
     7422                    "integrity": "sha512-KqJWeat4rhSHF0ito4yz9q/JuZHkvn71SsBnxge4azjPDbowIjOUnS8i1xpKGxZxU6BFiPqO2hSV2eiCpFQVRw==",
    73927423                    "dev": true
    73937424                },
    73947425                "electron-to-chromium": {
    7395                     "version": "1.3.509",
    7396                     "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.509.tgz",
    7397                     "integrity": "sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug==",
     7426                    "version": "1.3.518",
     7427                    "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.518.tgz",
     7428                    "integrity": "sha512-IspiwXYDKZMxo+qc3Vof4WtwbG9BMDbJfati8PYj7uS4DJmJ67pwjCKZxlTBSAuCZSMcbRnj2Xz2H14uiKT7bQ==",
    73987429                    "dev": true
    73997430                },
     
    79017932        },
    79027933        "csstype": {
    7903             "version": "2.6.11",
    7904             "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.11.tgz",
    7905             "integrity": "sha512-l8YyEC9NBkSm783PFTvh0FmJy7s5pFKrDp49ZL7zBGX3fWkO+N4EEyan1qqp8cwPLDcD0OSdyY6hAMoxp34JFw=="
     7934            "version": "2.6.13",
     7935            "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.13.tgz",
     7936            "integrity": "sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A=="
    79067937        },
    79077938        "currently-unhandled": {
     
    90139044                },
    90149045                "is-regex": {
    9015                     "version": "1.1.0",
    9016                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    9017                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     9046                    "version": "1.1.1",
     9047                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     9048                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    90189049                    "dev": true,
    90199050                    "requires": {
     
    91059136                },
    91069137                "is-regex": {
    9107                     "version": "1.1.0",
    9108                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    9109                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     9138                    "version": "1.1.1",
     9139                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     9140                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    91109141                    "dev": true,
    91119142                    "requires": {
     
    92089239                },
    92099240                "is-regex": {
    9210                     "version": "1.1.0",
    9211                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    9212                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     9241                    "version": "1.1.1",
     9242                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     9243                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    92139244                    "dev": true,
    92149245                    "requires": {
     
    93959426        },
    93969427        "eslint": {
    9397             "version": "7.5.0",
    9398             "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.5.0.tgz",
    9399             "integrity": "sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==",
     9428            "version": "7.6.0",
     9429            "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.6.0.tgz",
     9430            "integrity": "sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==",
    94009431            "dev": true,
    94019432            "requires": {
     
    95709601        },
    95719602        "eslint-plugin-jest": {
    9572             "version": "23.18.2",
    9573             "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.18.2.tgz",
    9574             "integrity": "sha512-afVOE47F0PENnRlnePUHgrDbv1tsDlTAVrjL051oUETB2ImzBwa5GfmUAUhDjAEuxH+xkE6DsmEpZ8obXzUMqQ==",
     9603            "version": "23.20.0",
     9604            "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz",
     9605            "integrity": "sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==",
    95759606            "dev": true,
    95769607            "requires": {
     
    96749705        },
    96759706        "eslint-plugin-react": {
    9676             "version": "7.20.4",
    9677             "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.4.tgz",
    9678             "integrity": "sha512-y4DOQ0LrzuDQFEAnYFGjJMRHQQqfTco02qiWI00eGQYikHTzC15S5aRHGWSffnThv8sBpsmFBLky3K5keniAJg==",
     9707            "version": "7.20.5",
     9708            "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz",
     9709            "integrity": "sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw==",
    96799710            "dev": true,
    96809711            "requires": {
     
    97359766                },
    97369767                "is-regex": {
    9737                     "version": "1.1.0",
    9738                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    9739                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     9768                    "version": "1.1.1",
     9769                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     9770                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    97409771                    "dev": true,
    97419772                    "requires": {
     
    1144011471                },
    1144111472                "is-regex": {
    11442                     "version": "1.1.0",
    11443                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    11444                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     11473                    "version": "1.1.1",
     11474                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     11475                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    1144511476                    "requires": {
    1144611477                        "has-symbols": "^1.0.1"
     
    1381213843                },
    1381313844                "is-regex": {
    13814                     "version": "1.1.0",
    13815                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    13816                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     13845                    "version": "1.1.1",
     13846                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     13847                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    1381713848                    "dev": true,
    1381813849                    "requires": {
     
    1403214063        },
    1403314064        "is-docker": {
    14034             "version": "2.0.0",
    14035             "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.0.0.tgz",
    14036             "integrity": "sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ==",
     14065            "version": "2.1.0",
     14066            "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.0.tgz",
     14067            "integrity": "sha512-mB2WygGsSeoXtLKpSYzP6sa0Z9DyU9ZyKlnvuZWxCociaI0qsF8u12sR72DFTX236g1u6oWSWYFuUk09nGQEjg==",
    1403714068            "dev": true,
    1403814069            "optional": true
     
    1418214213            "dev": true,
    1418314214            "optional": true
     14215        },
     14216        "is-promise": {
     14217            "version": "4.0.0",
     14218            "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
     14219            "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
    1418414220        },
    1418514221        "is-regex": {
     
    1472914765                },
    1473014766                "onetime": {
    14731                     "version": "5.1.0",
    14732                     "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz",
    14733                     "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==",
     14767                    "version": "5.1.1",
     14768                    "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.1.tgz",
     14769                    "integrity": "sha512-ZpZpjcJeugQfWsfyQlshVoowIIQ1qBGSVll4rfDq6JJVO//fesjoX808hXWfBjY+ROZgpKDI5TRSRBSoJiZ8eg==",
    1473414770                    "dev": true,
    1473514771                    "requires": {
     
    1734517381        },
    1734617382        "minipass-pipeline": {
    17347             "version": "1.2.3",
    17348             "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.3.tgz",
    17349             "integrity": "sha512-cFOknTvng5vqnwOpDsZTWhNll6Jf8o2x+/diplafmxpuIymAjzoOolZG0VvQf3V2HgqzJNhnuKHYp2BqDgz8IQ==",
     17383            "version": "1.2.4",
     17384            "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
     17385            "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
    1735017386            "dev": true,
    1735117387            "requires": {
     
    1830018336                },
    1830118337                "is-regex": {
    18302                     "version": "1.1.0",
    18303                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    18304                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     18338                    "version": "1.1.1",
     18339                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     18340                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    1830518341                    "requires": {
    1830618342                        "has-symbols": "^1.0.1"
     
    1836418400                },
    1836518401                "is-regex": {
    18366                     "version": "1.1.0",
    18367                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    18368                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     18402                    "version": "1.1.1",
     18403                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     18404                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    1836918405                    "dev": true,
    1837018406                    "requires": {
     
    2103521071                },
    2103621072                "vfile": {
    21037                     "version": "4.1.1",
    21038                     "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.1.1.tgz",
    21039                     "integrity": "sha512-lRjkpyDGjVlBA7cDQhQ+gNcvB1BGaTHYuSOcY3S7OhDmBtnzX95FhtZZDecSTDm6aajFymyve6S5DN4ZHGezdQ==",
     21073                    "version": "4.2.0",
     21074                    "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.0.tgz",
     21075                    "integrity": "sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw==",
    2104021076                    "dev": true,
    2104121077                    "requires": {
     
    2221522251                },
    2221622252                "is-regex": {
    22217                     "version": "1.1.0",
    22218                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    22219                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     22253                    "version": "1.1.1",
     22254                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     22255                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    2222022256                    "dev": true,
    2222122257                    "requires": {
     
    2306723103                },
    2306823104                "is-regex": {
    23069                     "version": "1.1.0",
    23070                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    23071                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     23105                    "version": "1.1.1",
     23106                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     23107                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    2307223108                    "dev": true,
    2307323109                    "requires": {
     
    2313123167                },
    2313223168                "is-regex": {
    23133                     "version": "1.1.0",
    23134                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    23135                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     23169                    "version": "1.1.1",
     23170                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     23171                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    2313623172                    "dev": true,
    2313723173                    "requires": {
     
    2318923225                },
    2319023226                "is-regex": {
    23191                     "version": "1.1.0",
    23192                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    23193                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     23227                    "version": "1.1.1",
     23228                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     23229                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    2319423230                    "requires": {
    2319523231                        "has-symbols": "^1.0.1"
     
    2326623302                },
    2326723303                "is-regex": {
    23268                     "version": "1.1.0",
    23269                     "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
    23270                     "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
     23304                    "version": "1.1.1",
     23305                    "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
     23306                    "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
    2327123307                    "requires": {
    2327223308                        "has-symbols": "^1.0.1"
     
    2345323489                },
    2345423490                "autoprefixer": {
    23455                     "version": "9.8.5",
    23456                     "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.5.tgz",
    23457                     "integrity": "sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg==",
     23491                    "version": "9.8.6",
     23492                    "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
     23493                    "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
    2345823494                    "dev": true,
    2345923495                    "requires": {
    2346023496                        "browserslist": "^4.12.0",
    23461                         "caniuse-lite": "^1.0.30001097",
    23462                         "colorette": "^1.2.0",
     23497                        "caniuse-lite": "^1.0.30001109",
     23498                        "colorette": "^1.2.1",
    2346323499                        "normalize-range": "^0.1.2",
    2346423500                        "num2fraction": "^1.2.2",
     
    2349523531                },
    2349623532                "caniuse-lite": {
    23497                     "version": "1.0.30001107",
    23498                     "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz",
    23499                     "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==",
     23533                    "version": "1.0.30001110",
     23534                    "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001110.tgz",
     23535                    "integrity": "sha512-KqJWeat4rhSHF0ito4yz9q/JuZHkvn71SsBnxge4azjPDbowIjOUnS8i1xpKGxZxU6BFiPqO2hSV2eiCpFQVRw==",
    2350023536                    "dev": true
    2350123537                },
     
    2352323559                },
    2352423560                "electron-to-chromium": {
    23525                     "version": "1.3.509",
    23526                     "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.509.tgz",
    23527                     "integrity": "sha512-cN4lkjNRuTG8rtAqTOVgwpecEC2kbKA04PG6YijcKGHK/kD0xLjiqExcAOmLUwtXZRF8cBeam2I0VZcih919Ug==",
     23561                    "version": "1.3.518",
     23562                    "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.518.tgz",
     23563                    "integrity": "sha512-IspiwXYDKZMxo+qc3Vof4WtwbG9BMDbJfati8PYj7uS4DJmJ67pwjCKZxlTBSAuCZSMcbRnj2Xz2H14uiKT7bQ==",
    2352823564                    "dev": true
    2352923565                },
  • trunk/package.json

    r48705 r48719  
    8282        "@babel/polyfill": "7.10.1",
    8383        "@wordpress/a11y": "2.11.0",
    84         "@wordpress/annotations": "1.20.3",
     84        "@wordpress/annotations": "1.20.4",
    8585        "@wordpress/api-fetch": "3.18.0",
    8686        "@wordpress/autop": "2.9.0",
    8787        "@wordpress/blob": "2.9.0",
    88         "@wordpress/block-directory": "1.13.3",
    89         "@wordpress/block-editor": "4.3.3",
    90         "@wordpress/block-library": "2.22.3",
     88        "@wordpress/block-directory": "1.13.4",
     89        "@wordpress/block-editor": "4.3.4",
     90        "@wordpress/block-library": "2.22.4",
    9191        "@wordpress/block-serialization-default-parser": "3.7.0",
    9292        "@wordpress/blocks": "6.20.3",
    93         "@wordpress/components": "10.0.3",
     93        "@wordpress/components": "10.0.4",
    9494        "@wordpress/compose": "3.19.3",
    9595        "@wordpress/core-data": "2.20.3",
     
    100100        "@wordpress/dom": "2.13.1",
    101101        "@wordpress/dom-ready": "2.10.0",
    102         "@wordpress/edit-post": "3.21.3",
    103         "@wordpress/editor": "9.20.3",
     102        "@wordpress/edit-post": "3.21.4",
     103        "@wordpress/editor": "9.20.4",
    104104        "@wordpress/element": "2.16.0",
    105105        "@wordpress/escape-html": "1.9.0",
    106         "@wordpress/format-library": "1.22.3",
     106        "@wordpress/format-library": "1.22.4",
    107107        "@wordpress/hooks": "2.9.0",
    108108        "@wordpress/html-entities": "2.8.0",
     
    112112        "@wordpress/keyboard-shortcuts": "1.9.3",
    113113        "@wordpress/keycodes": "2.14.0",
    114         "@wordpress/list-reusable-blocks": "1.21.3",
     114        "@wordpress/list-reusable-blocks": "1.21.4",
    115115        "@wordpress/media-utils": "1.15.0",
    116116        "@wordpress/notices": "2.8.3",
    117         "@wordpress/nux": "3.20.3",
     117        "@wordpress/nux": "3.20.4",
    118118        "@wordpress/plugins": "2.20.3",
    119119        "@wordpress/primitives": "1.7.0",
    120120        "@wordpress/priority-queue": "1.7.0",
    121121        "@wordpress/redux-routine": "3.10.0",
    122         "@wordpress/rich-text": "3.20.3",
    123         "@wordpress/server-side-render": "1.16.3",
     122        "@wordpress/rich-text": "3.20.4",
     123        "@wordpress/server-side-render": "1.16.4",
    124124        "@wordpress/shortcode": "2.9.0",
    125125        "@wordpress/token-list": "1.11.0",
  • trunk/src/wp-includes/assets/script-loader-packages.php

    r48644 r48719  
    1 <?php return array('a11y.js' => array('dependencies' => array('wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '6d98587879c8c19080b1e3a855e946be'), 'annotations.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-rich-text'), 'version' => '260b045f4c676d091d7e8a97723357dc'), 'api-fetch.js' => array('dependencies' => array('wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '74653372c4595d464e30438faccf7290'), 'autop.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'e3a7061e1087f5cf077a68aeaf0ea714'), 'blob.js' => array('dependencies' => array('wp-polyfill'), 'version' => '27195f29e36179999f6e1fa7d1f079b3'), 'block-directory.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives'), 'version' => '1d20cc9be520efd105e1c4c6854b3006'), 'block-editor.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-a11y', 'wp-blob', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-shortcode', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => '0ef9fd563618f82e9126ddf8d4edf72d'), 'block-library.js' => array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-autop', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport'), 'version' => '034b09f99c9559f5a45778c2b55f0407'), 'block-serialization-default-parser.js' => array('dependencies' => array('wp-polyfill'), 'version' => '27585bbfe083d705c915c21bf47047df'), 'blocks.js' => array('dependencies' => array('lodash', 'wp-autop', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-compose', 'wp-data', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-shortcode'), 'version' => 'f8c36e24ce9e4fa0d878d93384a12c76'), 'components.js' => array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-warning'), 'version' => 'ae8c8a4ceba6c3f953935804eafd60b3'), 'compose.js' => array('dependencies' => array('lodash', 'react', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue'), 'version' => '3d9be9981e379b66eedc1718358f4bc8'), 'core-data.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blocks', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-url'), 'version' => 'fd10eb49751e8e9638e48e34947288ed'), 'data.js' => array('dependencies' => array('lodash', 'react', 'wp-compose', 'wp-deprecated', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue', 'wp-redux-routine'), 'version' => 'bdecf088172566c402cb7e60959c75d4'), 'data-controls.js' => array('dependencies' => array('wp-api-fetch', 'wp-data', 'wp-polyfill'), 'version' => 'ea191e898b70efcaa0314934334db8d2'), 'date.js' => array('dependencies' => array('moment', 'wp-polyfill'), 'version' => '71ad0d58f6b8efd48fffc625b1968750'), 'deprecated.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => '26aefabb46263ab5dac6d7f6c63b664c'), 'dom.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e54be95ed4c9e5422fcf44a2cee53217'), 'dom-ready.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a6586b64552c9c6924b8093e9ef4f74e'), 'edit-post.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport', 'wp-warning'), 'version' => '883d367c3f990b258ede5fcc3df830db'), 'editor.js' => array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => 'ffdfd4f364b891e53b322c3879e0bd32'), 'element.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-escape-html', 'wp-polyfill'), 'version' => 'b2a51f1f50dee6f6fb90f1dd39a4b151'), 'escape-html.js' => array('dependencies' => array('wp-polyfill'), 'version' => '11a9ed20aa0e5b49a24e416455d2311e'), 'format-library.js' => array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-dom', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '8f528a8c90b4108d003d53908a3c42ed'), 'hooks.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'd3b8b40265078ab4bf9a60e4be8c928e'), 'html-entities.js' => array('dependencies' => array('wp-polyfill'), 'version' => '5f0f2fc8f6cde41ab343549aa0b50183'), 'i18n.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'c818ff88cdaa24964e36a1c89e447c77'), 'is-shallow-equal.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'b2327d0572e72da49f9e26cc3a53de34'), 'keyboard-shortcuts.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-keycodes', 'wp-polyfill'), 'version' => '0dca10a23ad5f1fa6c5ea705402ac449'), 'keycodes.js' => array('dependencies' => array('lodash', 'wp-i18n', 'wp-polyfill'), 'version' => '8fa475945c1ee2fa9fbf41b45c02a131'), 'list-reusable-blocks.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '91fd753476dc10e1f35ebaee4cbb95ff'), 'media-utils.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '21f10d37b05bd05ac894d5fc2329378e'), 'notices.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-polyfill'), 'version' => 'c8419832e15a611ba10b8c9db5b628bf'), 'nux.js' => array('dependencies' => array('lodash', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => '9a0d3d4ed32b44e6c499e6d90e80aa1a'), 'plugins.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-primitives'), 'version' => '96bfd27bc78c4cab5ff0f524fa2f9318'), 'primitives.js' => array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'ec81efc9895bf6b2e092f8e56bc7aec4'), 'priority-queue.js' => array('dependencies' => array('wp-polyfill'), 'version' => '21998ef9ac35858b8751c443f5003831'), 'redux-routine.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'f85fd85702ab43e4cbf75c2b252c19bd'), 'rich-text.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-escape-html', 'wp-keycodes', 'wp-polyfill'), 'version' => 'b3d5bf64e2cef6be372c6a15dcb3eede'), 'server-side-render.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '4ef0a464287b500da6136547cfdaa558'), 'shortcode.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '0f4a8551daa990e80114889793034ff6'), 'token-list.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '8c1de0af2850ea512bf7ee4ea8a6af09'), 'url.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '5cfad922551470f0d04552a83d5e7eb4'), 'viewport.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'de07809632bb717b3bef9fb526a17f20'), 'warning.js' => array('dependencies' => array('wp-polyfill'), 'version' => '202ac16e99afe7c33c257b248625a947'), 'wordcount.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'ababa914c8610cc872482756daceab10'));
     1<?php return array('a11y.js' => array('dependencies' => array('wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '6d98587879c8c19080b1e3a855e946be'), 'annotations.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-rich-text'), 'version' => '260b045f4c676d091d7e8a97723357dc'), 'api-fetch.js' => array('dependencies' => array('wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '74653372c4595d464e30438faccf7290'), 'autop.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'e3a7061e1087f5cf077a68aeaf0ea714'), 'blob.js' => array('dependencies' => array('wp-polyfill'), 'version' => '27195f29e36179999f6e1fa7d1f079b3'), 'block-directory.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives'), 'version' => '1d20cc9be520efd105e1c4c6854b3006'), 'block-editor.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-a11y', 'wp-blob', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-shortcode', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => '9b7b8965a9cd2e1ddfe28ce0c0a40872'), 'block-library.js' => array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-autop', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport'), 'version' => '034b09f99c9559f5a45778c2b55f0407'), 'block-serialization-default-parser.js' => array('dependencies' => array('wp-polyfill'), 'version' => '27585bbfe083d705c915c21bf47047df'), 'blocks.js' => array('dependencies' => array('lodash', 'wp-autop', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-compose', 'wp-data', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-shortcode'), 'version' => 'f8c36e24ce9e4fa0d878d93384a12c76'), 'components.js' => array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-warning'), 'version' => '7576c3b29aa3b21aa3c04b097ad0c5ed'), 'compose.js' => array('dependencies' => array('lodash', 'react', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue'), 'version' => '3d9be9981e379b66eedc1718358f4bc8'), 'core-data.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blocks', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-url'), 'version' => 'fd10eb49751e8e9638e48e34947288ed'), 'data.js' => array('dependencies' => array('lodash', 'react', 'wp-compose', 'wp-deprecated', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue', 'wp-redux-routine'), 'version' => 'f40a40536717ab72a3f9fb9a4bd43acd'), 'data-controls.js' => array('dependencies' => array('wp-api-fetch', 'wp-data', 'wp-polyfill'), 'version' => 'ea191e898b70efcaa0314934334db8d2'), 'date.js' => array('dependencies' => array('moment', 'wp-polyfill'), 'version' => '71ad0d58f6b8efd48fffc625b1968750'), 'deprecated.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => '26aefabb46263ab5dac6d7f6c63b664c'), 'dom.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e54be95ed4c9e5422fcf44a2cee53217'), 'dom-ready.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a6586b64552c9c6924b8093e9ef4f74e'), 'edit-post.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport', 'wp-warning'), 'version' => '883d367c3f990b258ede5fcc3df830db'), 'editor.js' => array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => 'ffdfd4f364b891e53b322c3879e0bd32'), 'element.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-escape-html', 'wp-polyfill'), 'version' => 'b2a51f1f50dee6f6fb90f1dd39a4b151'), 'escape-html.js' => array('dependencies' => array('wp-polyfill'), 'version' => '11a9ed20aa0e5b49a24e416455d2311e'), 'format-library.js' => array('dependencies' => array('lodash', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-dom', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '8f528a8c90b4108d003d53908a3c42ed'), 'hooks.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'd3b8b40265078ab4bf9a60e4be8c928e'), 'html-entities.js' => array('dependencies' => array('wp-polyfill'), 'version' => '5f0f2fc8f6cde41ab343549aa0b50183'), 'i18n.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'c818ff88cdaa24964e36a1c89e447c77'), 'is-shallow-equal.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'b2327d0572e72da49f9e26cc3a53de34'), 'keyboard-shortcuts.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-keycodes', 'wp-polyfill'), 'version' => '0dca10a23ad5f1fa6c5ea705402ac449'), 'keycodes.js' => array('dependencies' => array('lodash', 'wp-i18n', 'wp-polyfill'), 'version' => '8fa475945c1ee2fa9fbf41b45c02a131'), 'list-reusable-blocks.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '91fd753476dc10e1f35ebaee4cbb95ff'), 'media-utils.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '21f10d37b05bd05ac894d5fc2329378e'), 'notices.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-polyfill'), 'version' => 'c8419832e15a611ba10b8c9db5b628bf'), 'nux.js' => array('dependencies' => array('lodash', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => '9a0d3d4ed32b44e6c499e6d90e80aa1a'), 'plugins.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-primitives'), 'version' => '96bfd27bc78c4cab5ff0f524fa2f9318'), 'primitives.js' => array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'ec81efc9895bf6b2e092f8e56bc7aec4'), 'priority-queue.js' => array('dependencies' => array('wp-polyfill'), 'version' => '21998ef9ac35858b8751c443f5003831'), 'redux-routine.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'caae3879a1870fe55d4d6c91882b4aec'), 'rich-text.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-escape-html', 'wp-keycodes', 'wp-polyfill'), 'version' => '03ddfa0a86d330c6ab9e55bc87e21c69'), 'server-side-render.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '4ef0a464287b500da6136547cfdaa558'), 'shortcode.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '0f4a8551daa990e80114889793034ff6'), 'token-list.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '8c1de0af2850ea512bf7ee4ea8a6af09'), 'url.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '5cfad922551470f0d04552a83d5e7eb4'), 'viewport.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'de07809632bb717b3bef9fb526a17f20'), 'warning.js' => array('dependencies' => array('wp-polyfill'), 'version' => '202ac16e99afe7c33c257b248625a947'), 'wordcount.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'ababa914c8610cc872482756daceab10'));
Note: See TracChangeset for help on using the changeset viewer.