- Timestamp:
- 08/04/2020 01:41:37 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r48705 r48719 14 14 }, 15 15 "@babel/compat-data": { 16 "version": "7.1 0.5",17 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.1 0.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==", 19 19 "dev": true, 20 20 "requires": { … … 37 37 }, 38 38 "caniuse-lite": { 39 "version": "1.0.300011 07",40 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300011 07.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==", 42 42 "dev": true 43 43 }, 44 44 "electron-to-chromium": { 45 "version": "1.3.5 09",46 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.5 09.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==", 48 48 "dev": true 49 49 }, … … 57 57 }, 58 58 "@babel/core": { 59 "version": "7.1 0.5",60 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1 0.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==", 62 62 "dev": true, 63 63 "requires": { 64 64 "@babel/code-frame": "^7.10.4", 65 "@babel/generator": "^7.1 0.5",66 "@babel/helper-module-transforms": "^7.1 0.5",65 "@babel/generator": "^7.11.0", 66 "@babel/helper-module-transforms": "^7.11.0", 67 67 "@babel/helpers": "^7.10.4", 68 "@babel/parser": "^7.1 0.5",68 "@babel/parser": "^7.11.0", 69 69 "@babel/template": "^7.10.4", 70 "@babel/traverse": "^7.1 0.5",71 "@babel/types": "^7.1 0.5",70 "@babel/traverse": "^7.11.0", 71 "@babel/types": "^7.11.0", 72 72 "convert-source-map": "^1.7.0", 73 73 "debug": "^4.1.0", … … 98 98 }, 99 99 "@babel/generator": { 100 "version": "7.1 0.5",101 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1 0.5.tgz",102 "integrity": "sha512- 3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==",103 "dev": true, 104 "requires": { 105 "@babel/types": "^7.1 0.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", 106 106 "jsesc": "^2.5.1", 107 107 "source-map": "^0.5.0" … … 174 174 }, 175 175 "caniuse-lite": { 176 "version": "1.0.300011 07",177 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300011 07.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==", 179 179 "dev": true 180 180 }, 181 181 "electron-to-chromium": { 182 "version": "1.3.5 09",183 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.5 09.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==", 185 185 "dev": true 186 186 }, … … 269 269 }, 270 270 "@babel/helper-member-expression-to-functions": { 271 "version": "7.1 0.5",272 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.1 0.5.tgz",273 "integrity": "sha512- HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA==",274 "dev": true, 275 "requires": { 276 "@babel/types": "^7.1 0.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" 277 277 } 278 278 }, … … 286 286 }, 287 287 "@babel/helper-module-transforms": { 288 "version": "7.1 0.5",289 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.1 0.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==", 291 291 "dev": true, 292 292 "requires": { … … 294 294 "@babel/helper-replace-supers": "^7.10.4", 295 295 "@babel/helper-simple-access": "^7.10.4", 296 "@babel/helper-split-export-declaration": "^7.1 0.4",296 "@babel/helper-split-export-declaration": "^7.11.0", 297 297 "@babel/template": "^7.10.4", 298 "@babel/types": "^7.1 0.5",298 "@babel/types": "^7.11.0", 299 299 "lodash": "^4.17.19" 300 300 } … … 359 359 } 360 360 }, 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 }, 361 370 "@babel/helper-split-export-declaration": { 362 "version": "7.1 0.4",363 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.1 0.4.tgz",364 "integrity": "sha512- pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==",365 "dev": true, 366 "requires": { 367 "@babel/types": "^7.1 0.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" 368 377 } 369 378 }, … … 435 444 }, 436 445 "@babel/parser": { 437 "version": "7.1 0.5",438 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1 0.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==", 440 449 "dev": true 441 450 }, … … 471 480 } 472 481 }, 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 }, 473 492 "@babel/plugin-proposal-json-strings": { 474 493 "version": "7.10.4", … … 481 500 } 482 501 }, 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 }, 483 512 "@babel/plugin-proposal-nullish-coalescing-operator": { 484 513 "version": "7.10.4", … … 502 531 }, 503 532 "@babel/plugin-proposal-object-rest-spread": { 504 "version": "7.1 0.4",505 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.1 0.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==", 507 536 "dev": true, 508 537 "requires": { … … 523 552 }, 524 553 "@babel/plugin-proposal-optional-chaining": { 525 "version": "7.1 0.4",526 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.1 0.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==", 528 557 "dev": true, 529 558 "requires": { 530 559 "@babel/helper-plugin-utils": "^7.10.4", 560 "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0", 531 561 "@babel/plugin-syntax-optional-chaining": "^7.8.0" 532 562 } … … 586 616 "requires": { 587 617 "@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" 588 627 } 589 628 }, … … 998 1037 }, 999 1038 "@babel/plugin-transform-runtime": { 1000 "version": "7.1 0.5",1001 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.1 0.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==", 1003 1042 "dev": true, 1004 1043 "requires": { … … 1019 1058 }, 1020 1059 "@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" 1027 1067 } 1028 1068 }, … … 1097 1137 }, 1098 1138 "@babel/preset-env": { 1099 "version": "7.1 0.4",1100 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.1 0.4.tgz",1101 "integrity": "sha512- tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==",1102 "dev": true, 1103 "requires": { 1104 "@babel/compat-data": "^7.1 0.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", 1105 1145 "@babel/helper-compilation-targets": "^7.10.4", 1106 1146 "@babel/helper-module-imports": "^7.10.4", … … 1109 1149 "@babel/plugin-proposal-class-properties": "^7.10.4", 1110 1150 "@babel/plugin-proposal-dynamic-import": "^7.10.4", 1151 "@babel/plugin-proposal-export-namespace-from": "^7.10.4", 1111 1152 "@babel/plugin-proposal-json-strings": "^7.10.4", 1153 "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0", 1112 1154 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", 1113 1155 "@babel/plugin-proposal-numeric-separator": "^7.10.4", 1114 "@babel/plugin-proposal-object-rest-spread": "^7.1 0.4",1156 "@babel/plugin-proposal-object-rest-spread": "^7.11.0", 1115 1157 "@babel/plugin-proposal-optional-catch-binding": "^7.10.4", 1116 "@babel/plugin-proposal-optional-chaining": "^7.1 0.4",1158 "@babel/plugin-proposal-optional-chaining": "^7.11.0", 1117 1159 "@babel/plugin-proposal-private-methods": "^7.10.4", 1118 1160 "@babel/plugin-proposal-unicode-property-regex": "^7.10.4", … … 1120 1162 "@babel/plugin-syntax-class-properties": "^7.10.4", 1121 1163 "@babel/plugin-syntax-dynamic-import": "^7.8.0", 1164 "@babel/plugin-syntax-export-namespace-from": "^7.8.3", 1122 1165 "@babel/plugin-syntax-json-strings": "^7.8.0", 1166 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", 1123 1167 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", 1124 1168 "@babel/plugin-syntax-numeric-separator": "^7.10.4", … … 1153 1197 "@babel/plugin-transform-reserved-words": "^7.10.4", 1154 1198 "@babel/plugin-transform-shorthand-properties": "^7.10.4", 1155 "@babel/plugin-transform-spread": "^7.1 0.4",1199 "@babel/plugin-transform-spread": "^7.11.0", 1156 1200 "@babel/plugin-transform-sticky-regex": "^7.10.4", 1157 1201 "@babel/plugin-transform-template-literals": "^7.10.4", … … 1160 1204 "@babel/plugin-transform-unicode-regex": "^7.10.4", 1161 1205 "@babel/preset-modules": "^0.1.3", 1162 "@babel/types": "^7.1 0.4",1206 "@babel/types": "^7.11.0", 1163 1207 "browserslist": "^4.12.0", 1164 1208 "core-js-compat": "^3.6.2", … … 1181 1225 }, 1182 1226 "caniuse-lite": { 1183 "version": "1.0.300011 07",1184 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300011 07.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==", 1186 1230 "dev": true 1187 1231 }, 1188 1232 "electron-to-chromium": { 1189 "version": "1.3.5 09",1190 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.5 09.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==", 1192 1236 "dev": true 1193 1237 }, … … 1229 1273 }, 1230 1274 "@babel/runtime": { 1231 "version": "7.1 0.5",1232 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1 0.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==", 1234 1278 "requires": { 1235 1279 "regenerator-runtime": "^0.13.4" … … 1237 1281 }, 1238 1282 "@babel/runtime-corejs3": { 1239 "version": "7.1 0.5",1240 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.1 0.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==", 1242 1286 "dev": true, 1243 1287 "requires": { … … 1258 1302 }, 1259 1303 "@babel/traverse": { 1260 "version": "7.1 0.5",1261 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1 0.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==", 1263 1307 "dev": true, 1264 1308 "requires": { 1265 1309 "@babel/code-frame": "^7.10.4", 1266 "@babel/generator": "^7.1 0.5",1310 "@babel/generator": "^7.11.0", 1267 1311 "@babel/helper-function-name": "^7.10.4", 1268 "@babel/helper-split-export-declaration": "^7.1 0.4",1269 "@babel/parser": "^7.1 0.5",1270 "@babel/types": "^7.1 0.5",1312 "@babel/helper-split-export-declaration": "^7.11.0", 1313 "@babel/parser": "^7.11.0", 1314 "@babel/types": "^7.11.0", 1271 1315 "debug": "^4.1.0", 1272 1316 "globals": "^11.1.0", … … 1292 1336 }, 1293 1337 "@babel/types": { 1294 "version": "7.1 0.5",1295 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.1 0.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==", 1297 1341 "requires": { 1298 1342 "@babel/helper-validator-identifier": "^7.10.4", … … 2631 2675 }, 2632 2676 "@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==", 2636 2680 "dev": true, 2637 2681 "requires": { … … 2941 2985 }, 2942 2986 "@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==", 2946 2990 "requires": { 2947 2991 "@babel/runtime": "^7.9.2", … … 2949 2993 "@wordpress/hooks": "^2.9.0", 2950 2994 "@wordpress/i18n": "^3.14.0", 2951 "@wordpress/rich-text": "^3.20. 3",2995 "@wordpress/rich-text": "^3.20.4", 2952 2996 "lodash": "^4.17.15", 2953 2997 "rememo": "^3.0.0", … … 3027 3071 }, 3028 3072 "@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==", 3032 3076 "requires": { 3033 3077 "@wordpress/api-fetch": "^3.18.0", 3034 "@wordpress/block-editor": "^4.3. 3",3078 "@wordpress/block-editor": "^4.3.4", 3035 3079 "@wordpress/blocks": "^6.20.3", 3036 "@wordpress/components": "^10.0. 3",3080 "@wordpress/components": "^10.0.4", 3037 3081 "@wordpress/compose": "^3.19.3", 3038 3082 "@wordpress/data": "^4.22.3", 3039 3083 "@wordpress/data-controls": "^1.16.3", 3040 "@wordpress/edit-post": "^3.21. 3",3084 "@wordpress/edit-post": "^3.21.4", 3041 3085 "@wordpress/element": "^2.16.0", 3042 3086 "@wordpress/i18n": "^3.14.0", … … 3049 3093 }, 3050 3094 "@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==", 3054 3098 "requires": { 3055 3099 "@babel/runtime": "^7.9.2", … … 3057 3101 "@wordpress/blob": "^2.9.0", 3058 3102 "@wordpress/blocks": "^6.20.3", 3059 "@wordpress/components": "^10.0. 3",3103 "@wordpress/components": "^10.0.4", 3060 3104 "@wordpress/compose": "^3.19.3", 3061 3105 "@wordpress/data": "^4.22.3", … … 3071 3115 "@wordpress/keycodes": "^2.14.0", 3072 3116 "@wordpress/notices": "^2.8.3", 3073 "@wordpress/rich-text": "^3.20. 3",3117 "@wordpress/rich-text": "^3.20.4", 3074 3118 "@wordpress/shortcode": "^2.9.0", 3075 3119 "@wordpress/token-list": "^1.11.0", … … 3102 3146 }, 3103 3147 "@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==", 3107 3151 "requires": { 3108 3152 "@babel/runtime": "^7.9.2", … … 3111 3155 "@wordpress/autop": "^2.9.0", 3112 3156 "@wordpress/blob": "^2.9.0", 3113 "@wordpress/block-editor": "^4.3. 3",3157 "@wordpress/block-editor": "^4.3.4", 3114 3158 "@wordpress/blocks": "^6.20.3", 3115 "@wordpress/components": "^10.0. 3",3159 "@wordpress/components": "^10.0.4", 3116 3160 "@wordpress/compose": "^3.19.3", 3117 3161 "@wordpress/core-data": "^2.20.3", … … 3120 3164 "@wordpress/deprecated": "^2.9.0", 3121 3165 "@wordpress/dom": "^2.13.1", 3122 "@wordpress/editor": "^9.20. 3",3166 "@wordpress/editor": "^9.20.4", 3123 3167 "@wordpress/element": "^2.16.0", 3124 3168 "@wordpress/escape-html": "^1.9.0", … … 3130 3174 "@wordpress/notices": "^2.8.3", 3131 3175 "@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", 3134 3178 "@wordpress/url": "^2.17.0", 3135 3179 "@wordpress/viewport": "^2.21.3", … … 3193 3237 }, 3194 3238 "@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==", 3198 3242 "requires": { 3199 3243 "@babel/runtime": "^7.9.2", … … 3213 3257 "@wordpress/keycodes": "^2.14.0", 3214 3258 "@wordpress/primitives": "^1.7.0", 3215 "@wordpress/rich-text": "^3.20. 3",3259 "@wordpress/rich-text": "^3.20.4", 3216 3260 "@wordpress/warning": "^1.2.0", 3217 3261 "classnames": "^2.2.5", … … 3303 3347 "turbo-combine-reducers": "^1.0.2", 3304 3348 "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 }3312 3349 } 3313 3350 }, … … 3390 3427 }, 3391 3428 "@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==", 3395 3432 "requires": { 3396 3433 "@babel/runtime": "^7.9.2", 3397 3434 "@wordpress/a11y": "^2.11.0", 3398 3435 "@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", 3401 3438 "@wordpress/blocks": "^6.20.3", 3402 "@wordpress/components": "^10.0. 3",3439 "@wordpress/components": "^10.0.4", 3403 3440 "@wordpress/compose": "^3.19.3", 3404 3441 "@wordpress/core-data": "^2.20.3", 3405 3442 "@wordpress/data": "^4.22.3", 3406 3443 "@wordpress/data-controls": "^1.16.3", 3407 "@wordpress/editor": "^9.20. 3",3444 "@wordpress/editor": "^9.20.4", 3408 3445 "@wordpress/element": "^2.16.0", 3409 3446 "@wordpress/hooks": "^2.9.0", 3410 3447 "@wordpress/i18n": "^3.14.0", 3411 3448 "@wordpress/icons": "^2.4.0", 3412 "@wordpress/interface": "^0.7. 3",3449 "@wordpress/interface": "^0.7.4", 3413 3450 "@wordpress/keyboard-shortcuts": "^1.9.3", 3414 3451 "@wordpress/keycodes": "^2.14.0", … … 3428 3465 }, 3429 3466 "@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==", 3433 3470 "requires": { 3434 3471 "@babel/runtime": "^7.9.2", … … 3436 3473 "@wordpress/autop": "^2.9.0", 3437 3474 "@wordpress/blob": "^2.9.0", 3438 "@wordpress/block-editor": "^4.3. 3",3475 "@wordpress/block-editor": "^4.3.4", 3439 3476 "@wordpress/blocks": "^6.20.3", 3440 "@wordpress/components": "^10.0. 3",3477 "@wordpress/components": "^10.0.4", 3441 3478 "@wordpress/compose": "^3.19.3", 3442 3479 "@wordpress/core-data": "^2.20.3", … … 3455 3492 "@wordpress/media-utils": "^1.15.0", 3456 3493 "@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", 3459 3496 "@wordpress/url": "^2.17.0", 3460 3497 "@wordpress/viewport": "^2.21.3", … … 3521 3558 }, 3522 3559 "@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==", 3526 3563 "requires": { 3527 3564 "@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", 3530 3567 "@wordpress/data": "^4.22.3", 3531 3568 "@wordpress/dom": "^2.13.1", … … 3535 3572 "@wordpress/icons": "^2.4.0", 3536 3573 "@wordpress/keycodes": "^2.14.0", 3537 "@wordpress/rich-text": "^3.20. 3",3574 "@wordpress/rich-text": "^3.20.4", 3538 3575 "@wordpress/url": "^2.17.0", 3539 3576 "lodash": "^4.17.15" … … 3580 3617 }, 3581 3618 "@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==", 3585 3622 "requires": { 3586 3623 "@babel/runtime": "^7.9.2", 3587 "@wordpress/components": "^10.0. 3",3624 "@wordpress/components": "^10.0.4", 3588 3625 "@wordpress/data": "^4.22.3", 3589 3626 "@wordpress/element": "^2.16.0", … … 3663 3700 }, 3664 3701 "@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==", 3668 3705 "requires": { 3669 3706 "@babel/runtime": "^7.9.2", 3670 3707 "@wordpress/api-fetch": "^3.18.0", 3671 "@wordpress/components": "^10.0. 3",3708 "@wordpress/components": "^10.0.4", 3672 3709 "@wordpress/compose": "^3.19.3", 3673 3710 "@wordpress/element": "^2.16.0", … … 3707 3744 }, 3708 3745 "@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==", 3712 3749 "requires": { 3713 3750 "@babel/runtime": "^7.9.2", 3714 "@wordpress/components": "^10.0. 3",3751 "@wordpress/components": "^10.0.4", 3715 3752 "@wordpress/compose": "^3.19.3", 3716 3753 "@wordpress/data": "^4.22.3", … … 3849 3886 "lodash": "^4.17.15", 3850 3887 "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 }3858 3888 } 3859 3889 }, 3860 3890 "@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==", 3864 3894 "requires": { 3865 3895 "@babel/runtime": "^7.9.2", … … 4051 4081 }, 4052 4082 "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": "*", 4058 4089 "merge-stream": "^2.0.0", 4059 4090 "supports-color": "^7.0.0" … … 4245 4276 }, 4246 4277 "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==", 4250 4281 "dev": true, 4251 4282 "requires": { 4252 4283 "cacache": "^15.0.5", 4253 4284 "find-cache-dir": "^3.3.1", 4254 "jest-worker": "^26. 1.0",4285 "jest-worker": "^26.2.1", 4255 4286 "p-limit": "^3.0.2", 4256 4287 "schema-utils": "^2.6.6", … … 4270 4301 }, 4271 4302 "@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==", 4275 4306 "requires": { 4276 4307 "@babel/runtime": "^7.9.2", 4277 4308 "@wordpress/api-fetch": "^3.18.0", 4278 "@wordpress/components": "^10.0. 3",4309 "@wordpress/components": "^10.0.4", 4279 4310 "@wordpress/data": "^4.22.3", 4280 4311 "@wordpress/deprecated": "^2.9.0", … … 4358 4389 }, 4359 4390 "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==", 4363 4394 "dev": true 4364 4395 }, … … 4388 4419 }, 4389 4420 "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==", 4393 4424 "dev": true 4394 4425 }, … … 4494 4525 }, 4495 4526 "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==", 4499 4530 "requires": { 4500 4531 "has-symbols": "^1.0.1" … … 4800 4831 }, 4801 4832 "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==", 4805 4836 "dev": true, 4806 4837 "requires": { … … 4879 4910 }, 4880 4911 "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==", 4884 4915 "requires": { 4885 4916 "has-symbols": "^1.0.1" … … 4936 4967 }, 4937 4968 "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==", 4941 4972 "requires": { 4942 4973 "has-symbols": "^1.0.1" … … 4999 5030 }, 5000 5031 "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==", 5004 5035 "dev": true, 5005 5036 "requires": { … … 7387 7418 }, 7388 7419 "caniuse-lite": { 7389 "version": "1.0.300011 07",7390 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300011 07.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==", 7392 7423 "dev": true 7393 7424 }, 7394 7425 "electron-to-chromium": { 7395 "version": "1.3.5 09",7396 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.5 09.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==", 7398 7429 "dev": true 7399 7430 }, … … 7901 7932 }, 7902 7933 "csstype": { 7903 "version": "2.6.1 1",7904 "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.1 1.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==" 7906 7937 }, 7907 7938 "currently-unhandled": { … … 9013 9044 }, 9014 9045 "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==", 9018 9049 "dev": true, 9019 9050 "requires": { … … 9105 9136 }, 9106 9137 "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==", 9110 9141 "dev": true, 9111 9142 "requires": { … … 9208 9239 }, 9209 9240 "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==", 9213 9244 "dev": true, 9214 9245 "requires": { … … 9395 9426 }, 9396 9427 "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==", 9400 9431 "dev": true, 9401 9432 "requires": { … … 9570 9601 }, 9571 9602 "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==", 9575 9606 "dev": true, 9576 9607 "requires": { … … 9674 9705 }, 9675 9706 "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==", 9679 9710 "dev": true, 9680 9711 "requires": { … … 9735 9766 }, 9736 9767 "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==", 9740 9771 "dev": true, 9741 9772 "requires": { … … 11440 11471 }, 11441 11472 "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==", 11445 11476 "requires": { 11446 11477 "has-symbols": "^1.0.1" … … 13812 13843 }, 13813 13844 "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==", 13817 13848 "dev": true, 13818 13849 "requires": { … … 14032 14063 }, 14033 14064 "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==", 14037 14068 "dev": true, 14038 14069 "optional": true … … 14182 14213 "dev": true, 14183 14214 "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==" 14184 14220 }, 14185 14221 "is-regex": { … … 14729 14765 }, 14730 14766 "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==", 14734 14770 "dev": true, 14735 14771 "requires": { … … 17345 17381 }, 17346 17382 "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==", 17350 17386 "dev": true, 17351 17387 "requires": { … … 18300 18336 }, 18301 18337 "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==", 18305 18341 "requires": { 18306 18342 "has-symbols": "^1.0.1" … … 18364 18400 }, 18365 18401 "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==", 18369 18405 "dev": true, 18370 18406 "requires": { … … 21035 21071 }, 21036 21072 "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==", 21040 21076 "dev": true, 21041 21077 "requires": { … … 22215 22251 }, 22216 22252 "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==", 22220 22256 "dev": true, 22221 22257 "requires": { … … 23067 23103 }, 23068 23104 "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==", 23072 23108 "dev": true, 23073 23109 "requires": { … … 23131 23167 }, 23132 23168 "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==", 23136 23172 "dev": true, 23137 23173 "requires": { … … 23189 23225 }, 23190 23226 "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==", 23194 23230 "requires": { 23195 23231 "has-symbols": "^1.0.1" … … 23266 23302 }, 23267 23303 "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==", 23271 23307 "requires": { 23272 23308 "has-symbols": "^1.0.1" … … 23453 23489 }, 23454 23490 "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==", 23458 23494 "dev": true, 23459 23495 "requires": { 23460 23496 "browserslist": "^4.12.0", 23461 "caniuse-lite": "^1.0.30001 097",23462 "colorette": "^1.2. 0",23497 "caniuse-lite": "^1.0.30001109", 23498 "colorette": "^1.2.1", 23463 23499 "normalize-range": "^0.1.2", 23464 23500 "num2fraction": "^1.2.2", … … 23495 23531 }, 23496 23532 "caniuse-lite": { 23497 "version": "1.0.300011 07",23498 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300011 07.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==", 23500 23536 "dev": true 23501 23537 }, … … 23523 23559 }, 23524 23560 "electron-to-chromium": { 23525 "version": "1.3.5 09",23526 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.5 09.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==", 23528 23564 "dev": true 23529 23565 }, -
trunk/package.json
r48705 r48719 82 82 "@babel/polyfill": "7.10.1", 83 83 "@wordpress/a11y": "2.11.0", 84 "@wordpress/annotations": "1.20. 3",84 "@wordpress/annotations": "1.20.4", 85 85 "@wordpress/api-fetch": "3.18.0", 86 86 "@wordpress/autop": "2.9.0", 87 87 "@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", 91 91 "@wordpress/block-serialization-default-parser": "3.7.0", 92 92 "@wordpress/blocks": "6.20.3", 93 "@wordpress/components": "10.0. 3",93 "@wordpress/components": "10.0.4", 94 94 "@wordpress/compose": "3.19.3", 95 95 "@wordpress/core-data": "2.20.3", … … 100 100 "@wordpress/dom": "2.13.1", 101 101 "@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", 104 104 "@wordpress/element": "2.16.0", 105 105 "@wordpress/escape-html": "1.9.0", 106 "@wordpress/format-library": "1.22. 3",106 "@wordpress/format-library": "1.22.4", 107 107 "@wordpress/hooks": "2.9.0", 108 108 "@wordpress/html-entities": "2.8.0", … … 112 112 "@wordpress/keyboard-shortcuts": "1.9.3", 113 113 "@wordpress/keycodes": "2.14.0", 114 "@wordpress/list-reusable-blocks": "1.21. 3",114 "@wordpress/list-reusable-blocks": "1.21.4", 115 115 "@wordpress/media-utils": "1.15.0", 116 116 "@wordpress/notices": "2.8.3", 117 "@wordpress/nux": "3.20. 3",117 "@wordpress/nux": "3.20.4", 118 118 "@wordpress/plugins": "2.20.3", 119 119 "@wordpress/primitives": "1.7.0", 120 120 "@wordpress/priority-queue": "1.7.0", 121 121 "@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", 124 124 "@wordpress/shortcode": "2.9.0", 125 125 "@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.