|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.14.5"
|
18 | 18 |
|
19 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.5": |
20 |
| - version "7.14.5" |
21 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea" |
22 |
| - integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w== |
| 19 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.15.0": |
| 20 | + version "7.15.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 22 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
23 | 23 |
|
24 |
| -"@babel/core@7.14.8", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@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== |
| 24 | +"@babel/core@7.15.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.7.5": |
| 25 | + version "7.15.0" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 27 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
28 | 28 | dependencies:
|
29 | 29 | "@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" |
| 30 | + "@babel/generator" "^7.15.0" |
| 31 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 32 | + "@babel/helper-module-transforms" "^7.15.0" |
33 | 33 | "@babel/helpers" "^7.14.8"
|
34 |
| - "@babel/parser" "^7.14.8" |
| 34 | + "@babel/parser" "^7.15.0" |
35 | 35 | "@babel/template" "^7.14.5"
|
36 |
| - "@babel/traverse" "^7.14.8" |
37 |
| - "@babel/types" "^7.14.8" |
| 36 | + "@babel/traverse" "^7.15.0" |
| 37 | + "@babel/types" "^7.15.0" |
38 | 38 | convert-source-map "^1.7.0"
|
39 | 39 | debug "^4.1.0"
|
40 | 40 | gensync "^1.0.0-beta.2"
|
|
51 | 51 | eslint-visitor-keys "^1.3.0"
|
52 | 52 | semver "^6.3.0"
|
53 | 53 |
|
54 |
| -"@babel/generator@^7.14.8", "@babel/generator@^7.4.0": |
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== |
| 54 | +"@babel/generator@^7.15.0", "@babel/generator@^7.4.0": |
| 55 | + version "7.15.0" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 57 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
58 | 58 | dependencies:
|
59 |
| - "@babel/types" "^7.14.8" |
| 59 | + "@babel/types" "^7.15.0" |
60 | 60 | jsesc "^2.5.1"
|
61 | 61 | source-map "^0.5.0"
|
62 | 62 |
|
|
75 | 75 | "@babel/helper-explode-assignable-expression" "^7.12.13"
|
76 | 76 | "@babel/types" "^7.12.13"
|
77 | 77 |
|
78 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8", "@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== |
| 78 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8", "@babel/helper-compilation-targets@^7.15.0": |
| 79 | + version "7.15.0" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 81 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
82 | 82 | dependencies:
|
83 |
| - "@babel/compat-data" "^7.14.5" |
| 83 | + "@babel/compat-data" "^7.15.0" |
84 | 84 | "@babel/helper-validator-option" "^7.14.5"
|
85 | 85 | browserslist "^4.16.6"
|
86 | 86 | semver "^6.3.0"
|
|
149 | 149 | dependencies:
|
150 | 150 | "@babel/types" "^7.14.5"
|
151 | 151 |
|
152 |
| -"@babel/helper-member-expression-to-functions@^7.13.12", "@babel/helper-member-expression-to-functions@^7.14.5": |
153 |
| - version "7.14.5" |
154 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" |
155 |
| - integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ== |
| 152 | +"@babel/helper-member-expression-to-functions@^7.13.12", "@babel/helper-member-expression-to-functions@^7.15.0": |
| 153 | + version "7.15.0" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 155 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
156 | 156 | dependencies:
|
157 |
| - "@babel/types" "^7.14.5" |
| 157 | + "@babel/types" "^7.15.0" |
158 | 158 |
|
159 | 159 | "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12", "@babel/helper-module-imports@^7.14.5":
|
160 | 160 | version "7.14.5"
|
|
163 | 163 | dependencies:
|
164 | 164 | "@babel/types" "^7.14.5"
|
165 | 165 |
|
166 |
| -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.8": |
167 |
| - version "7.14.8" |
168 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
169 |
| - integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 166 | +"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.15.0": |
| 167 | + version "7.15.0" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 169 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
170 | 170 | dependencies:
|
171 | 171 | "@babel/helper-module-imports" "^7.14.5"
|
172 |
| - "@babel/helper-replace-supers" "^7.14.5" |
| 172 | + "@babel/helper-replace-supers" "^7.15.0" |
173 | 173 | "@babel/helper-simple-access" "^7.14.8"
|
174 | 174 | "@babel/helper-split-export-declaration" "^7.14.5"
|
175 |
| - "@babel/helper-validator-identifier" "^7.14.8" |
| 175 | + "@babel/helper-validator-identifier" "^7.14.9" |
176 | 176 | "@babel/template" "^7.14.5"
|
177 |
| - "@babel/traverse" "^7.14.8" |
178 |
| - "@babel/types" "^7.14.8" |
| 177 | + "@babel/traverse" "^7.15.0" |
| 178 | + "@babel/types" "^7.15.0" |
179 | 179 |
|
180 | 180 | "@babel/helper-optimise-call-expression@^7.12.13", "@babel/helper-optimise-call-expression@^7.14.5":
|
181 | 181 | version "7.14.5"
|
|
198 | 198 | "@babel/helper-wrap-function" "^7.13.0"
|
199 | 199 | "@babel/types" "^7.13.0"
|
200 | 200 |
|
201 |
| -"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.0", "@babel/helper-replace-supers@^7.13.12", "@babel/helper-replace-supers@^7.14.5": |
202 |
| - version "7.14.5" |
203 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" |
204 |
| - integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== |
| 201 | +"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.0", "@babel/helper-replace-supers@^7.13.12", "@babel/helper-replace-supers@^7.15.0": |
| 202 | + version "7.15.0" |
| 203 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 204 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
205 | 205 | dependencies:
|
206 |
| - "@babel/helper-member-expression-to-functions" "^7.14.5" |
| 206 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
207 | 207 | "@babel/helper-optimise-call-expression" "^7.14.5"
|
208 |
| - "@babel/traverse" "^7.14.5" |
209 |
| - "@babel/types" "^7.14.5" |
| 208 | + "@babel/traverse" "^7.15.0" |
| 209 | + "@babel/types" "^7.15.0" |
210 | 210 |
|
211 | 211 | "@babel/helper-simple-access@^7.13.12", "@babel/helper-simple-access@^7.14.8":
|
212 | 212 | version "7.14.8"
|
|
229 | 229 | dependencies:
|
230 | 230 | "@babel/types" "^7.14.5"
|
231 | 231 |
|
232 |
| -"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8": |
233 |
| - version "7.14.8" |
234 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
235 |
| - integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 232 | +"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": |
| 233 | + version "7.14.9" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
| 235 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
236 | 236 |
|
237 | 237 | "@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5":
|
238 | 238 | version "7.14.5"
|
|
267 | 267 | chalk "^2.0.0"
|
268 | 268 | js-tokens "^4.0.0"
|
269 | 269 |
|
270 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
271 |
| - version "7.14.8" |
272 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
273 |
| - integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
| 270 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
| 271 | + version "7.15.0" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 273 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
274 | 274 |
|
275 | 275 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
276 | 276 | version "7.13.12"
|
|
926 | 926 | "@babel/parser" "^7.14.5"
|
927 | 927 | "@babel/types" "^7.14.5"
|
928 | 928 |
|
929 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": |
930 |
| - version "7.14.8" |
931 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
932 |
| - integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 929 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": |
| 930 | + version "7.15.0" |
| 931 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 932 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
933 | 933 | dependencies:
|
934 | 934 | "@babel/code-frame" "^7.14.5"
|
935 |
| - "@babel/generator" "^7.14.8" |
| 935 | + "@babel/generator" "^7.15.0" |
936 | 936 | "@babel/helper-function-name" "^7.14.5"
|
937 | 937 | "@babel/helper-hoist-variables" "^7.14.5"
|
938 | 938 | "@babel/helper-split-export-declaration" "^7.14.5"
|
939 |
| - "@babel/parser" "^7.14.8" |
940 |
| - "@babel/types" "^7.14.8" |
| 939 | + "@babel/parser" "^7.15.0" |
| 940 | + "@babel/types" "^7.15.0" |
941 | 941 | debug "^4.1.0"
|
942 | 942 | globals "^11.1.0"
|
943 | 943 |
|
944 |
| -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
945 |
| - version "7.14.8" |
946 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
947 |
| - integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 944 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 945 | + version "7.15.0" |
| 946 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 947 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
948 | 948 | dependencies:
|
949 |
| - "@babel/helper-validator-identifier" "^7.14.8" |
| 949 | + "@babel/helper-validator-identifier" "^7.14.9" |
950 | 950 | to-fast-properties "^2.0.0"
|
951 | 951 |
|
952 | 952 | "@bcoe/v8-coverage@^0.2.3":
|
|
0 commit comments