|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/cli@^7.14.5": |
6 |
| - version "7.14.5" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a" |
8 |
| - integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg== |
| 5 | +"@babel/cli@^7.14.8": |
| 6 | + version "7.14.8" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933" |
| 8 | + integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg== |
9 | 9 | dependencies:
|
10 | 10 | commander "^4.0.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
|
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
38 | 38 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
39 | 39 |
|
40 |
| -"@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
41 |
| - version "7.14.6" |
42 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
43 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 40 | +"@babel/core@^7.1.0", "@babel/core@^7.14.8", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
| 41 | + version "7.14.8" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 43 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
44 | 44 | dependencies:
|
45 | 45 | "@babel/code-frame" "^7.14.5"
|
46 |
| - "@babel/generator" "^7.14.5" |
| 46 | + "@babel/generator" "^7.14.8" |
47 | 47 | "@babel/helper-compilation-targets" "^7.14.5"
|
48 |
| - "@babel/helper-module-transforms" "^7.14.5" |
49 |
| - "@babel/helpers" "^7.14.6" |
50 |
| - "@babel/parser" "^7.14.6" |
| 48 | + "@babel/helper-module-transforms" "^7.14.8" |
| 49 | + "@babel/helpers" "^7.14.8" |
| 50 | + "@babel/parser" "^7.14.8" |
51 | 51 | "@babel/template" "^7.14.5"
|
52 |
| - "@babel/traverse" "^7.14.5" |
53 |
| - "@babel/types" "^7.14.5" |
| 52 | + "@babel/traverse" "^7.14.8" |
| 53 | + "@babel/types" "^7.14.8" |
54 | 54 | convert-source-map "^1.7.0"
|
55 | 55 | debug "^4.1.0"
|
56 | 56 | gensync "^1.0.0-beta.2"
|
57 | 57 | json5 "^2.1.2"
|
58 | 58 | semver "^6.3.0"
|
59 | 59 | source-map "^0.5.0"
|
60 | 60 |
|
61 |
| -"@babel/generator@^7.14.5", "@babel/generator@^7.7.2": |
62 |
| - version "7.14.5" |
63 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" |
64 |
| - integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== |
| 61 | +"@babel/generator@^7.14.8", "@babel/generator@^7.7.2": |
| 62 | + version "7.14.8" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 64 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
65 | 65 | dependencies:
|
66 |
| - "@babel/types" "^7.14.5" |
| 66 | + "@babel/types" "^7.14.8" |
67 | 67 | jsesc "^2.5.1"
|
68 | 68 | source-map "^0.5.0"
|
69 | 69 |
|
|
170 | 170 | dependencies:
|
171 | 171 | "@babel/types" "^7.14.5"
|
172 | 172 |
|
173 |
| -"@babel/helper-module-transforms@^7.14.5": |
174 |
| - version "7.14.5" |
175 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" |
176 |
| - integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== |
| 173 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": |
| 174 | + version "7.14.8" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 176 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
177 | 177 | dependencies:
|
178 | 178 | "@babel/helper-module-imports" "^7.14.5"
|
179 | 179 | "@babel/helper-replace-supers" "^7.14.5"
|
180 |
| - "@babel/helper-simple-access" "^7.14.5" |
| 180 | + "@babel/helper-simple-access" "^7.14.8" |
181 | 181 | "@babel/helper-split-export-declaration" "^7.14.5"
|
182 |
| - "@babel/helper-validator-identifier" "^7.14.5" |
| 182 | + "@babel/helper-validator-identifier" "^7.14.8" |
183 | 183 | "@babel/template" "^7.14.5"
|
184 |
| - "@babel/traverse" "^7.14.5" |
185 |
| - "@babel/types" "^7.14.5" |
| 184 | + "@babel/traverse" "^7.14.8" |
| 185 | + "@babel/types" "^7.14.8" |
186 | 186 |
|
187 | 187 | "@babel/helper-optimise-call-expression@^7.14.5":
|
188 | 188 | version "7.14.5"
|
|
215 | 215 | "@babel/traverse" "^7.14.5"
|
216 | 216 | "@babel/types" "^7.14.5"
|
217 | 217 |
|
218 |
| -"@babel/helper-simple-access@^7.14.5": |
219 |
| - version "7.14.5" |
220 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" |
221 |
| - integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw== |
| 218 | +"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8": |
| 219 | + version "7.14.8" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 221 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
222 | 222 | dependencies:
|
223 |
| - "@babel/types" "^7.14.5" |
| 223 | + "@babel/types" "^7.14.8" |
224 | 224 |
|
225 | 225 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
226 | 226 | version "7.14.5"
|
|
236 | 236 | dependencies:
|
237 | 237 | "@babel/types" "^7.14.5"
|
238 | 238 |
|
239 |
| -"@babel/helper-validator-identifier@^7.14.5": |
240 |
| - version "7.14.5" |
241 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
242 |
| - integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
| 239 | +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8": |
| 240 | + version "7.14.8" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 242 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
243 | 243 |
|
244 | 244 | "@babel/helper-validator-option@^7.14.5":
|
245 | 245 | version "7.14.5"
|
|
256 | 256 | "@babel/traverse" "^7.14.5"
|
257 | 257 | "@babel/types" "^7.14.5"
|
258 | 258 |
|
259 |
| -"@babel/helpers@^7.14.6": |
260 |
| - version "7.14.6" |
261 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
262 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 259 | +"@babel/helpers@^7.14.8": |
| 260 | + version "7.14.8" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 262 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
263 | 263 | dependencies:
|
264 | 264 | "@babel/template" "^7.14.5"
|
265 |
| - "@babel/traverse" "^7.14.5" |
266 |
| - "@babel/types" "^7.14.5" |
| 265 | + "@babel/traverse" "^7.14.8" |
| 266 | + "@babel/types" "^7.14.8" |
267 | 267 |
|
268 | 268 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
|
269 | 269 | version "7.14.5"
|
|
274 | 274 | chalk "^2.0.0"
|
275 | 275 | js-tokens "^4.0.0"
|
276 | 276 |
|
277 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2": |
278 |
| - version "7.14.6" |
279 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" |
280 |
| - integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== |
| 277 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2": |
| 278 | + version "7.14.8" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 280 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
281 | 281 |
|
282 | 282 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
283 | 283 | version "7.14.5"
|
|
823 | 823 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
824 | 824 | "@babel/helper-plugin-utils" "^7.14.5"
|
825 | 825 |
|
826 |
| -"@babel/preset-env@^7.14.7": |
827 |
| - version "7.14.7" |
828 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" |
829 |
| - integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== |
| 826 | +"@babel/preset-env@^7.14.8": |
| 827 | + version "7.14.8" |
| 828 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 829 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
830 | 830 | dependencies:
|
831 | 831 | "@babel/compat-data" "^7.14.7"
|
832 | 832 | "@babel/helper-compilation-targets" "^7.14.5"
|
|
895 | 895 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
896 | 896 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
897 | 897 | "@babel/preset-modules" "^0.1.4"
|
898 |
| - "@babel/types" "^7.14.5" |
| 898 | + "@babel/types" "^7.14.8" |
899 | 899 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
900 | 900 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
901 | 901 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
949 | 949 | "@babel/parser" "^7.14.5"
|
950 | 950 | "@babel/types" "^7.14.5"
|
951 | 951 |
|
952 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
953 |
| - version "7.14.5" |
954 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" |
955 |
| - integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== |
| 952 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
| 953 | + version "7.14.8" |
| 954 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 955 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
956 | 956 | dependencies:
|
957 | 957 | "@babel/code-frame" "^7.14.5"
|
958 |
| - "@babel/generator" "^7.14.5" |
| 958 | + "@babel/generator" "^7.14.8" |
959 | 959 | "@babel/helper-function-name" "^7.14.5"
|
960 | 960 | "@babel/helper-hoist-variables" "^7.14.5"
|
961 | 961 | "@babel/helper-split-export-declaration" "^7.14.5"
|
962 |
| - "@babel/parser" "^7.14.5" |
963 |
| - "@babel/types" "^7.14.5" |
| 962 | + "@babel/parser" "^7.14.8" |
| 963 | + "@babel/types" "^7.14.8" |
964 | 964 | debug "^4.1.0"
|
965 | 965 | globals "^11.1.0"
|
966 | 966 |
|
967 |
| -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
968 |
| - version "7.14.5" |
969 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" |
970 |
| - integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== |
| 967 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 968 | + version "7.14.8" |
| 969 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 970 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
971 | 971 | dependencies:
|
972 |
| - "@babel/helper-validator-identifier" "^7.14.5" |
| 972 | + "@babel/helper-validator-identifier" "^7.14.8" |
973 | 973 | to-fast-properties "^2.0.0"
|
974 | 974 |
|
975 | 975 | "@bcoe/v8-coverage@^0.2.3":
|
|
0 commit comments