|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.14.5" |
18 | 18 |
|
19 | | -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9": |
| 19 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9": |
20 | 20 | version "7.14.9" |
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" |
22 | 22 | integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== |
23 | 23 |
|
| 24 | +"@babel/compat-data@^7.15.0": |
| 25 | + version "7.15.0" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 27 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
| 28 | + |
24 | 29 | "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
25 | | - version "7.14.8" |
26 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
27 | | - integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
| 30 | + version "7.15.0" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 32 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
28 | 33 | dependencies: |
29 | 34 | "@babel/code-frame" "^7.14.5" |
30 | | - "@babel/generator" "^7.14.8" |
31 | | - "@babel/helper-compilation-targets" "^7.14.5" |
32 | | - "@babel/helper-module-transforms" "^7.14.8" |
| 35 | + "@babel/generator" "^7.15.0" |
| 36 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 37 | + "@babel/helper-module-transforms" "^7.15.0" |
33 | 38 | "@babel/helpers" "^7.14.8" |
34 | | - "@babel/parser" "^7.14.8" |
| 39 | + "@babel/parser" "^7.15.0" |
35 | 40 | "@babel/template" "^7.14.5" |
36 | | - "@babel/traverse" "^7.14.8" |
37 | | - "@babel/types" "^7.14.8" |
| 41 | + "@babel/traverse" "^7.15.0" |
| 42 | + "@babel/types" "^7.15.0" |
38 | 43 | convert-source-map "^1.7.0" |
39 | 44 | debug "^4.1.0" |
40 | 45 | gensync "^1.0.0-beta.2" |
|
51 | 56 | eslint-visitor-keys "^2.1.0" |
52 | 57 | semver "^6.3.0" |
53 | 58 |
|
54 | | -"@babel/generator@^7.14.8", "@babel/generator@^7.7.2": |
55 | | - version "7.14.8" |
56 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
57 | | - integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 59 | +"@babel/generator@^7.15.0", "@babel/generator@^7.7.2": |
| 60 | + version "7.15.0" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 62 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
58 | 63 | dependencies: |
59 | | - "@babel/types" "^7.14.8" |
| 64 | + "@babel/types" "^7.15.0" |
60 | 65 | jsesc "^2.5.1" |
61 | 66 | source-map "^0.5.0" |
62 | 67 |
|
|
75 | 80 | "@babel/helper-explode-assignable-expression" "^7.14.5" |
76 | 81 | "@babel/types" "^7.14.5" |
77 | 82 |
|
78 | | -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": |
79 | | - version "7.14.5" |
80 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" |
81 | | - integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== |
| 83 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0": |
| 84 | + version "7.15.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 86 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
82 | 87 | dependencies: |
83 | | - "@babel/compat-data" "^7.14.5" |
| 88 | + "@babel/compat-data" "^7.15.0" |
84 | 89 | "@babel/helper-validator-option" "^7.14.5" |
85 | 90 | browserslist "^4.16.6" |
86 | 91 | semver "^6.3.0" |
|
168 | 173 | dependencies: |
169 | 174 | "@babel/types" "^7.14.5" |
170 | 175 |
|
| 176 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 177 | + version "7.15.0" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 179 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 180 | + dependencies: |
| 181 | + "@babel/types" "^7.15.0" |
| 182 | + |
171 | 183 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": |
172 | 184 | version "7.14.5" |
173 | 185 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" |
174 | 186 | integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== |
175 | 187 | dependencies: |
176 | 188 | "@babel/types" "^7.14.5" |
177 | 189 |
|
178 | | -"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": |
179 | | - version "7.14.8" |
180 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
181 | | - integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 190 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": |
| 191 | + version "7.15.0" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 193 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
182 | 194 | dependencies: |
183 | 195 | "@babel/helper-module-imports" "^7.14.5" |
184 | | - "@babel/helper-replace-supers" "^7.14.5" |
| 196 | + "@babel/helper-replace-supers" "^7.15.0" |
185 | 197 | "@babel/helper-simple-access" "^7.14.8" |
186 | 198 | "@babel/helper-split-export-declaration" "^7.14.5" |
187 | | - "@babel/helper-validator-identifier" "^7.14.8" |
| 199 | + "@babel/helper-validator-identifier" "^7.14.9" |
188 | 200 | "@babel/template" "^7.14.5" |
189 | | - "@babel/traverse" "^7.14.8" |
190 | | - "@babel/types" "^7.14.8" |
| 201 | + "@babel/traverse" "^7.15.0" |
| 202 | + "@babel/types" "^7.15.0" |
191 | 203 |
|
192 | 204 | "@babel/helper-optimise-call-expression@^7.14.5": |
193 | 205 | version "7.14.5" |
|
220 | 232 | "@babel/traverse" "^7.14.5" |
221 | 233 | "@babel/types" "^7.14.5" |
222 | 234 |
|
| 235 | +"@babel/helper-replace-supers@^7.15.0": |
| 236 | + version "7.15.0" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 238 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 239 | + dependencies: |
| 240 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 241 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 242 | + "@babel/traverse" "^7.15.0" |
| 243 | + "@babel/types" "^7.15.0" |
| 244 | + |
223 | 245 | "@babel/helper-simple-access@^7.14.5": |
224 | 246 | version "7.14.5" |
225 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" |
|
253 | 275 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
254 | 276 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
255 | 277 |
|
256 | | -"@babel/helper-validator-identifier@^7.14.8": |
257 | | - version "7.14.8" |
258 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
259 | | - integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
260 | | - |
261 | 278 | "@babel/helper-validator-identifier@^7.14.9": |
262 | 279 | version "7.14.9" |
263 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
|
296 | 313 | chalk "^2.0.0" |
297 | 314 | js-tokens "^4.0.0" |
298 | 315 |
|
299 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.7.2": |
300 | | - version "7.14.8" |
301 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
302 | | - integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
| 316 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.2": |
| 317 | + version "7.15.0" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 319 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
303 | 320 |
|
304 | 321 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": |
305 | 322 | version "7.14.5" |
|
1015 | 1032 | "@babel/parser" "^7.14.5" |
1016 | 1033 | "@babel/types" "^7.14.5" |
1017 | 1034 |
|
1018 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.7.2": |
1019 | | - version "7.14.8" |
1020 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
1021 | | - integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 1035 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.2": |
| 1036 | + version "7.15.0" |
| 1037 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 1038 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
1022 | 1039 | dependencies: |
1023 | 1040 | "@babel/code-frame" "^7.14.5" |
1024 | | - "@babel/generator" "^7.14.8" |
| 1041 | + "@babel/generator" "^7.15.0" |
1025 | 1042 | "@babel/helper-function-name" "^7.14.5" |
1026 | 1043 | "@babel/helper-hoist-variables" "^7.14.5" |
1027 | 1044 | "@babel/helper-split-export-declaration" "^7.14.5" |
1028 | | - "@babel/parser" "^7.14.8" |
1029 | | - "@babel/types" "^7.14.8" |
| 1045 | + "@babel/parser" "^7.15.0" |
| 1046 | + "@babel/types" "^7.15.0" |
1030 | 1047 | debug "^4.1.0" |
1031 | 1048 | globals "^11.1.0" |
1032 | 1049 |
|
1033 | | -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1034 | | - version "7.14.9" |
1035 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d" |
1036 | | - integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow== |
| 1050 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1051 | + version "7.15.0" |
| 1052 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 1053 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
1037 | 1054 | dependencies: |
1038 | 1055 | "@babel/helper-validator-identifier" "^7.14.9" |
1039 | 1056 | to-fast-properties "^2.0.0" |
|
0 commit comments