[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update babel monorepo to v7.14.5

authored by

Renovate Bot and committed by
renovate[bot]
(Jun 11, 2021, 1:05 PM UTC) e193da29 4b0c05a6

+789 -4
+2 -2
package.json
··· 39 39 "upath": "2.0.1" 40 40 }, 41 41 "devDependencies": { 42 - "@babel/plugin-transform-runtime": "7.14.3", 43 - "@babel/preset-env": "7.14.4", 42 + "@babel/plugin-transform-runtime": "7.14.5", 43 + "@babel/preset-env": "7.14.5", 44 44 "@babel/preset-typescript": "7.13.0", 45 45 "@nuxt/test-utils": "0.2.2", 46 46 "@nuxt/types": "2.15.6",
+787 -2
yarn.lock
··· 16 16 dependencies: 17 17 "@babel/highlight" "^7.12.13" 18 18 19 + "@babel/code-frame@^7.14.5": 20 + version "7.14.5" 21 + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" 22 + integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== 23 + dependencies: 24 + "@babel/highlight" "^7.14.5" 25 + 19 26 "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.4": 20 27 version "7.14.4" 21 28 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" 22 29 integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== 30 + 31 + "@babel/compat-data@^7.14.5": 32 + version "7.14.5" 33 + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea" 34 + integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w== 23 35 24 36 "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.14.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5": 25 37 version "7.14.3" ··· 60 72 jsesc "^2.5.1" 61 73 source-map "^0.5.0" 62 74 75 + "@babel/generator@^7.14.5": 76 + version "7.14.5" 77 + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" 78 + integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== 79 + dependencies: 80 + "@babel/types" "^7.14.5" 81 + jsesc "^2.5.1" 82 + source-map "^0.5.0" 83 + 63 84 "@babel/helper-annotate-as-pure@^7.12.13": 64 85 version "7.12.13" 65 86 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" 66 87 integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== 67 88 dependencies: 68 89 "@babel/types" "^7.12.13" 90 + 91 + "@babel/helper-annotate-as-pure@^7.14.5": 92 + version "7.14.5" 93 + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" 94 + integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== 95 + dependencies: 96 + "@babel/types" "^7.14.5" 69 97 70 98 "@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13": 71 99 version "7.12.13" ··· 75 103 "@babel/helper-explode-assignable-expression" "^7.12.13" 76 104 "@babel/types" "^7.12.13" 77 105 106 + "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": 107 + version "7.14.5" 108 + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191" 109 + integrity sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w== 110 + dependencies: 111 + "@babel/helper-explode-assignable-expression" "^7.14.5" 112 + "@babel/types" "^7.14.5" 113 + 78 114 "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.4": 79 115 version "7.14.4" 80 116 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" ··· 82 118 dependencies: 83 119 "@babel/compat-data" "^7.14.4" 84 120 "@babel/helper-validator-option" "^7.12.17" 121 + browserslist "^4.16.6" 122 + semver "^6.3.0" 123 + 124 + "@babel/helper-compilation-targets@^7.14.5": 125 + version "7.14.5" 126 + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" 127 + integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== 128 + dependencies: 129 + "@babel/compat-data" "^7.14.5" 130 + "@babel/helper-validator-option" "^7.14.5" 85 131 browserslist "^4.16.6" 86 132 semver "^6.3.0" 87 133 ··· 97 143 "@babel/helper-replace-supers" "^7.14.4" 98 144 "@babel/helper-split-export-declaration" "^7.12.13" 99 145 146 + "@babel/helper-create-class-features-plugin@^7.14.5": 147 + version "7.14.5" 148 + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef" 149 + integrity sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ== 150 + dependencies: 151 + "@babel/helper-annotate-as-pure" "^7.14.5" 152 + "@babel/helper-function-name" "^7.14.5" 153 + "@babel/helper-member-expression-to-functions" "^7.14.5" 154 + "@babel/helper-optimise-call-expression" "^7.14.5" 155 + "@babel/helper-replace-supers" "^7.14.5" 156 + "@babel/helper-split-export-declaration" "^7.14.5" 157 + 100 158 "@babel/helper-create-regexp-features-plugin@^7.12.13": 101 159 version "7.12.17" 102 160 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7" ··· 105 163 "@babel/helper-annotate-as-pure" "^7.12.13" 106 164 regexpu-core "^4.7.1" 107 165 166 + "@babel/helper-create-regexp-features-plugin@^7.14.5": 167 + version "7.14.5" 168 + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4" 169 + integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A== 170 + dependencies: 171 + "@babel/helper-annotate-as-pure" "^7.14.5" 172 + regexpu-core "^4.7.1" 173 + 108 174 "@babel/helper-define-polyfill-provider@^0.2.0": 109 175 version "0.2.0" 110 176 resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1" 111 177 integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw== 178 + dependencies: 179 + "@babel/helper-compilation-targets" "^7.13.0" 180 + "@babel/helper-module-imports" "^7.12.13" 181 + "@babel/helper-plugin-utils" "^7.13.0" 182 + "@babel/traverse" "^7.13.0" 183 + debug "^4.1.1" 184 + lodash.debounce "^4.0.8" 185 + resolve "^1.14.2" 186 + semver "^6.1.2" 187 + 188 + "@babel/helper-define-polyfill-provider@^0.2.2": 189 + version "0.2.3" 190 + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6" 191 + integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== 112 192 dependencies: 113 193 "@babel/helper-compilation-targets" "^7.13.0" 114 194 "@babel/helper-module-imports" "^7.12.13" ··· 126 206 dependencies: 127 207 "@babel/types" "^7.13.0" 128 208 209 + "@babel/helper-explode-assignable-expression@^7.14.5": 210 + version "7.14.5" 211 + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645" 212 + integrity sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ== 213 + dependencies: 214 + "@babel/types" "^7.14.5" 215 + 129 216 "@babel/helper-function-name@^7.12.13", "@babel/helper-function-name@^7.14.2": 130 217 version "7.14.2" 131 218 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" ··· 135 222 "@babel/template" "^7.12.13" 136 223 "@babel/types" "^7.14.2" 137 224 225 + "@babel/helper-function-name@^7.14.5": 226 + version "7.14.5" 227 + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4" 228 + integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== 229 + dependencies: 230 + "@babel/helper-get-function-arity" "^7.14.5" 231 + "@babel/template" "^7.14.5" 232 + "@babel/types" "^7.14.5" 233 + 138 234 "@babel/helper-get-function-arity@^7.12.13": 139 235 version "7.12.13" 140 236 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" 141 237 integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== 142 238 dependencies: 143 239 "@babel/types" "^7.12.13" 240 + 241 + "@babel/helper-get-function-arity@^7.14.5": 242 + version "7.14.5" 243 + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" 244 + integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== 245 + dependencies: 246 + "@babel/types" "^7.14.5" 144 247 145 248 "@babel/helper-hoist-variables@^7.13.0": 146 249 version "7.13.16" ··· 150 253 "@babel/traverse" "^7.13.15" 151 254 "@babel/types" "^7.13.16" 152 255 256 + "@babel/helper-hoist-variables@^7.14.5": 257 + version "7.14.5" 258 + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d" 259 + integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ== 260 + dependencies: 261 + "@babel/types" "^7.14.5" 262 + 153 263 "@babel/helper-member-expression-to-functions@^7.13.12": 154 264 version "7.13.12" 155 265 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" ··· 157 267 dependencies: 158 268 "@babel/types" "^7.13.12" 159 269 270 + "@babel/helper-member-expression-to-functions@^7.14.5": 271 + version "7.14.5" 272 + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" 273 + integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ== 274 + dependencies: 275 + "@babel/types" "^7.14.5" 276 + 160 277 "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": 161 278 version "7.13.12" 162 279 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" 163 280 integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== 164 281 dependencies: 165 282 "@babel/types" "^7.13.12" 283 + 284 + "@babel/helper-module-imports@^7.14.5": 285 + version "7.14.5" 286 + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" 287 + integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== 288 + dependencies: 289 + "@babel/types" "^7.14.5" 166 290 167 291 "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2": 168 292 version "7.14.2" ··· 178 302 "@babel/traverse" "^7.14.2" 179 303 "@babel/types" "^7.14.2" 180 304 305 + "@babel/helper-module-transforms@^7.14.5": 306 + version "7.14.5" 307 + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" 308 + integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== 309 + dependencies: 310 + "@babel/helper-module-imports" "^7.14.5" 311 + "@babel/helper-replace-supers" "^7.14.5" 312 + "@babel/helper-simple-access" "^7.14.5" 313 + "@babel/helper-split-export-declaration" "^7.14.5" 314 + "@babel/helper-validator-identifier" "^7.14.5" 315 + "@babel/template" "^7.14.5" 316 + "@babel/traverse" "^7.14.5" 317 + "@babel/types" "^7.14.5" 318 + 181 319 "@babel/helper-optimise-call-expression@^7.12.13": 182 320 version "7.12.13" 183 321 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" ··· 185 323 dependencies: 186 324 "@babel/types" "^7.12.13" 187 325 326 + "@babel/helper-optimise-call-expression@^7.14.5": 327 + version "7.14.5" 328 + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" 329 + integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA== 330 + dependencies: 331 + "@babel/types" "^7.14.5" 332 + 188 333 "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": 189 334 version "7.13.0" 190 335 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" 191 336 integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== 337 + 338 + "@babel/helper-plugin-utils@^7.14.5": 339 + version "7.14.5" 340 + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" 341 + integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== 192 342 193 343 "@babel/helper-remap-async-to-generator@^7.13.0": 194 344 version "7.13.0" ··· 198 348 "@babel/helper-annotate-as-pure" "^7.12.13" 199 349 "@babel/helper-wrap-function" "^7.13.0" 200 350 "@babel/types" "^7.13.0" 351 + 352 + "@babel/helper-remap-async-to-generator@^7.14.5": 353 + version "7.14.5" 354 + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz#51439c913612958f54a987a4ffc9ee587a2045d6" 355 + integrity sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A== 356 + dependencies: 357 + "@babel/helper-annotate-as-pure" "^7.14.5" 358 + "@babel/helper-wrap-function" "^7.14.5" 359 + "@babel/types" "^7.14.5" 201 360 202 361 "@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.12", "@babel/helper-replace-supers@^7.14.4": 203 362 version "7.14.4" ··· 209 368 "@babel/traverse" "^7.14.2" 210 369 "@babel/types" "^7.14.4" 211 370 371 + "@babel/helper-replace-supers@^7.14.5": 372 + version "7.14.5" 373 + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" 374 + integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== 375 + dependencies: 376 + "@babel/helper-member-expression-to-functions" "^7.14.5" 377 + "@babel/helper-optimise-call-expression" "^7.14.5" 378 + "@babel/traverse" "^7.14.5" 379 + "@babel/types" "^7.14.5" 380 + 212 381 "@babel/helper-simple-access@^7.13.12": 213 382 version "7.13.12" 214 383 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" 215 384 integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== 216 385 dependencies: 217 386 "@babel/types" "^7.13.12" 387 + 388 + "@babel/helper-simple-access@^7.14.5": 389 + version "7.14.5" 390 + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" 391 + integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw== 392 + dependencies: 393 + "@babel/types" "^7.14.5" 218 394 219 395 "@babel/helper-skip-transparent-expression-wrappers@^7.12.1": 220 396 version "7.12.1" ··· 223 399 dependencies: 224 400 "@babel/types" "^7.12.1" 225 401 402 + "@babel/helper-skip-transparent-expression-wrappers@^7.14.5": 403 + version "7.14.5" 404 + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4" 405 + integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ== 406 + dependencies: 407 + "@babel/types" "^7.14.5" 408 + 226 409 "@babel/helper-split-export-declaration@^7.12.13": 227 410 version "7.12.13" 228 411 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" ··· 230 413 dependencies: 231 414 "@babel/types" "^7.12.13" 232 415 416 + "@babel/helper-split-export-declaration@^7.14.5": 417 + version "7.14.5" 418 + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a" 419 + integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA== 420 + dependencies: 421 + "@babel/types" "^7.14.5" 422 + 233 423 "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0": 234 424 version "7.14.0" 235 425 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" 236 426 integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== 237 427 428 + "@babel/helper-validator-identifier@^7.14.5": 429 + version "7.14.5" 430 + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" 431 + integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== 432 + 238 433 "@babel/helper-validator-option@^7.12.17": 239 434 version "7.12.17" 240 435 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" 241 436 integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== 437 + 438 + "@babel/helper-validator-option@^7.14.5": 439 + version "7.14.5" 440 + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" 441 + integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== 242 442 243 443 "@babel/helper-wrap-function@^7.13.0": 244 444 version "7.13.0" ··· 249 449 "@babel/template" "^7.12.13" 250 450 "@babel/traverse" "^7.13.0" 251 451 "@babel/types" "^7.13.0" 452 + 453 + "@babel/helper-wrap-function@^7.14.5": 454 + version "7.14.5" 455 + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff" 456 + integrity sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ== 457 + dependencies: 458 + "@babel/helper-function-name" "^7.14.5" 459 + "@babel/template" "^7.14.5" 460 + "@babel/traverse" "^7.14.5" 461 + "@babel/types" "^7.14.5" 252 462 253 463 "@babel/helpers@^7.14.0": 254 464 version "7.14.0" ··· 268 478 chalk "^2.0.0" 269 479 js-tokens "^4.0.0" 270 480 481 + "@babel/highlight@^7.14.5": 482 + version "7.14.5" 483 + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" 484 + integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== 485 + dependencies: 486 + "@babel/helper-validator-identifier" "^7.14.5" 487 + chalk "^2.0.0" 488 + js-tokens "^4.0.0" 489 + 271 490 "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2": 272 491 version "7.14.4" 273 492 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" 274 493 integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== 494 + 495 + "@babel/parser@^7.14.5": 496 + version "7.14.5" 497 + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829" 498 + integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg== 275 499 276 500 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": 277 501 version "7.13.12" ··· 282 506 "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" 283 507 "@babel/plugin-proposal-optional-chaining" "^7.13.12" 284 508 509 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": 510 + version "7.14.5" 511 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e" 512 + integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ== 513 + dependencies: 514 + "@babel/helper-plugin-utils" "^7.14.5" 515 + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" 516 + "@babel/plugin-proposal-optional-chaining" "^7.14.5" 517 + 285 518 "@babel/plugin-proposal-async-generator-functions@^7.14.2": 286 519 version "7.14.2" 287 520 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz#3a2085abbf5d5f962d480dbc81347385ed62eb1e" ··· 289 522 dependencies: 290 523 "@babel/helper-plugin-utils" "^7.13.0" 291 524 "@babel/helper-remap-async-to-generator" "^7.13.0" 525 + "@babel/plugin-syntax-async-generators" "^7.8.4" 526 + 527 + "@babel/plugin-proposal-async-generator-functions@^7.14.5": 528 + version "7.14.5" 529 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39" 530 + integrity sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA== 531 + dependencies: 532 + "@babel/helper-plugin-utils" "^7.14.5" 533 + "@babel/helper-remap-async-to-generator" "^7.14.5" 292 534 "@babel/plugin-syntax-async-generators" "^7.8.4" 293 535 294 536 "@babel/plugin-proposal-class-properties@^7.13.0": ··· 299 541 "@babel/helper-create-class-features-plugin" "^7.13.0" 300 542 "@babel/helper-plugin-utils" "^7.13.0" 301 543 544 + "@babel/plugin-proposal-class-properties@^7.14.5": 545 + version "7.14.5" 546 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e" 547 + integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg== 548 + dependencies: 549 + "@babel/helper-create-class-features-plugin" "^7.14.5" 550 + "@babel/helper-plugin-utils" "^7.14.5" 551 + 302 552 "@babel/plugin-proposal-class-static-block@^7.14.3": 303 553 version "7.14.3" 304 554 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" ··· 307 557 "@babel/helper-create-class-features-plugin" "^7.14.3" 308 558 "@babel/helper-plugin-utils" "^7.13.0" 309 559 "@babel/plugin-syntax-class-static-block" "^7.12.13" 560 + 561 + "@babel/plugin-proposal-class-static-block@^7.14.5": 562 + version "7.14.5" 563 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681" 564 + integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg== 565 + dependencies: 566 + "@babel/helper-create-class-features-plugin" "^7.14.5" 567 + "@babel/helper-plugin-utils" "^7.14.5" 568 + "@babel/plugin-syntax-class-static-block" "^7.14.5" 310 569 311 570 "@babel/plugin-proposal-decorators@^7.14.2": 312 571 version "7.14.2" ··· 325 584 "@babel/helper-plugin-utils" "^7.13.0" 326 585 "@babel/plugin-syntax-dynamic-import" "^7.8.3" 327 586 587 + "@babel/plugin-proposal-dynamic-import@^7.14.5": 588 + version "7.14.5" 589 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz#0c6617df461c0c1f8fff3b47cd59772360101d2c" 590 + integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g== 591 + dependencies: 592 + "@babel/helper-plugin-utils" "^7.14.5" 593 + "@babel/plugin-syntax-dynamic-import" "^7.8.3" 594 + 328 595 "@babel/plugin-proposal-export-namespace-from@^7.14.2": 329 596 version "7.14.2" 330 597 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz#62542f94aa9ce8f6dba79eec698af22112253791" 331 598 integrity sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ== 332 599 dependencies: 333 600 "@babel/helper-plugin-utils" "^7.13.0" 601 + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 602 + 603 + "@babel/plugin-proposal-export-namespace-from@^7.14.5": 604 + version "7.14.5" 605 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz#dbad244310ce6ccd083072167d8cea83a52faf76" 606 + integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA== 607 + dependencies: 608 + "@babel/helper-plugin-utils" "^7.14.5" 334 609 "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 335 610 336 611 "@babel/plugin-proposal-json-strings@^7.14.2": ··· 341 616 "@babel/helper-plugin-utils" "^7.13.0" 342 617 "@babel/plugin-syntax-json-strings" "^7.8.3" 343 618 619 + "@babel/plugin-proposal-json-strings@^7.14.5": 620 + version "7.14.5" 621 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz#38de60db362e83a3d8c944ac858ddf9f0c2239eb" 622 + integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ== 623 + dependencies: 624 + "@babel/helper-plugin-utils" "^7.14.5" 625 + "@babel/plugin-syntax-json-strings" "^7.8.3" 626 + 344 627 "@babel/plugin-proposal-logical-assignment-operators@^7.14.2": 345 628 version "7.14.2" 346 629 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz#222348c080a1678e0e74ea63fe76f275882d1fd7" 347 630 integrity sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg== 348 631 dependencies: 349 632 "@babel/helper-plugin-utils" "^7.13.0" 633 + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 634 + 635 + "@babel/plugin-proposal-logical-assignment-operators@^7.14.5": 636 + version "7.14.5" 637 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz#6e6229c2a99b02ab2915f82571e0cc646a40c738" 638 + integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw== 639 + dependencies: 640 + "@babel/helper-plugin-utils" "^7.14.5" 350 641 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 351 642 352 643 "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.2": ··· 357 648 "@babel/helper-plugin-utils" "^7.13.0" 358 649 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 359 650 651 + "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": 652 + version "7.14.5" 653 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6" 654 + integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg== 655 + dependencies: 656 + "@babel/helper-plugin-utils" "^7.14.5" 657 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 658 + 360 659 "@babel/plugin-proposal-numeric-separator@^7.14.2": 361 660 version "7.14.2" 362 661 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz#82b4cc06571143faf50626104b335dd71baa4f9e" 363 662 integrity sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg== 364 663 dependencies: 365 664 "@babel/helper-plugin-utils" "^7.13.0" 665 + "@babel/plugin-syntax-numeric-separator" "^7.10.4" 666 + 667 + "@babel/plugin-proposal-numeric-separator@^7.14.5": 668 + version "7.14.5" 669 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz#83631bf33d9a51df184c2102a069ac0c58c05f18" 670 + integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg== 671 + dependencies: 672 + "@babel/helper-plugin-utils" "^7.14.5" 366 673 "@babel/plugin-syntax-numeric-separator" "^7.10.4" 367 674 368 675 "@babel/plugin-proposal-object-rest-spread@^7.14.4": ··· 376 683 "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 377 684 "@babel/plugin-transform-parameters" "^7.14.2" 378 685 686 + "@babel/plugin-proposal-object-rest-spread@^7.14.5": 687 + version "7.14.5" 688 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf" 689 + integrity sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A== 690 + dependencies: 691 + "@babel/compat-data" "^7.14.5" 692 + "@babel/helper-compilation-targets" "^7.14.5" 693 + "@babel/helper-plugin-utils" "^7.14.5" 694 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 695 + "@babel/plugin-transform-parameters" "^7.14.5" 696 + 379 697 "@babel/plugin-proposal-optional-catch-binding@^7.14.2": 380 698 version "7.14.2" 381 699 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz#150d4e58e525b16a9a1431bd5326c4eed870d717" 382 700 integrity sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ== 383 701 dependencies: 384 702 "@babel/helper-plugin-utils" "^7.13.0" 703 + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" 704 + 705 + "@babel/plugin-proposal-optional-catch-binding@^7.14.5": 706 + version "7.14.5" 707 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c" 708 + integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ== 709 + dependencies: 710 + "@babel/helper-plugin-utils" "^7.14.5" 385 711 "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" 386 712 387 713 "@babel/plugin-proposal-optional-chaining@^7.13.12", "@babel/plugin-proposal-optional-chaining@^7.14.2": ··· 393 719 "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" 394 720 "@babel/plugin-syntax-optional-chaining" "^7.8.3" 395 721 722 + "@babel/plugin-proposal-optional-chaining@^7.14.5": 723 + version "7.14.5" 724 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603" 725 + integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ== 726 + dependencies: 727 + "@babel/helper-plugin-utils" "^7.14.5" 728 + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" 729 + "@babel/plugin-syntax-optional-chaining" "^7.8.3" 730 + 396 731 "@babel/plugin-proposal-private-methods@^7.13.0": 397 732 version "7.13.0" 398 733 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz#04bd4c6d40f6e6bbfa2f57e2d8094bad900ef787" ··· 400 735 dependencies: 401 736 "@babel/helper-create-class-features-plugin" "^7.13.0" 402 737 "@babel/helper-plugin-utils" "^7.13.0" 738 + 739 + "@babel/plugin-proposal-private-methods@^7.14.5": 740 + version "7.14.5" 741 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d" 742 + integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g== 743 + dependencies: 744 + "@babel/helper-create-class-features-plugin" "^7.14.5" 745 + "@babel/helper-plugin-utils" "^7.14.5" 403 746 404 747 "@babel/plugin-proposal-private-property-in-object@^7.14.0": 405 748 version "7.14.0" ··· 411 754 "@babel/helper-plugin-utils" "^7.13.0" 412 755 "@babel/plugin-syntax-private-property-in-object" "^7.14.0" 413 756 757 + "@babel/plugin-proposal-private-property-in-object@^7.14.5": 758 + version "7.14.5" 759 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636" 760 + integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q== 761 + dependencies: 762 + "@babel/helper-annotate-as-pure" "^7.14.5" 763 + "@babel/helper-create-class-features-plugin" "^7.14.5" 764 + "@babel/helper-plugin-utils" "^7.14.5" 765 + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" 766 + 414 767 "@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": 415 768 version "7.12.13" 416 769 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba" ··· 418 771 dependencies: 419 772 "@babel/helper-create-regexp-features-plugin" "^7.12.13" 420 773 "@babel/helper-plugin-utils" "^7.12.13" 774 + 775 + "@babel/plugin-proposal-unicode-property-regex@^7.14.5": 776 + version "7.14.5" 777 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8" 778 + integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q== 779 + dependencies: 780 + "@babel/helper-create-regexp-features-plugin" "^7.14.5" 781 + "@babel/helper-plugin-utils" "^7.14.5" 421 782 422 783 "@babel/plugin-syntax-async-generators@^7.8.4": 423 784 version "7.8.4" ··· 446 807 integrity sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A== 447 808 dependencies: 448 809 "@babel/helper-plugin-utils" "^7.12.13" 810 + 811 + "@babel/plugin-syntax-class-static-block@^7.14.5": 812 + version "7.14.5" 813 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" 814 + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== 815 + dependencies: 816 + "@babel/helper-plugin-utils" "^7.14.5" 449 817 450 818 "@babel/plugin-syntax-decorators@^7.12.13": 451 819 version "7.12.13" ··· 538 906 dependencies: 539 907 "@babel/helper-plugin-utils" "^7.13.0" 540 908 909 + "@babel/plugin-syntax-private-property-in-object@^7.14.5": 910 + version "7.14.5" 911 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" 912 + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== 913 + dependencies: 914 + "@babel/helper-plugin-utils" "^7.14.5" 915 + 541 916 "@babel/plugin-syntax-top-level-await@^7.12.13", "@babel/plugin-syntax-top-level-await@^7.8.3": 542 917 version "7.12.13" 543 918 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178" 544 919 integrity sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== 545 920 dependencies: 546 921 "@babel/helper-plugin-utils" "^7.12.13" 922 + 923 + "@babel/plugin-syntax-top-level-await@^7.14.5": 924 + version "7.14.5" 925 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" 926 + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== 927 + dependencies: 928 + "@babel/helper-plugin-utils" "^7.14.5" 547 929 548 930 "@babel/plugin-syntax-typescript@^7.12.13", "@babel/plugin-syntax-typescript@^7.7.2": 549 931 version "7.12.13" ··· 559 941 dependencies: 560 942 "@babel/helper-plugin-utils" "^7.13.0" 561 943 944 + "@babel/plugin-transform-arrow-functions@^7.14.5": 945 + version "7.14.5" 946 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a" 947 + integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A== 948 + dependencies: 949 + "@babel/helper-plugin-utils" "^7.14.5" 950 + 562 951 "@babel/plugin-transform-async-to-generator@^7.13.0": 563 952 version "7.13.0" 564 953 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f" ··· 568 957 "@babel/helper-plugin-utils" "^7.13.0" 569 958 "@babel/helper-remap-async-to-generator" "^7.13.0" 570 959 960 + "@babel/plugin-transform-async-to-generator@^7.14.5": 961 + version "7.14.5" 962 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67" 963 + integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA== 964 + dependencies: 965 + "@babel/helper-module-imports" "^7.14.5" 966 + "@babel/helper-plugin-utils" "^7.14.5" 967 + "@babel/helper-remap-async-to-generator" "^7.14.5" 968 + 571 969 "@babel/plugin-transform-block-scoped-functions@^7.12.13": 572 970 version "7.12.13" 573 971 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz#a9bf1836f2a39b4eb6cf09967739de29ea4bf4c4" ··· 575 973 dependencies: 576 974 "@babel/helper-plugin-utils" "^7.12.13" 577 975 976 + "@babel/plugin-transform-block-scoped-functions@^7.14.5": 977 + version "7.14.5" 978 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4" 979 + integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ== 980 + dependencies: 981 + "@babel/helper-plugin-utils" "^7.14.5" 982 + 578 983 "@babel/plugin-transform-block-scoping@^7.14.4": 579 984 version "7.14.4" 580 985 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" 581 986 integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== 582 987 dependencies: 583 988 "@babel/helper-plugin-utils" "^7.13.0" 989 + 990 + "@babel/plugin-transform-block-scoping@^7.14.5": 991 + version "7.14.5" 992 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939" 993 + integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw== 994 + dependencies: 995 + "@babel/helper-plugin-utils" "^7.14.5" 584 996 585 997 "@babel/plugin-transform-classes@^7.14.4": 586 998 version "7.14.4" ··· 595 1007 "@babel/helper-split-export-declaration" "^7.12.13" 596 1008 globals "^11.1.0" 597 1009 1010 + "@babel/plugin-transform-classes@^7.14.5": 1011 + version "7.14.5" 1012 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf" 1013 + integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA== 1014 + dependencies: 1015 + "@babel/helper-annotate-as-pure" "^7.14.5" 1016 + "@babel/helper-function-name" "^7.14.5" 1017 + "@babel/helper-optimise-call-expression" "^7.14.5" 1018 + "@babel/helper-plugin-utils" "^7.14.5" 1019 + "@babel/helper-replace-supers" "^7.14.5" 1020 + "@babel/helper-split-export-declaration" "^7.14.5" 1021 + globals "^11.1.0" 1022 + 598 1023 "@babel/plugin-transform-computed-properties@^7.13.0": 599 1024 version "7.13.0" 600 1025 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz#845c6e8b9bb55376b1fa0b92ef0bdc8ea06644ed" ··· 602 1027 dependencies: 603 1028 "@babel/helper-plugin-utils" "^7.13.0" 604 1029 1030 + "@babel/plugin-transform-computed-properties@^7.14.5": 1031 + version "7.14.5" 1032 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f" 1033 + integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg== 1034 + dependencies: 1035 + "@babel/helper-plugin-utils" "^7.14.5" 1036 + 605 1037 "@babel/plugin-transform-destructuring@^7.14.4": 606 1038 version "7.14.4" 607 1039 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" 608 1040 integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== 609 1041 dependencies: 610 1042 "@babel/helper-plugin-utils" "^7.13.0" 1043 + 1044 + "@babel/plugin-transform-destructuring@^7.14.5": 1045 + version "7.14.5" 1046 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35" 1047 + integrity sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww== 1048 + dependencies: 1049 + "@babel/helper-plugin-utils" "^7.14.5" 611 1050 612 1051 "@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4": 613 1052 version "7.12.13" ··· 617 1056 "@babel/helper-create-regexp-features-plugin" "^7.12.13" 618 1057 "@babel/helper-plugin-utils" "^7.12.13" 619 1058 1059 + "@babel/plugin-transform-dotall-regex@^7.14.5": 1060 + version "7.14.5" 1061 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a" 1062 + integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw== 1063 + dependencies: 1064 + "@babel/helper-create-regexp-features-plugin" "^7.14.5" 1065 + "@babel/helper-plugin-utils" "^7.14.5" 1066 + 620 1067 "@babel/plugin-transform-duplicate-keys@^7.12.13": 621 1068 version "7.12.13" 622 1069 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz#6f06b87a8b803fd928e54b81c258f0a0033904de" 623 1070 integrity sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== 624 1071 dependencies: 625 1072 "@babel/helper-plugin-utils" "^7.12.13" 1073 + 1074 + "@babel/plugin-transform-duplicate-keys@^7.14.5": 1075 + version "7.14.5" 1076 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz#365a4844881bdf1501e3a9f0270e7f0f91177954" 1077 + integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A== 1078 + dependencies: 1079 + "@babel/helper-plugin-utils" "^7.14.5" 626 1080 627 1081 "@babel/plugin-transform-exponentiation-operator@^7.12.13": 628 1082 version "7.12.13" ··· 632 1086 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13" 633 1087 "@babel/helper-plugin-utils" "^7.12.13" 634 1088 1089 + "@babel/plugin-transform-exponentiation-operator@^7.14.5": 1090 + version "7.14.5" 1091 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz#5154b8dd6a3dfe6d90923d61724bd3deeb90b493" 1092 + integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA== 1093 + dependencies: 1094 + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5" 1095 + "@babel/helper-plugin-utils" "^7.14.5" 1096 + 635 1097 "@babel/plugin-transform-for-of@^7.13.0": 636 1098 version "7.13.0" 637 1099 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz#c799f881a8091ac26b54867a845c3e97d2696062" 638 1100 integrity sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== 639 1101 dependencies: 640 1102 "@babel/helper-plugin-utils" "^7.13.0" 1103 + 1104 + "@babel/plugin-transform-for-of@^7.14.5": 1105 + version "7.14.5" 1106 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb" 1107 + integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA== 1108 + dependencies: 1109 + "@babel/helper-plugin-utils" "^7.14.5" 641 1110 642 1111 "@babel/plugin-transform-function-name@^7.12.13": 643 1112 version "7.12.13" ··· 647 1116 "@babel/helper-function-name" "^7.12.13" 648 1117 "@babel/helper-plugin-utils" "^7.12.13" 649 1118 1119 + "@babel/plugin-transform-function-name@^7.14.5": 1120 + version "7.14.5" 1121 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2" 1122 + integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ== 1123 + dependencies: 1124 + "@babel/helper-function-name" "^7.14.5" 1125 + "@babel/helper-plugin-utils" "^7.14.5" 1126 + 650 1127 "@babel/plugin-transform-literals@^7.12.13": 651 1128 version "7.12.13" 652 1129 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz#2ca45bafe4a820197cf315794a4d26560fe4bdb9" ··· 654 1131 dependencies: 655 1132 "@babel/helper-plugin-utils" "^7.12.13" 656 1133 1134 + "@babel/plugin-transform-literals@^7.14.5": 1135 + version "7.14.5" 1136 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78" 1137 + integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A== 1138 + dependencies: 1139 + "@babel/helper-plugin-utils" "^7.14.5" 1140 + 657 1141 "@babel/plugin-transform-member-expression-literals@^7.12.13": 658 1142 version "7.12.13" 659 1143 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz#5ffa66cd59b9e191314c9f1f803b938e8c081e40" 660 1144 integrity sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== 661 1145 dependencies: 662 1146 "@babel/helper-plugin-utils" "^7.12.13" 1147 + 1148 + "@babel/plugin-transform-member-expression-literals@^7.14.5": 1149 + version "7.14.5" 1150 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7" 1151 + integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q== 1152 + dependencies: 1153 + "@babel/helper-plugin-utils" "^7.14.5" 663 1154 664 1155 "@babel/plugin-transform-modules-amd@^7.14.2": 665 1156 version "7.14.2" ··· 670 1161 "@babel/helper-plugin-utils" "^7.13.0" 671 1162 babel-plugin-dynamic-import-node "^2.3.3" 672 1163 1164 + "@babel/plugin-transform-modules-amd@^7.14.5": 1165 + version "7.14.5" 1166 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz#4fd9ce7e3411cb8b83848480b7041d83004858f7" 1167 + integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g== 1168 + dependencies: 1169 + "@babel/helper-module-transforms" "^7.14.5" 1170 + "@babel/helper-plugin-utils" "^7.14.5" 1171 + babel-plugin-dynamic-import-node "^2.3.3" 1172 + 673 1173 "@babel/plugin-transform-modules-commonjs@^7.14.0": 674 1174 version "7.14.0" 675 1175 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz#52bc199cb581e0992edba0f0f80356467587f161" ··· 678 1178 "@babel/helper-module-transforms" "^7.14.0" 679 1179 "@babel/helper-plugin-utils" "^7.13.0" 680 1180 "@babel/helper-simple-access" "^7.13.12" 1181 + babel-plugin-dynamic-import-node "^2.3.3" 1182 + 1183 + "@babel/plugin-transform-modules-commonjs@^7.14.5": 1184 + version "7.14.5" 1185 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97" 1186 + integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A== 1187 + dependencies: 1188 + "@babel/helper-module-transforms" "^7.14.5" 1189 + "@babel/helper-plugin-utils" "^7.14.5" 1190 + "@babel/helper-simple-access" "^7.14.5" 681 1191 babel-plugin-dynamic-import-node "^2.3.3" 682 1192 683 1193 "@babel/plugin-transform-modules-systemjs@^7.13.8": ··· 691 1201 "@babel/helper-validator-identifier" "^7.12.11" 692 1202 babel-plugin-dynamic-import-node "^2.3.3" 693 1203 1204 + "@babel/plugin-transform-modules-systemjs@^7.14.5": 1205 + version "7.14.5" 1206 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29" 1207 + integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA== 1208 + dependencies: 1209 + "@babel/helper-hoist-variables" "^7.14.5" 1210 + "@babel/helper-module-transforms" "^7.14.5" 1211 + "@babel/helper-plugin-utils" "^7.14.5" 1212 + "@babel/helper-validator-identifier" "^7.14.5" 1213 + babel-plugin-dynamic-import-node "^2.3.3" 1214 + 694 1215 "@babel/plugin-transform-modules-umd@^7.14.0": 695 1216 version "7.14.0" 696 1217 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz#2f8179d1bbc9263665ce4a65f305526b2ea8ac34" ··· 699 1220 "@babel/helper-module-transforms" "^7.14.0" 700 1221 "@babel/helper-plugin-utils" "^7.13.0" 701 1222 1223 + "@babel/plugin-transform-modules-umd@^7.14.5": 1224 + version "7.14.5" 1225 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz#fb662dfee697cce274a7cda525190a79096aa6e0" 1226 + integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA== 1227 + dependencies: 1228 + "@babel/helper-module-transforms" "^7.14.5" 1229 + "@babel/helper-plugin-utils" "^7.14.5" 1230 + 702 1231 "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": 703 1232 version "7.12.13" 704 1233 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz#2213725a5f5bbbe364b50c3ba5998c9599c5c9d9" ··· 706 1235 dependencies: 707 1236 "@babel/helper-create-regexp-features-plugin" "^7.12.13" 708 1237 1238 + "@babel/plugin-transform-named-capturing-groups-regex@^7.14.5": 1239 + version "7.14.5" 1240 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c" 1241 + integrity sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw== 1242 + dependencies: 1243 + "@babel/helper-create-regexp-features-plugin" "^7.14.5" 1244 + 709 1245 "@babel/plugin-transform-new-target@^7.12.13": 710 1246 version "7.12.13" 711 1247 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz#e22d8c3af24b150dd528cbd6e685e799bf1c351c" 712 1248 integrity sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== 713 1249 dependencies: 714 1250 "@babel/helper-plugin-utils" "^7.12.13" 1251 + 1252 + "@babel/plugin-transform-new-target@^7.14.5": 1253 + version "7.14.5" 1254 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8" 1255 + integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ== 1256 + dependencies: 1257 + "@babel/helper-plugin-utils" "^7.14.5" 715 1258 716 1259 "@babel/plugin-transform-object-super@^7.12.13": 717 1260 version "7.12.13" ··· 721 1264 "@babel/helper-plugin-utils" "^7.12.13" 722 1265 "@babel/helper-replace-supers" "^7.12.13" 723 1266 1267 + "@babel/plugin-transform-object-super@^7.14.5": 1268 + version "7.14.5" 1269 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45" 1270 + integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg== 1271 + dependencies: 1272 + "@babel/helper-plugin-utils" "^7.14.5" 1273 + "@babel/helper-replace-supers" "^7.14.5" 1274 + 724 1275 "@babel/plugin-transform-parameters@^7.14.2": 725 1276 version "7.14.2" 726 1277 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz#e4290f72e0e9e831000d066427c4667098decc31" 727 1278 integrity sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A== 728 1279 dependencies: 729 1280 "@babel/helper-plugin-utils" "^7.13.0" 1281 + 1282 + "@babel/plugin-transform-parameters@^7.14.5": 1283 + version "7.14.5" 1284 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3" 1285 + integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA== 1286 + dependencies: 1287 + "@babel/helper-plugin-utils" "^7.14.5" 730 1288 731 1289 "@babel/plugin-transform-property-literals@^7.12.13": 732 1290 version "7.12.13" ··· 735 1293 dependencies: 736 1294 "@babel/helper-plugin-utils" "^7.12.13" 737 1295 1296 + "@babel/plugin-transform-property-literals@^7.14.5": 1297 + version "7.14.5" 1298 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34" 1299 + integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw== 1300 + dependencies: 1301 + "@babel/helper-plugin-utils" "^7.14.5" 1302 + 738 1303 "@babel/plugin-transform-regenerator@^7.13.15": 739 1304 version "7.13.15" 740 1305 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39" 741 1306 integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ== 1307 + dependencies: 1308 + regenerator-transform "^0.14.2" 1309 + 1310 + "@babel/plugin-transform-regenerator@^7.14.5": 1311 + version "7.14.5" 1312 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz#9676fd5707ed28f522727c5b3c0aa8544440b04f" 1313 + integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg== 742 1314 dependencies: 743 1315 regenerator-transform "^0.14.2" 744 1316 ··· 749 1321 dependencies: 750 1322 "@babel/helper-plugin-utils" "^7.12.13" 751 1323 752 - "@babel/plugin-transform-runtime@7.14.3", "@babel/plugin-transform-runtime@^7.14.2": 1324 + "@babel/plugin-transform-reserved-words@^7.14.5": 1325 + version "7.14.5" 1326 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304" 1327 + integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg== 1328 + dependencies: 1329 + "@babel/helper-plugin-utils" "^7.14.5" 1330 + 1331 + "@babel/plugin-transform-runtime@7.14.5": 1332 + version "7.14.5" 1333 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523" 1334 + integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg== 1335 + dependencies: 1336 + "@babel/helper-module-imports" "^7.14.5" 1337 + "@babel/helper-plugin-utils" "^7.14.5" 1338 + babel-plugin-polyfill-corejs2 "^0.2.2" 1339 + babel-plugin-polyfill-corejs3 "^0.2.2" 1340 + babel-plugin-polyfill-regenerator "^0.2.2" 1341 + semver "^6.3.0" 1342 + 1343 + "@babel/plugin-transform-runtime@^7.14.2": 753 1344 version "7.14.3" 754 1345 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.3.tgz#1fd885a2d0de1d3c223795a4e9be72c2db4515cf" 755 1346 integrity sha512-t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg== ··· 768 1359 dependencies: 769 1360 "@babel/helper-plugin-utils" "^7.12.13" 770 1361 1362 + "@babel/plugin-transform-shorthand-properties@^7.14.5": 1363 + version "7.14.5" 1364 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58" 1365 + integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g== 1366 + dependencies: 1367 + "@babel/helper-plugin-utils" "^7.14.5" 1368 + 771 1369 "@babel/plugin-transform-spread@^7.13.0": 772 1370 version "7.13.0" 773 1371 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz#84887710e273c1815ace7ae459f6f42a5d31d5fd" ··· 776 1374 "@babel/helper-plugin-utils" "^7.13.0" 777 1375 "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" 778 1376 1377 + "@babel/plugin-transform-spread@^7.14.5": 1378 + version "7.14.5" 1379 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.5.tgz#bd269fb4119754d2ce7f4cc39a96b4f71baae356" 1380 + integrity sha512-/3iqoQdiWergnShZYl0xACb4ADeYCJ7X/RgmwtXshn6cIvautRPAFzhd58frQlokLO6Jb4/3JXvmm6WNTPtiTw== 1381 + dependencies: 1382 + "@babel/helper-plugin-utils" "^7.14.5" 1383 + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" 1384 + 779 1385 "@babel/plugin-transform-sticky-regex@^7.12.13": 780 1386 version "7.12.13" 781 1387 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz#760ffd936face73f860ae646fb86ee82f3d06d1f" 782 1388 integrity sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== 783 1389 dependencies: 784 1390 "@babel/helper-plugin-utils" "^7.12.13" 1391 + 1392 + "@babel/plugin-transform-sticky-regex@^7.14.5": 1393 + version "7.14.5" 1394 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9" 1395 + integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A== 1396 + dependencies: 1397 + "@babel/helper-plugin-utils" "^7.14.5" 785 1398 786 1399 "@babel/plugin-transform-template-literals@^7.13.0": 787 1400 version "7.13.0" ··· 790 1403 dependencies: 791 1404 "@babel/helper-plugin-utils" "^7.13.0" 792 1405 1406 + "@babel/plugin-transform-template-literals@^7.14.5": 1407 + version "7.14.5" 1408 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93" 1409 + integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg== 1410 + dependencies: 1411 + "@babel/helper-plugin-utils" "^7.14.5" 1412 + 793 1413 "@babel/plugin-transform-typeof-symbol@^7.12.13": 794 1414 version "7.12.13" 795 1415 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz#785dd67a1f2ea579d9c2be722de8c84cb85f5a7f" 796 1416 integrity sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== 797 1417 dependencies: 798 1418 "@babel/helper-plugin-utils" "^7.12.13" 1419 + 1420 + "@babel/plugin-transform-typeof-symbol@^7.14.5": 1421 + version "7.14.5" 1422 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz#39af2739e989a2bd291bf6b53f16981423d457d4" 1423 + integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw== 1424 + dependencies: 1425 + "@babel/helper-plugin-utils" "^7.14.5" 799 1426 800 1427 "@babel/plugin-transform-typescript@^7.13.0": 801 1428 version "7.13.0" ··· 813 1440 dependencies: 814 1441 "@babel/helper-plugin-utils" "^7.12.13" 815 1442 1443 + "@babel/plugin-transform-unicode-escapes@^7.14.5": 1444 + version "7.14.5" 1445 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz#9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b" 1446 + integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA== 1447 + dependencies: 1448 + "@babel/helper-plugin-utils" "^7.14.5" 1449 + 816 1450 "@babel/plugin-transform-unicode-regex@^7.12.13": 817 1451 version "7.12.13" 818 1452 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz#b52521685804e155b1202e83fc188d34bb70f5ac" ··· 821 1455 "@babel/helper-create-regexp-features-plugin" "^7.12.13" 822 1456 "@babel/helper-plugin-utils" "^7.12.13" 823 1457 824 - "@babel/preset-env@7.14.4", "@babel/preset-env@^7.14.2": 1458 + "@babel/plugin-transform-unicode-regex@^7.14.5": 1459 + version "7.14.5" 1460 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz#4cd09b6c8425dd81255c7ceb3fb1836e7414382e" 1461 + integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw== 1462 + dependencies: 1463 + "@babel/helper-create-regexp-features-plugin" "^7.14.5" 1464 + "@babel/helper-plugin-utils" "^7.14.5" 1465 + 1466 + "@babel/preset-env@7.14.5": 1467 + version "7.14.5" 1468 + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997" 1469 + integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA== 1470 + dependencies: 1471 + "@babel/compat-data" "^7.14.5" 1472 + "@babel/helper-compilation-targets" "^7.14.5" 1473 + "@babel/helper-plugin-utils" "^7.14.5" 1474 + "@babel/helper-validator-option" "^7.14.5" 1475 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" 1476 + "@babel/plugin-proposal-async-generator-functions" "^7.14.5" 1477 + "@babel/plugin-proposal-class-properties" "^7.14.5" 1478 + "@babel/plugin-proposal-class-static-block" "^7.14.5" 1479 + "@babel/plugin-proposal-dynamic-import" "^7.14.5" 1480 + "@babel/plugin-proposal-export-namespace-from" "^7.14.5" 1481 + "@babel/plugin-proposal-json-strings" "^7.14.5" 1482 + "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" 1483 + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" 1484 + "@babel/plugin-proposal-numeric-separator" "^7.14.5" 1485 + "@babel/plugin-proposal-object-rest-spread" "^7.14.5" 1486 + "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" 1487 + "@babel/plugin-proposal-optional-chaining" "^7.14.5" 1488 + "@babel/plugin-proposal-private-methods" "^7.14.5" 1489 + "@babel/plugin-proposal-private-property-in-object" "^7.14.5" 1490 + "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" 1491 + "@babel/plugin-syntax-async-generators" "^7.8.4" 1492 + "@babel/plugin-syntax-class-properties" "^7.12.13" 1493 + "@babel/plugin-syntax-class-static-block" "^7.14.5" 1494 + "@babel/plugin-syntax-dynamic-import" "^7.8.3" 1495 + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 1496 + "@babel/plugin-syntax-json-strings" "^7.8.3" 1497 + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 1498 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 1499 + "@babel/plugin-syntax-numeric-separator" "^7.10.4" 1500 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 1501 + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" 1502 + "@babel/plugin-syntax-optional-chaining" "^7.8.3" 1503 + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" 1504 + "@babel/plugin-syntax-top-level-await" "^7.14.5" 1505 + "@babel/plugin-transform-arrow-functions" "^7.14.5" 1506 + "@babel/plugin-transform-async-to-generator" "^7.14.5" 1507 + "@babel/plugin-transform-block-scoped-functions" "^7.14.5" 1508 + "@babel/plugin-transform-block-scoping" "^7.14.5" 1509 + "@babel/plugin-transform-classes" "^7.14.5" 1510 + "@babel/plugin-transform-computed-properties" "^7.14.5" 1511 + "@babel/plugin-transform-destructuring" "^7.14.5" 1512 + "@babel/plugin-transform-dotall-regex" "^7.14.5" 1513 + "@babel/plugin-transform-duplicate-keys" "^7.14.5" 1514 + "@babel/plugin-transform-exponentiation-operator" "^7.14.5" 1515 + "@babel/plugin-transform-for-of" "^7.14.5" 1516 + "@babel/plugin-transform-function-name" "^7.14.5" 1517 + "@babel/plugin-transform-literals" "^7.14.5" 1518 + "@babel/plugin-transform-member-expression-literals" "^7.14.5" 1519 + "@babel/plugin-transform-modules-amd" "^7.14.5" 1520 + "@babel/plugin-transform-modules-commonjs" "^7.14.5" 1521 + "@babel/plugin-transform-modules-systemjs" "^7.14.5" 1522 + "@babel/plugin-transform-modules-umd" "^7.14.5" 1523 + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5" 1524 + "@babel/plugin-transform-new-target" "^7.14.5" 1525 + "@babel/plugin-transform-object-super" "^7.14.5" 1526 + "@babel/plugin-transform-parameters" "^7.14.5" 1527 + "@babel/plugin-transform-property-literals" "^7.14.5" 1528 + "@babel/plugin-transform-regenerator" "^7.14.5" 1529 + "@babel/plugin-transform-reserved-words" "^7.14.5" 1530 + "@babel/plugin-transform-shorthand-properties" "^7.14.5" 1531 + "@babel/plugin-transform-spread" "^7.14.5" 1532 + "@babel/plugin-transform-sticky-regex" "^7.14.5" 1533 + "@babel/plugin-transform-template-literals" "^7.14.5" 1534 + "@babel/plugin-transform-typeof-symbol" "^7.14.5" 1535 + "@babel/plugin-transform-unicode-escapes" "^7.14.5" 1536 + "@babel/plugin-transform-unicode-regex" "^7.14.5" 1537 + "@babel/preset-modules" "^0.1.4" 1538 + "@babel/types" "^7.14.5" 1539 + babel-plugin-polyfill-corejs2 "^0.2.2" 1540 + babel-plugin-polyfill-corejs3 "^0.2.2" 1541 + babel-plugin-polyfill-regenerator "^0.2.2" 1542 + core-js-compat "^3.14.0" 1543 + semver "^6.3.0" 1544 + 1545 + "@babel/preset-env@^7.14.2": 825 1546 version "7.14.4" 826 1547 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" 827 1548 integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== ··· 936 1657 "@babel/parser" "^7.12.13" 937 1658 "@babel/types" "^7.12.13" 938 1659 1660 + "@babel/template@^7.14.5": 1661 + version "7.14.5" 1662 + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4" 1663 + integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g== 1664 + dependencies: 1665 + "@babel/code-frame" "^7.14.5" 1666 + "@babel/parser" "^7.14.5" 1667 + "@babel/types" "^7.14.5" 1668 + 939 1669 "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": 940 1670 version "7.14.2" 941 1671 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" ··· 950 1680 debug "^4.1.0" 951 1681 globals "^11.1.0" 952 1682 1683 + "@babel/traverse@^7.14.5": 1684 + version "7.14.5" 1685 + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" 1686 + integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== 1687 + dependencies: 1688 + "@babel/code-frame" "^7.14.5" 1689 + "@babel/generator" "^7.14.5" 1690 + "@babel/helper-function-name" "^7.14.5" 1691 + "@babel/helper-hoist-variables" "^7.14.5" 1692 + "@babel/helper-split-export-declaration" "^7.14.5" 1693 + "@babel/parser" "^7.14.5" 1694 + "@babel/types" "^7.14.5" 1695 + debug "^4.1.0" 1696 + globals "^11.1.0" 1697 + 953 1698 "@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": 954 1699 version "7.14.4" 955 1700 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" 956 1701 integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== 957 1702 dependencies: 958 1703 "@babel/helper-validator-identifier" "^7.14.0" 1704 + to-fast-properties "^2.0.0" 1705 + 1706 + "@babel/types@^7.14.5": 1707 + version "7.14.5" 1708 + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" 1709 + integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== 1710 + dependencies: 1711 + "@babel/helper-validator-identifier" "^7.14.5" 959 1712 to-fast-properties "^2.0.0" 960 1713 961 1714 "@bcoe/v8-coverage@^0.2.3": ··· 3018 3771 "@babel/helper-define-polyfill-provider" "^0.2.0" 3019 3772 semver "^6.1.1" 3020 3773 3774 + babel-plugin-polyfill-corejs2@^0.2.2: 3775 + version "0.2.2" 3776 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" 3777 + integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== 3778 + dependencies: 3779 + "@babel/compat-data" "^7.13.11" 3780 + "@babel/helper-define-polyfill-provider" "^0.2.2" 3781 + semver "^6.1.1" 3782 + 3021 3783 babel-plugin-polyfill-corejs3@^0.2.0: 3022 3784 version "0.2.0" 3023 3785 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2" ··· 3026 3788 "@babel/helper-define-polyfill-provider" "^0.2.0" 3027 3789 core-js-compat "^3.9.1" 3028 3790 3791 + babel-plugin-polyfill-corejs3@^0.2.2: 3792 + version "0.2.2" 3793 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5" 3794 + integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A== 3795 + dependencies: 3796 + "@babel/helper-define-polyfill-provider" "^0.2.2" 3797 + core-js-compat "^3.9.1" 3798 + 3029 3799 babel-plugin-polyfill-regenerator@^0.2.0: 3030 3800 version "0.2.0" 3031 3801 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8" 3032 3802 integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg== 3033 3803 dependencies: 3034 3804 "@babel/helper-define-polyfill-provider" "^0.2.0" 3805 + 3806 + babel-plugin-polyfill-regenerator@^0.2.2: 3807 + version "0.2.2" 3808 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" 3809 + integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== 3810 + dependencies: 3811 + "@babel/helper-define-polyfill-provider" "^0.2.2" 3035 3812 3036 3813 babel-preset-current-node-syntax@^1.0.0: 3037 3814 version "1.0.1" ··· 4111 4888 version "3.12.1" 4112 4889 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.12.1.tgz#2c302c4708505fa7072b0adb5156d26f7801a18b" 4113 4890 integrity sha512-i6h5qODpw6EsHAoIdQhKoZdWn+dGBF3dSS8m5tif36RlWvW3A6+yu2S16QHUo3CrkzrnEskMAt9f8FxmY9fhWQ== 4891 + dependencies: 4892 + browserslist "^4.16.6" 4893 + semver "7.0.0" 4894 + 4895 + core-js-compat@^3.14.0: 4896 + version "3.14.0" 4897 + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5" 4898 + integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A== 4114 4899 dependencies: 4115 4900 browserslist "^4.16.6" 4116 4901 semver "7.0.0"