|
|
|
@ -9,37 +9,28 @@ |
|
|
|
dependencies: |
|
|
|
"@babel/highlight" "^7.8.3" |
|
|
|
|
|
|
|
"@babel/compat-data@^7.8.6": |
|
|
|
version "7.8.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35" |
|
|
|
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q== |
|
|
|
"@babel/compat-data@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" |
|
|
|
integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g== |
|
|
|
dependencies: |
|
|
|
browserslist "^4.8.5" |
|
|
|
browserslist "^4.11.1" |
|
|
|
invariant "^2.2.4" |
|
|
|
semver "^5.5.0" |
|
|
|
|
|
|
|
"@babel/compat-data@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
|
|
|
integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== |
|
|
|
dependencies: |
|
|
|
browserslist "^4.9.1" |
|
|
|
invariant "^2.2.4" |
|
|
|
semver "^5.5.0" |
|
|
|
|
|
|
|
"@babel/core@7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
|
|
|
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
|
|
|
"@babel/core@7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
|
|
|
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
|
|
|
dependencies: |
|
|
|
"@babel/code-frame" "^7.8.3" |
|
|
|
"@babel/generator" "^7.9.0" |
|
|
|
"@babel/generator" "^7.9.6" |
|
|
|
"@babel/helper-module-transforms" "^7.9.0" |
|
|
|
"@babel/helpers" "^7.9.0" |
|
|
|
"@babel/parser" "^7.9.0" |
|
|
|
"@babel/helpers" "^7.9.6" |
|
|
|
"@babel/parser" "^7.9.6" |
|
|
|
"@babel/template" "^7.8.6" |
|
|
|
"@babel/traverse" "^7.9.0" |
|
|
|
"@babel/types" "^7.9.0" |
|
|
|
"@babel/traverse" "^7.9.6" |
|
|
|
"@babel/types" "^7.9.6" |
|
|
|
convert-source-map "^1.7.0" |
|
|
|
debug "^4.1.0" |
|
|
|
gensync "^1.0.0-beta.1" |
|
|
|
@ -90,12 +81,12 @@ |
|
|
|
lodash "^4.17.13" |
|
|
|
source-map "^0.5.0" |
|
|
|
|
|
|
|
"@babel/generator@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.0.tgz#0f67adea4ec39dad6e63345f70eec33014d78c89" |
|
|
|
integrity sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw== |
|
|
|
"@babel/generator@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
|
|
|
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
|
|
|
dependencies: |
|
|
|
"@babel/types" "^7.9.0" |
|
|
|
"@babel/types" "^7.9.6" |
|
|
|
jsesc "^2.5.1" |
|
|
|
lodash "^4.17.13" |
|
|
|
source-map "^0.5.0" |
|
|
|
@ -115,13 +106,13 @@ |
|
|
|
"@babel/helper-explode-assignable-expression" "^7.8.3" |
|
|
|
"@babel/types" "^7.8.3" |
|
|
|
|
|
|
|
"@babel/helper-compilation-targets@^7.8.7": |
|
|
|
version "7.8.7" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
|
|
|
integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== |
|
|
|
"@babel/helper-compilation-targets@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a" |
|
|
|
integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw== |
|
|
|
dependencies: |
|
|
|
"@babel/compat-data" "^7.8.6" |
|
|
|
browserslist "^4.9.1" |
|
|
|
"@babel/compat-data" "^7.9.6" |
|
|
|
browserslist "^4.11.1" |
|
|
|
invariant "^2.2.4" |
|
|
|
levenary "^1.1.1" |
|
|
|
semver "^5.5.0" |
|
|
|
@ -325,14 +316,14 @@ |
|
|
|
"@babel/traverse" "^7.8.4" |
|
|
|
"@babel/types" "^7.8.3" |
|
|
|
|
|
|
|
"@babel/helpers@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.0.tgz#ab2c1bc4821af766cab51d4868a5038874ea5a12" |
|
|
|
integrity sha512-/9GvfYTCG1NWCNwDj9e+XlnSCmWW/r9T794Xi58vPF9WCcnZCAZ0kWLSn54oqP40SUvh1T2G6VwKmFO5AOlW3A== |
|
|
|
"@babel/helpers@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
|
|
|
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
|
|
|
dependencies: |
|
|
|
"@babel/template" "^7.8.3" |
|
|
|
"@babel/traverse" "^7.9.0" |
|
|
|
"@babel/types" "^7.9.0" |
|
|
|
"@babel/traverse" "^7.9.6" |
|
|
|
"@babel/types" "^7.9.6" |
|
|
|
|
|
|
|
"@babel/highlight@^7.8.3": |
|
|
|
version "7.8.3" |
|
|
|
@ -353,10 +344,10 @@ |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c" |
|
|
|
integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g== |
|
|
|
|
|
|
|
"@babel/parser@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.0.tgz#f821b32313f07ee570976d3f6238e8d2d66e0a8e" |
|
|
|
integrity sha512-Iwyp00CZsypoNJcpXCbq3G4tcDgphtlMwMVrMhhZ//XBkqjXF7LW6V511yk0+pBX3ZwwGnPea+pTKNJiqA7pUg== |
|
|
|
"@babel/parser@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
|
|
|
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
|
|
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions@^7.8.3": |
|
|
|
version "7.8.3" |
|
|
|
@ -399,10 +390,10 @@ |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
"@babel/plugin-syntax-numeric-separator" "^7.8.3" |
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
|
|
|
version "7.9.5" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
|
|
|
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63" |
|
|
|
integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== |
|
|
|
dependencies: |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
|
|
@ -642,34 +633,34 @@ |
|
|
|
dependencies: |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-amd@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4" |
|
|
|
integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== |
|
|
|
"@babel/plugin-transform-modules-amd@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e" |
|
|
|
integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw== |
|
|
|
dependencies: |
|
|
|
"@babel/helper-module-transforms" "^7.9.0" |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
babel-plugin-dynamic-import-node "^2.3.0" |
|
|
|
babel-plugin-dynamic-import-node "^2.3.3" |
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940" |
|
|
|
integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== |
|
|
|
"@babel/plugin-transform-modules-commonjs@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277" |
|
|
|
integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== |
|
|
|
dependencies: |
|
|
|
"@babel/helper-module-transforms" "^7.9.0" |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
"@babel/helper-simple-access" "^7.8.3" |
|
|
|
babel-plugin-dynamic-import-node "^2.3.0" |
|
|
|
babel-plugin-dynamic-import-node "^2.3.3" |
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90" |
|
|
|
integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== |
|
|
|
"@babel/plugin-transform-modules-systemjs@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4" |
|
|
|
integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg== |
|
|
|
dependencies: |
|
|
|
"@babel/helper-hoist-variables" "^7.8.3" |
|
|
|
"@babel/helper-module-transforms" "^7.9.0" |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
babel-plugin-dynamic-import-node "^2.3.0" |
|
|
|
babel-plugin-dynamic-import-node "^2.3.3" |
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-umd@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
@ -784,13 +775,13 @@ |
|
|
|
"@babel/helper-create-regexp-features-plugin" "^7.8.3" |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
|
|
|
|
"@babel/preset-env@7.9.5": |
|
|
|
version "7.9.5" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
|
|
|
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
|
|
|
"@babel/preset-env@7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6" |
|
|
|
integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== |
|
|
|
dependencies: |
|
|
|
"@babel/compat-data" "^7.9.0" |
|
|
|
"@babel/helper-compilation-targets" "^7.8.7" |
|
|
|
"@babel/compat-data" "^7.9.6" |
|
|
|
"@babel/helper-compilation-targets" "^7.9.6" |
|
|
|
"@babel/helper-module-imports" "^7.8.3" |
|
|
|
"@babel/helper-plugin-utils" "^7.8.3" |
|
|
|
"@babel/plugin-proposal-async-generator-functions" "^7.8.3" |
|
|
|
@ -798,7 +789,7 @@ |
|
|
|
"@babel/plugin-proposal-json-strings" "^7.8.3" |
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
|
|
|
"@babel/plugin-proposal-numeric-separator" "^7.8.3" |
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.9.6" |
|
|
|
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3" |
|
|
|
"@babel/plugin-proposal-optional-chaining" "^7.9.0" |
|
|
|
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3" |
|
|
|
@ -825,9 +816,9 @@ |
|
|
|
"@babel/plugin-transform-function-name" "^7.8.3" |
|
|
|
"@babel/plugin-transform-literals" "^7.8.3" |
|
|
|
"@babel/plugin-transform-member-expression-literals" "^7.8.3" |
|
|
|
"@babel/plugin-transform-modules-amd" "^7.9.0" |
|
|
|
"@babel/plugin-transform-modules-commonjs" "^7.9.0" |
|
|
|
"@babel/plugin-transform-modules-systemjs" "^7.9.0" |
|
|
|
"@babel/plugin-transform-modules-amd" "^7.9.6" |
|
|
|
"@babel/plugin-transform-modules-commonjs" "^7.9.6" |
|
|
|
"@babel/plugin-transform-modules-systemjs" "^7.9.6" |
|
|
|
"@babel/plugin-transform-modules-umd" "^7.9.0" |
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" |
|
|
|
"@babel/plugin-transform-new-target" "^7.8.3" |
|
|
|
@ -843,8 +834,8 @@ |
|
|
|
"@babel/plugin-transform-typeof-symbol" "^7.8.4" |
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.8.3" |
|
|
|
"@babel/preset-modules" "^0.1.3" |
|
|
|
"@babel/types" "^7.9.5" |
|
|
|
browserslist "^4.9.1" |
|
|
|
"@babel/types" "^7.9.6" |
|
|
|
browserslist "^4.11.1" |
|
|
|
core-js-compat "^3.6.2" |
|
|
|
invariant "^2.2.2" |
|
|
|
levenary "^1.1.1" |
|
|
|
@ -931,17 +922,17 @@ |
|
|
|
globals "^11.1.0" |
|
|
|
lodash "^4.17.13" |
|
|
|
|
|
|
|
"@babel/traverse@^7.9.0": |
|
|
|
version "7.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
|
|
|
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w== |
|
|
|
"@babel/traverse@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
|
|
|
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
|
|
|
dependencies: |
|
|
|
"@babel/code-frame" "^7.8.3" |
|
|
|
"@babel/generator" "^7.9.0" |
|
|
|
"@babel/helper-function-name" "^7.8.3" |
|
|
|
"@babel/generator" "^7.9.6" |
|
|
|
"@babel/helper-function-name" "^7.9.5" |
|
|
|
"@babel/helper-split-export-declaration" "^7.8.3" |
|
|
|
"@babel/parser" "^7.9.0" |
|
|
|
"@babel/types" "^7.9.0" |
|
|
|
"@babel/parser" "^7.9.6" |
|
|
|
"@babel/types" "^7.9.6" |
|
|
|
debug "^4.1.0" |
|
|
|
globals "^11.1.0" |
|
|
|
lodash "^4.17.13" |
|
|
|
@ -982,6 +973,15 @@ |
|
|
|
lodash "^4.17.13" |
|
|
|
to-fast-properties "^2.0.0" |
|
|
|
|
|
|
|
"@babel/types@^7.9.6": |
|
|
|
version "7.9.6" |
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
|
|
|
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
|
|
|
dependencies: |
|
|
|
"@babel/helper-validator-identifier" "^7.9.5" |
|
|
|
lodash "^4.17.13" |
|
|
|
to-fast-properties "^2.0.0" |
|
|
|
|
|
|
|
"@bcoe/v8-coverage@^0.2.3": |
|
|
|
version "0.2.3" |
|
|
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
|
|
@ -2171,10 +2171,10 @@ babel-jest@25.5.1, babel-jest@^25.5.1: |
|
|
|
graceful-fs "^4.2.4" |
|
|
|
slash "^3.0.0" |
|
|
|
|
|
|
|
babel-plugin-dynamic-import-node@^2.3.0: |
|
|
|
version "2.3.0" |
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f" |
|
|
|
integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== |
|
|
|
babel-plugin-dynamic-import-node@^2.3.3: |
|
|
|
version "2.3.3" |
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" |
|
|
|
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== |
|
|
|
dependencies: |
|
|
|
object.assign "^4.1.0" |
|
|
|
|
|
|
|
@ -2350,7 +2350,17 @@ browser-resolve@^1.11.3: |
|
|
|
dependencies: |
|
|
|
resolve "1.1.7" |
|
|
|
|
|
|
|
browserslist@^4.8.3, browserslist@^4.8.5: |
|
|
|
browserslist@^4.11.1: |
|
|
|
version "4.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d" |
|
|
|
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== |
|
|
|
dependencies: |
|
|
|
caniuse-lite "^1.0.30001043" |
|
|
|
electron-to-chromium "^1.3.413" |
|
|
|
node-releases "^1.1.53" |
|
|
|
pkg-up "^2.0.0" |
|
|
|
|
|
|
|
browserslist@^4.8.3: |
|
|
|
version "4.8.6" |
|
|
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.6.tgz#96406f3f5f0755d272e27a66f4163ca821590a7e" |
|
|
|
integrity sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg== |
|
|
|
@ -2359,15 +2369,6 @@ browserslist@^4.8.3, browserslist@^4.8.5: |
|
|
|
electron-to-chromium "^1.3.341" |
|
|
|
node-releases "^1.1.47" |
|
|
|
|
|
|
|
browserslist@^4.9.1: |
|
|
|
version "4.9.1" |
|
|
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.9.1.tgz#01ffb9ca31a1aef7678128fc6a2253316aa7287c" |
|
|
|
integrity sha512-Q0DnKq20End3raFulq6Vfp1ecB9fh8yUNV55s8sekaDDeqBaCtWlRHCUdaWyUeSSBJM7IbM6HcsyaeYqgeDhnw== |
|
|
|
dependencies: |
|
|
|
caniuse-lite "^1.0.30001030" |
|
|
|
electron-to-chromium "^1.3.363" |
|
|
|
node-releases "^1.1.50" |
|
|
|
|
|
|
|
bs-logger@0.x: |
|
|
|
version "0.2.6" |
|
|
|
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" |
|
|
|
@ -2490,10 +2491,10 @@ caniuse-lite@^1.0.30001023: |
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz#30336a8aca7f98618eb3cf38e35184e13d4e5fe6" |
|
|
|
integrity sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ== |
|
|
|
|
|
|
|
caniuse-lite@^1.0.30001030: |
|
|
|
version "1.0.30001031" |
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001031.tgz#76f1bdd39e19567b855302f65102d9a8aaad5930" |
|
|
|
integrity sha512-DpAP5a1NGRLgYfaNCaXIRyGARi+3tJA2quZXNNA1Du26VyVkqvy2tznNu5ANyN1Y5aX44QDotZSVSUSi2uMGjg== |
|
|
|
caniuse-lite@^1.0.30001043: |
|
|
|
version "1.0.30001048" |
|
|
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001048.tgz#4bb4f1bc2eb304e5e1154da80b93dee3f1cf447e" |
|
|
|
integrity sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg== |
|
|
|
|
|
|
|
capture-exit@^2.0.0: |
|
|
|
version "2.0.0" |
|
|
|
@ -3372,10 +3373,10 @@ electron-to-chromium@^1.3.341: |
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz#2569d0d54a64ef0f32a4b7e8c80afa5fe57c5d98" |
|
|
|
integrity sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg== |
|
|
|
|
|
|
|
electron-to-chromium@^1.3.363: |
|
|
|
version "1.3.368" |
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.368.tgz#d7597e04339f7ca70762031ec473d38eb2df6acb" |
|
|
|
integrity sha512-fqzDipW3p+uDkHUHFPrdW3wINRKcJsbnJwBD7hgaQEQwcuLSvNLw6SeUp5gKDpTbmTl7zri7IZfhsdTUTnygJg== |
|
|
|
electron-to-chromium@^1.3.413: |
|
|
|
version "1.3.423" |
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.423.tgz#1dcc9e54d642dd9b354c6609848abf8ba7b2570f" |
|
|
|
integrity sha512-jXdnLcawJ/EMdN+j77TC3YyeAWiIjo1U63DFCKrjtLv4cu8ToyoF4HYXtFvkVVHhEtIl7lU1uDd307Xj1/YDjw== |
|
|
|
|
|
|
|
"emoji-regex@>=6.0.0 <=6.1.1": |
|
|
|
version "6.1.1" |
|
|
|
@ -6754,12 +6755,10 @@ node-releases@^1.1.47: |
|
|
|
dependencies: |
|
|
|
semver "^6.3.0" |
|
|
|
|
|
|
|
node-releases@^1.1.50: |
|
|
|
version "1.1.50" |
|
|
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.50.tgz#803c40d2c45db172d0410e4efec83aa8c6ad0592" |
|
|
|
integrity sha512-lgAmPv9eYZ0bGwUYAKlr8MG6K4CvWliWqnkcT2P8mMAgVrH3lqfBPorFlxiG1pHQnqmavJZ9vbMXUTNyMLbrgQ== |
|
|
|
dependencies: |
|
|
|
semver "^6.3.0" |
|
|
|
node-releases@^1.1.53: |
|
|
|
version "1.1.53" |
|
|
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4" |
|
|
|
integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ== |
|
|
|
|
|
|
|
nopt@^4.0.1, nopt@~4.0.1: |
|
|
|
version "4.0.1" |
|
|
|
@ -7586,6 +7585,13 @@ pkg-dir@^4.2.0: |
|
|
|
dependencies: |
|
|
|
find-up "^4.0.0" |
|
|
|
|
|
|
|
pkg-up@^2.0.0: |
|
|
|
version "2.0.0" |
|
|
|
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f" |
|
|
|
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8= |
|
|
|
dependencies: |
|
|
|
find-up "^2.1.0" |
|
|
|
|
|
|
|
please-upgrade-node@^3.2.0: |
|
|
|
version "3.2.0" |
|
|
|
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" |
|
|
|
|