|
974 | 974 | "@babel/helper-plugin-utils" "^7.10.4"
|
975 | 975 |
|
976 | 976 | "@babel/preset-env@^7.10.2", "@babel/preset-env@^7.4.5":
|
977 |
| - version "7.11.0" |
978 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
979 |
| - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
| 977 | + version "7.11.5" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
| 979 | + integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
980 | 980 | dependencies:
|
981 | 981 | "@babel/compat-data" "^7.11.0"
|
982 | 982 | "@babel/helper-compilation-targets" "^7.10.4"
|
|
1040 | 1040 | "@babel/plugin-transform-unicode-escapes" "^7.10.4"
|
1041 | 1041 | "@babel/plugin-transform-unicode-regex" "^7.10.4"
|
1042 | 1042 | "@babel/preset-modules" "^0.1.3"
|
1043 |
| - "@babel/types" "^7.11.0" |
| 1043 | + "@babel/types" "^7.11.5" |
1044 | 1044 | browserslist "^4.12.0"
|
1045 | 1045 | core-js-compat "^3.6.2"
|
1046 | 1046 | invariant "^2.2.2"
|
|
1177 | 1177 | globals "^11.1.0"
|
1178 | 1178 | lodash "^4.17.13"
|
1179 | 1179 |
|
1180 |
| -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.7.4": |
1181 |
| - version "7.7.4" |
1182 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
1183 |
| - integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
1184 |
| - dependencies: |
1185 |
| - esutils "^2.0.2" |
1186 |
| - lodash "^4.17.13" |
1187 |
| - to-fast-properties "^2.0.0" |
1188 |
| - |
1189 |
| -"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.3": |
1190 |
| - version "7.11.0" |
1191 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
1192 |
| - integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 1180 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.7.0", "@babel/types@^7.7.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7": |
| 1181 | + version "7.11.5" |
| 1182 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
| 1183 | + integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
1193 | 1184 | dependencies:
|
1194 | 1185 | "@babel/helper-validator-identifier" "^7.10.4"
|
1195 | 1186 | lodash "^4.17.19"
|
1196 | 1187 | to-fast-properties "^2.0.0"
|
1197 | 1188 |
|
1198 |
| -"@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7": |
1199 |
| - version "7.8.7" |
1200 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
1201 |
| - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
1202 |
| - dependencies: |
1203 |
| - esutils "^2.0.2" |
1204 |
| - lodash "^4.17.13" |
1205 |
| - to-fast-properties "^2.0.0" |
1206 |
| - |
1207 | 1189 | "@bcoe/v8-coverage@^0.2.3":
|
1208 | 1190 | version "0.2.3"
|
1209 | 1191 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -2069,16 +2051,7 @@ browser-process-hrtime@^1.0.0:
|
2069 | 2051 | resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
2070 | 2052 | integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
2071 | 2053 |
|
2072 |
| -browserslist@^4.0.0: |
2073 |
| - version "4.8.2" |
2074 |
| - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289" |
2075 |
| - integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA== |
2076 |
| - dependencies: |
2077 |
| - caniuse-lite "^1.0.30001015" |
2078 |
| - electron-to-chromium "^1.3.322" |
2079 |
| - node-releases "^1.1.42" |
2080 |
| - |
2081 |
| -browserslist@^4.12.0, browserslist@^4.8.5: |
| 2054 | +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5: |
2082 | 2055 | version "4.14.0"
|
2083 | 2056 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.0.tgz#2908951abfe4ec98737b72f34c3bcedc8d43b000"
|
2084 | 2057 | integrity sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ==
|
@@ -2169,11 +2142,6 @@ caniuse-lite@^1.0.0:
|
2169 | 2142 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000974.tgz#b7afe14ee004e97ce6dc73e3f878290a12928ad8"
|
2170 | 2143 | integrity sha512-xc3rkNS/Zc3CmpMKuczWEdY2sZgx09BkAxfvkxlAEBTqcMHeL8QnPqhKse+5sRTi3nrw2pJwToD2WvKn1Uhvww==
|
2171 | 2144 |
|
2172 |
| -caniuse-lite@^1.0.30001015: |
2173 |
| - version "1.0.30001016" |
2174 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001016.tgz#16ea48d7d6e8caf3cad3295c2d746fe38c4e7f66" |
2175 |
| - integrity sha512-yYQ2QfotceRiH4U+h1Us86WJXtVHDmy3nEKIdYPsZCYnOV5/tMgGbmoIlrMzmh2VXlproqYtVaKeGDBkMZifFA== |
2176 |
| - |
2177 | 2145 | caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111:
|
2178 | 2146 | version "1.0.30001120"
|
2179 | 2147 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001120.tgz#cd21d35e537214e19f7b9f4f161f7b0f2710d46c"
|
@@ -2793,11 +2761,6 @@ ecc-jsbn@~0.1.1:
|
2793 | 2761 | jsbn "~0.1.0"
|
2794 | 2762 | safer-buffer "^2.1.0"
|
2795 | 2763 |
|
2796 |
| -electron-to-chromium@^1.3.322: |
2797 |
| - version "1.3.322" |
2798 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8" |
2799 |
| - integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA== |
2800 |
| - |
2801 | 2764 | electron-to-chromium@^1.3.523:
|
2802 | 2765 | version "1.3.555"
|
2803 | 2766 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.555.tgz#a096716ff77cf8da9a608eb628fd6927869503d2"
|
@@ -4905,13 +4868,6 @@ node-notifier@^8.0.0:
|
4905 | 4868 | uuid "^8.3.0"
|
4906 | 4869 | which "^2.0.2"
|
4907 | 4870 |
|
4908 |
| -node-releases@^1.1.42: |
4909 |
| - version "1.1.43" |
4910 |
| - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.43.tgz#2c6ca237f88ce11d49631f11190bb01f8d0549f2" |
4911 |
| - integrity sha512-Rmfnj52WNhvr83MvuAWHEqXVoZXCcDQssSOffU4n4XOL9sPrP61mSZ88g25NqmABDvH7PiAlFCzoSCSdzA293w== |
4912 |
| - dependencies: |
4913 |
| - semver "^6.3.0" |
4914 |
| - |
4915 | 4871 | node-releases@^1.1.60:
|
4916 | 4872 | version "1.1.60"
|
4917 | 4873 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084"
|
|
0 commit comments