[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 devdependency nuxt-edge to v2.16.0-27923058.4ecdc72

authored by

renovate[bot] and committed by
GitHub
(Oct 12, 2024, 10:28 PM UTC) 9dc770cc 33f49665

+2575 -1425
+1 -1
package.json
··· 54 54 "husky": "8.0.1", 55 55 "jest": "28.1.3", 56 56 "lint-staged": "13.0.2", 57 - "nuxt-edge": "2.16.0-27358576.777a4b7f", 57 + "nuxt-edge": "2.16.0-27923058.4ecdc72", 58 58 "release-it": "15.0.0", 59 59 "siroc": "0.16.0", 60 60 "ts-loader": "8.3.0"
+2574 -1424
yarn.lock
··· 9 9 dependencies: 10 10 "@jridgewell/trace-mapping" "^0.3.0" 11 11 12 + "@ampproject/remapping@^2.2.0": 13 + version "2.3.0" 14 + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" 15 + integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== 16 + dependencies: 17 + "@jridgewell/gen-mapping" "^0.3.5" 18 + "@jridgewell/trace-mapping" "^0.3.24" 19 + 12 20 "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.8.3": 13 21 version "7.16.7" 14 22 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" ··· 16 24 dependencies: 17 25 "@babel/highlight" "^7.16.7" 18 26 19 - "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.17.10": 27 + "@babel/code-frame@^7.25.7": 28 + version "7.25.7" 29 + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" 30 + integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== 31 + dependencies: 32 + "@babel/highlight" "^7.25.7" 33 + picocolors "^1.0.0" 34 + 35 + "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10": 20 36 version "7.18.5" 21 37 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.5.tgz#acac0c839e317038c73137fbb6ef71a1d6238471" 22 38 integrity sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg== 23 39 24 - "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0": 40 + "@babel/compat-data@^7.20.14", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7", "@babel/compat-data@^7.25.8": 41 + version "7.25.8" 42 + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402" 43 + integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA== 44 + 45 + "@babel/core@^7.11.6", "@babel/core@^7.12.3": 25 46 version "7.18.5" 26 47 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000" 27 48 integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ== ··· 42 63 json5 "^2.2.1" 43 64 semver "^6.3.0" 44 65 66 + "@babel/core@^7.20.12": 67 + version "7.25.8" 68 + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6" 69 + integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg== 70 + dependencies: 71 + "@ampproject/remapping" "^2.2.0" 72 + "@babel/code-frame" "^7.25.7" 73 + "@babel/generator" "^7.25.7" 74 + "@babel/helper-compilation-targets" "^7.25.7" 75 + "@babel/helper-module-transforms" "^7.25.7" 76 + "@babel/helpers" "^7.25.7" 77 + "@babel/parser" "^7.25.8" 78 + "@babel/template" "^7.25.7" 79 + "@babel/traverse" "^7.25.7" 80 + "@babel/types" "^7.25.8" 81 + convert-source-map "^2.0.0" 82 + debug "^4.1.0" 83 + gensync "^1.0.0-beta.2" 84 + json5 "^2.2.3" 85 + semver "^6.3.1" 86 + 45 87 "@babel/generator@^7.18.2", "@babel/generator@^7.7.2": 46 88 version "7.18.2" 47 89 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d" ··· 51 93 "@jridgewell/gen-mapping" "^0.3.0" 52 94 jsesc "^2.5.1" 53 95 96 + "@babel/generator@^7.25.7": 97 + version "7.25.7" 98 + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" 99 + integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== 100 + dependencies: 101 + "@babel/types" "^7.25.7" 102 + "@jridgewell/gen-mapping" "^0.3.5" 103 + "@jridgewell/trace-mapping" "^0.3.25" 104 + jsesc "^3.0.2" 105 + 54 106 "@babel/helper-annotate-as-pure@^7.16.7": 55 107 version "7.16.7" 56 108 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" 57 109 integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== 58 110 dependencies: 59 111 "@babel/types" "^7.16.7" 112 + 113 + "@babel/helper-annotate-as-pure@^7.25.7": 114 + version "7.25.7" 115 + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972" 116 + integrity sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA== 117 + dependencies: 118 + "@babel/types" "^7.25.7" 60 119 61 120 "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": 62 121 version "7.16.7" ··· 66 125 "@babel/helper-explode-assignable-expression" "^7.16.7" 67 126 "@babel/types" "^7.16.7" 68 127 69 - "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2": 128 + "@babel/helper-builder-binary-assignment-operator-visitor@^7.25.7": 129 + version "7.25.7" 130 + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.7.tgz#d721650c1f595371e0a23ee816f1c3c488c0d622" 131 + integrity sha512-12xfNeKNH7jubQNm7PAkzlLwEmCs1tfuX3UjIw6vP6QXi+leKh6+LyC/+Ed4EIQermwd58wsyh070yjDHFlNGg== 132 + dependencies: 133 + "@babel/traverse" "^7.25.7" 134 + "@babel/types" "^7.25.7" 135 + 136 + "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2": 70 137 version "7.18.2" 71 138 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b" 72 139 integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ== ··· 76 143 browserslist "^4.20.2" 77 144 semver "^6.3.0" 78 145 79 - "@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.17.9", "@babel/helper-create-class-features-plugin@^7.18.0": 146 + "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7": 147 + version "7.25.7" 148 + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4" 149 + integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A== 150 + dependencies: 151 + "@babel/compat-data" "^7.25.7" 152 + "@babel/helper-validator-option" "^7.25.7" 153 + browserslist "^4.24.0" 154 + lru-cache "^5.1.1" 155 + semver "^6.3.1" 156 + 157 + "@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0": 80 158 version "7.18.0" 81 159 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz#fac430912606331cb075ea8d82f9a4c145a4da19" 82 160 integrity sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg== ··· 89 167 "@babel/helper-replace-supers" "^7.16.7" 90 168 "@babel/helper-split-export-declaration" "^7.16.7" 91 169 170 + "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.7": 171 + version "7.25.7" 172 + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b" 173 + integrity sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw== 174 + dependencies: 175 + "@babel/helper-annotate-as-pure" "^7.25.7" 176 + "@babel/helper-member-expression-to-functions" "^7.25.7" 177 + "@babel/helper-optimise-call-expression" "^7.25.7" 178 + "@babel/helper-replace-supers" "^7.25.7" 179 + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" 180 + "@babel/traverse" "^7.25.7" 181 + semver "^6.3.1" 182 + 92 183 "@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.12": 93 184 version "7.17.12" 94 185 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz#bb37ca467f9694bbe55b884ae7a5cc1e0084e4fd" ··· 96 187 dependencies: 97 188 "@babel/helper-annotate-as-pure" "^7.16.7" 98 189 regexpu-core "^5.0.1" 190 + 191 + "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.7": 192 + version "7.25.7" 193 + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.7.tgz#dcb464f0e2cdfe0c25cc2a0a59c37ab940ce894e" 194 + integrity sha512-byHhumTj/X47wJ6C6eLpK7wW/WBEcnUeb7D0FNc/jFQnQVw7DOso3Zz5u9x/zLrFVkHa89ZGDbkAa1D54NdrCQ== 195 + dependencies: 196 + "@babel/helper-annotate-as-pure" "^7.25.7" 197 + regexpu-core "^6.1.1" 198 + semver "^6.3.1" 99 199 100 200 "@babel/helper-define-polyfill-provider@^0.3.1": 101 201 version "0.3.1" ··· 110 210 lodash.debounce "^4.0.8" 111 211 resolve "^1.14.2" 112 212 semver "^6.1.2" 213 + 214 + "@babel/helper-define-polyfill-provider@^0.6.2": 215 + version "0.6.2" 216 + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" 217 + integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== 218 + dependencies: 219 + "@babel/helper-compilation-targets" "^7.22.6" 220 + "@babel/helper-plugin-utils" "^7.22.5" 221 + debug "^4.1.1" 222 + lodash.debounce "^4.0.8" 223 + resolve "^1.14.2" 113 224 114 225 "@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2": 115 226 version "7.18.2" ··· 145 256 dependencies: 146 257 "@babel/types" "^7.17.0" 147 258 148 - "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7": 259 + "@babel/helper-member-expression-to-functions@^7.25.7": 260 + version "7.25.7" 261 + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz#541a33b071f0355a63a0fa4bdf9ac360116b8574" 262 + integrity sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA== 263 + dependencies: 264 + "@babel/traverse" "^7.25.7" 265 + "@babel/types" "^7.25.7" 266 + 267 + "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": 149 268 version "7.16.7" 150 269 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" 151 270 integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== 152 271 dependencies: 153 272 "@babel/types" "^7.16.7" 273 + 274 + "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.25.7": 275 + version "7.25.7" 276 + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472" 277 + integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw== 278 + dependencies: 279 + "@babel/traverse" "^7.25.7" 280 + "@babel/types" "^7.25.7" 154 281 155 282 "@babel/helper-module-transforms@^7.18.0": 156 283 version "7.18.0" ··· 166 293 "@babel/traverse" "^7.18.0" 167 294 "@babel/types" "^7.18.0" 168 295 296 + "@babel/helper-module-transforms@^7.25.7": 297 + version "7.25.7" 298 + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a" 299 + integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ== 300 + dependencies: 301 + "@babel/helper-module-imports" "^7.25.7" 302 + "@babel/helper-simple-access" "^7.25.7" 303 + "@babel/helper-validator-identifier" "^7.25.7" 304 + "@babel/traverse" "^7.25.7" 305 + 169 306 "@babel/helper-optimise-call-expression@^7.16.7": 170 307 version "7.16.7" 171 308 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" ··· 173 310 dependencies: 174 311 "@babel/types" "^7.16.7" 175 312 313 + "@babel/helper-optimise-call-expression@^7.25.7": 314 + version "7.25.7" 315 + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a" 316 + integrity sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng== 317 + dependencies: 318 + "@babel/types" "^7.25.7" 319 + 176 320 "@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.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": 177 321 version "7.17.12" 178 322 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96" 179 323 integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== 324 + 325 + "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.7": 326 + version "7.25.7" 327 + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c" 328 + integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw== 180 329 181 330 "@babel/helper-remap-async-to-generator@^7.16.8": 182 331 version "7.16.8" ··· 186 335 "@babel/helper-annotate-as-pure" "^7.16.7" 187 336 "@babel/helper-wrap-function" "^7.16.8" 188 337 "@babel/types" "^7.16.8" 338 + 339 + "@babel/helper-remap-async-to-generator@^7.25.7": 340 + version "7.25.7" 341 + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz#9efdc39df5f489bcd15533c912b6c723a0a65021" 342 + integrity sha512-kRGE89hLnPfcz6fTrlNU+uhgcwv0mBE4Gv3P9Ke9kLVJYpi4AMVVEElXvB5CabrPZW4nCM8P8UyyjrzCM0O2sw== 343 + dependencies: 344 + "@babel/helper-annotate-as-pure" "^7.25.7" 345 + "@babel/helper-wrap-function" "^7.25.7" 346 + "@babel/traverse" "^7.25.7" 189 347 190 348 "@babel/helper-replace-supers@^7.16.7", "@babel/helper-replace-supers@^7.18.2": 191 349 version "7.18.2" ··· 198 356 "@babel/traverse" "^7.18.2" 199 357 "@babel/types" "^7.18.2" 200 358 359 + "@babel/helper-replace-supers@^7.25.7": 360 + version "7.25.7" 361 + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz#38cfda3b6e990879c71d08d0fef9236b62bd75f5" 362 + integrity sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw== 363 + dependencies: 364 + "@babel/helper-member-expression-to-functions" "^7.25.7" 365 + "@babel/helper-optimise-call-expression" "^7.25.7" 366 + "@babel/traverse" "^7.25.7" 367 + 201 368 "@babel/helper-simple-access@^7.17.7", "@babel/helper-simple-access@^7.18.2": 202 369 version "7.18.2" 203 370 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9" 204 371 integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ== 205 372 dependencies: 206 373 "@babel/types" "^7.18.2" 374 + 375 + "@babel/helper-simple-access@^7.25.7": 376 + version "7.25.7" 377 + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0" 378 + integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ== 379 + dependencies: 380 + "@babel/traverse" "^7.25.7" 381 + "@babel/types" "^7.25.7" 207 382 208 383 "@babel/helper-skip-transparent-expression-wrappers@^7.16.0": 209 384 version "7.16.0" ··· 212 387 dependencies: 213 388 "@babel/types" "^7.16.0" 214 389 390 + "@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.25.7": 391 + version "7.25.7" 392 + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz#382831c91038b1a6d32643f5f49505b8442cb87c" 393 + integrity sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA== 394 + dependencies: 395 + "@babel/traverse" "^7.25.7" 396 + "@babel/types" "^7.25.7" 397 + 215 398 "@babel/helper-split-export-declaration@^7.16.7": 216 399 version "7.16.7" 217 400 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" ··· 219 402 dependencies: 220 403 "@babel/types" "^7.16.7" 221 404 405 + "@babel/helper-string-parser@^7.25.7": 406 + version "7.25.7" 407 + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" 408 + integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== 409 + 222 410 "@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.16.7": 223 411 version "7.16.7" 224 412 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" 225 413 integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== 226 414 415 + "@babel/helper-validator-identifier@^7.25.7": 416 + version "7.25.7" 417 + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" 418 + integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== 419 + 227 420 "@babel/helper-validator-option@^7.16.7": 228 421 version "7.16.7" 229 422 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" 230 423 integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== 424 + 425 + "@babel/helper-validator-option@^7.25.7": 426 + version "7.25.7" 427 + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729" 428 + integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ== 231 429 232 430 "@babel/helper-wrap-function@^7.16.8": 233 431 version "7.16.8" ··· 239 437 "@babel/traverse" "^7.16.8" 240 438 "@babel/types" "^7.16.8" 241 439 440 + "@babel/helper-wrap-function@^7.25.7": 441 + version "7.25.7" 442 + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7" 443 + integrity sha512-MA0roW3JF2bD1ptAaJnvcabsVlNQShUaThyJbCDD4bCp8NEgiFvpoqRI2YS22hHlc2thjO/fTg2ShLMC3jygAg== 444 + dependencies: 445 + "@babel/template" "^7.25.7" 446 + "@babel/traverse" "^7.25.7" 447 + "@babel/types" "^7.25.7" 448 + 242 449 "@babel/helpers@^7.18.2": 243 450 version "7.18.2" 244 451 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384" ··· 247 454 "@babel/template" "^7.16.7" 248 455 "@babel/traverse" "^7.18.2" 249 456 "@babel/types" "^7.18.2" 457 + 458 + "@babel/helpers@^7.25.7": 459 + version "7.25.7" 460 + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2" 461 + integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA== 462 + dependencies: 463 + "@babel/template" "^7.25.7" 464 + "@babel/types" "^7.25.7" 250 465 251 466 "@babel/highlight@^7.16.7": 252 467 version "7.17.9" ··· 257 472 chalk "^2.0.0" 258 473 js-tokens "^4.0.0" 259 474 475 + "@babel/highlight@^7.25.7": 476 + version "7.25.7" 477 + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" 478 + integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== 479 + dependencies: 480 + "@babel/helper-validator-identifier" "^7.25.7" 481 + chalk "^2.4.2" 482 + js-tokens "^4.0.0" 483 + picocolors "^1.0.0" 484 + 260 485 "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.5", "@babel/parser@^7.7.0": 261 486 version "7.18.5" 262 487 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c" 263 488 integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw== 489 + 490 + "@babel/parser@^7.23.5", "@babel/parser@^7.25.7", "@babel/parser@^7.25.8": 491 + version "7.25.8" 492 + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" 493 + integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== 494 + dependencies: 495 + "@babel/types" "^7.25.8" 496 + 497 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7": 498 + version "7.25.7" 499 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64" 500 + integrity sha512-UV9Lg53zyebzD1DwQoT9mzkEKa922LNUp5YkTJ6Uta0RbyXaQNUgcvSt7qIu1PpPzVb6rd10OVNTzkyBGeVmxQ== 501 + dependencies: 502 + "@babel/helper-plugin-utils" "^7.25.7" 503 + "@babel/traverse" "^7.25.7" 504 + 505 + "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.7": 506 + version "7.25.7" 507 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.7.tgz#a338d611adb9dcd599b8b1efa200c88ebeffe046" 508 + integrity sha512-GDDWeVLNxRIkQTnJn2pDOM1pkCgYdSqPeT1a9vh9yIqu2uzzgw1zcqEb+IJOhy+dTBMlNdThrDIksr2o09qrrQ== 509 + dependencies: 510 + "@babel/helper-plugin-utils" "^7.25.7" 264 511 265 512 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12": 266 513 version "7.17.12" ··· 268 515 integrity sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw== 269 516 dependencies: 270 517 "@babel/helper-plugin-utils" "^7.17.12" 518 + 519 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.7": 520 + version "7.25.7" 521 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.7.tgz#c5f755e911dfac7ef6957300c0f9c4a8c18c06f4" 522 + integrity sha512-wxyWg2RYaSUYgmd9MR0FyRGyeOMQE/Uzr1wzd/g5cf5bwi9A4v6HFdDm7y1MgDtod/fLOSTZY6jDgV0xU9d5bA== 523 + dependencies: 524 + "@babel/helper-plugin-utils" "^7.25.7" 271 525 272 526 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.17.12": 273 527 version "7.17.12" ··· 278 532 "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" 279 533 "@babel/plugin-proposal-optional-chaining" "^7.17.12" 280 534 535 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.25.7": 536 + version "7.25.7" 537 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.7.tgz#3b7ea04492ded990978b6deaa1dfca120ad4455a" 538 + integrity sha512-Xwg6tZpLxc4iQjorYsyGMyfJE7nP5MV8t/Ka58BgiA7Jw0fRqQNcANlLfdJ/yvBt9z9LD2We+BEkT7vLqZRWng== 539 + dependencies: 540 + "@babel/helper-plugin-utils" "^7.25.7" 541 + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" 542 + "@babel/plugin-transform-optional-chaining" "^7.25.7" 543 + 544 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.7": 545 + version "7.25.7" 546 + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.7.tgz#9622b1d597a703aa3a921e6f58c9c2d9a028d2c5" 547 + integrity sha512-UVATLMidXrnH+GMUIuxq55nejlj02HP7F5ETyBONzP6G87fPBogG4CH6kxrSrdIuAjdwNO9VzyaYsrZPscWUrw== 548 + dependencies: 549 + "@babel/helper-plugin-utils" "^7.25.7" 550 + "@babel/traverse" "^7.25.7" 551 + 281 552 "@babel/plugin-proposal-async-generator-functions@^7.17.12": 282 553 version "7.17.12" 283 554 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz#094a417e31ce7e692d84bab06c8e2a607cbeef03" ··· 287 558 "@babel/helper-remap-async-to-generator" "^7.16.8" 288 559 "@babel/plugin-syntax-async-generators" "^7.8.4" 289 560 290 - "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.17.12": 561 + "@babel/plugin-proposal-class-properties@^7.17.12": 291 562 version "7.17.12" 292 563 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.17.12.tgz#84f65c0cc247d46f40a6da99aadd6438315d80a4" 293 564 integrity sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw== 294 565 dependencies: 295 566 "@babel/helper-create-class-features-plugin" "^7.17.12" 296 567 "@babel/helper-plugin-utils" "^7.17.12" 568 + 569 + "@babel/plugin-proposal-class-properties@^7.18.6": 570 + version "7.18.6" 571 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" 572 + integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== 573 + dependencies: 574 + "@babel/helper-create-class-features-plugin" "^7.18.6" 575 + "@babel/helper-plugin-utils" "^7.18.6" 297 576 298 577 "@babel/plugin-proposal-class-static-block@^7.18.0": 299 578 version "7.18.0" ··· 304 583 "@babel/helper-plugin-utils" "^7.17.12" 305 584 "@babel/plugin-syntax-class-static-block" "^7.14.5" 306 585 307 - "@babel/plugin-proposal-decorators@^7.16.0": 308 - version "7.17.9" 309 - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.9.tgz#67a1653be9c77ce5b6c318aa90c8287b87831619" 310 - integrity sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA== 586 + "@babel/plugin-proposal-decorators@^7.20.13": 587 + version "7.25.7" 588 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.7.tgz#dabfd82df5dff3a8fc61a434233bf8227c88402c" 589 + integrity sha512-q1mqqqH0e1lhmsEQHV5U8OmdueBC2y0RFr2oUzZoFRtN3MvPmt2fsFRcNQAoGLTSNdHBFUYGnlgcRFhkBbKjPw== 311 590 dependencies: 312 - "@babel/helper-create-class-features-plugin" "^7.17.9" 313 - "@babel/helper-plugin-utils" "^7.16.7" 314 - "@babel/helper-replace-supers" "^7.16.7" 315 - "@babel/helper-split-export-declaration" "^7.16.7" 316 - "@babel/plugin-syntax-decorators" "^7.17.0" 317 - charcodes "^0.2.0" 591 + "@babel/helper-create-class-features-plugin" "^7.25.7" 592 + "@babel/helper-plugin-utils" "^7.25.7" 593 + "@babel/plugin-syntax-decorators" "^7.25.7" 318 594 319 595 "@babel/plugin-proposal-dynamic-import@^7.16.7": 320 596 version "7.16.7" ··· 348 624 "@babel/helper-plugin-utils" "^7.17.12" 349 625 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 350 626 351 - "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.17.12": 627 + "@babel/plugin-proposal-nullish-coalescing-operator@^7.17.12": 352 628 version "7.17.12" 353 629 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.17.12.tgz#1e93079bbc2cbc756f6db6a1925157c4a92b94be" 354 630 integrity sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag== 355 631 dependencies: 356 632 "@babel/helper-plugin-utils" "^7.17.12" 633 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 634 + 635 + "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": 636 + version "7.18.6" 637 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" 638 + integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== 639 + dependencies: 640 + "@babel/helper-plugin-utils" "^7.18.6" 357 641 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 358 642 359 643 "@babel/plugin-proposal-numeric-separator@^7.16.7": ··· 383 667 "@babel/helper-plugin-utils" "^7.16.7" 384 668 "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" 385 669 386 - "@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.17.12": 670 + "@babel/plugin-proposal-optional-chaining@^7.17.12": 387 671 version "7.17.12" 388 672 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.17.12.tgz#f96949e9bacace3a9066323a5cf90cfb9de67174" 389 673 integrity sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ== ··· 392 676 "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" 393 677 "@babel/plugin-syntax-optional-chaining" "^7.8.3" 394 678 395 - "@babel/plugin-proposal-private-methods@^7.16.0", "@babel/plugin-proposal-private-methods@^7.17.12": 679 + "@babel/plugin-proposal-optional-chaining@^7.20.7": 680 + version "7.21.0" 681 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" 682 + integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== 683 + dependencies: 684 + "@babel/helper-plugin-utils" "^7.20.2" 685 + "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" 686 + "@babel/plugin-syntax-optional-chaining" "^7.8.3" 687 + 688 + "@babel/plugin-proposal-private-methods@^7.17.12": 396 689 version "7.17.12" 397 690 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.17.12.tgz#c2ca3a80beb7539289938da005ad525a038a819c" 398 691 integrity sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A== 399 692 dependencies: 400 693 "@babel/helper-create-class-features-plugin" "^7.17.12" 401 694 "@babel/helper-plugin-utils" "^7.17.12" 695 + 696 + "@babel/plugin-proposal-private-methods@^7.18.6": 697 + version "7.18.6" 698 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" 699 + integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== 700 + dependencies: 701 + "@babel/helper-create-class-features-plugin" "^7.18.6" 702 + "@babel/helper-plugin-utils" "^7.18.6" 703 + 704 + "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": 705 + version "7.21.0-placeholder-for-preset-env.2" 706 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" 707 + integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== 402 708 403 709 "@babel/plugin-proposal-private-property-in-object@^7.17.12": 404 710 version "7.17.12" ··· 446 752 dependencies: 447 753 "@babel/helper-plugin-utils" "^7.14.5" 448 754 449 - "@babel/plugin-syntax-decorators@^7.17.0": 450 - version "7.17.0" 451 - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz#a2be3b2c9fe7d78bd4994e790896bc411e2f166d" 452 - integrity sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A== 755 + "@babel/plugin-syntax-decorators@^7.25.7": 756 + version "7.25.7" 757 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.7.tgz#cf26fdde4e750688e133c0e33ead2506377e88f7" 758 + integrity sha512-oXduHo642ZhstLVYTe2z2GSJIruU0c/W3/Ghr6A5yGMsVrvdnxO1z+3pbTcT7f3/Clnt+1z8D/w1r1f1SHaCHw== 453 759 dependencies: 454 - "@babel/helper-plugin-utils" "^7.16.7" 760 + "@babel/helper-plugin-utils" "^7.25.7" 455 761 456 762 "@babel/plugin-syntax-dynamic-import@^7.8.3": 457 763 version "7.8.3" ··· 473 779 integrity sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw== 474 780 dependencies: 475 781 "@babel/helper-plugin-utils" "^7.17.12" 782 + 783 + "@babel/plugin-syntax-import-assertions@^7.25.7": 784 + version "7.25.7" 785 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.7.tgz#8ce248f9f4ed4b7ed4cb2e0eb4ed9efd9f52921f" 786 + integrity sha512-ZvZQRmME0zfJnDQnVBKYzHxXT7lYBB3Revz1GuS7oLXWMgqUPX4G+DDbT30ICClht9WKV34QVrZhSw6WdklwZQ== 787 + dependencies: 788 + "@babel/helper-plugin-utils" "^7.25.7" 789 + 790 + "@babel/plugin-syntax-import-attributes@^7.25.7": 791 + version "7.25.7" 792 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz#d78dd0499d30df19a598e63ab895e21b909bc43f" 793 + integrity sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw== 794 + dependencies: 795 + "@babel/helper-plugin-utils" "^7.25.7" 476 796 477 797 "@babel/plugin-syntax-import-meta@^7.8.3": 478 798 version "7.10.4" ··· 558 878 dependencies: 559 879 "@babel/helper-plugin-utils" "^7.17.12" 560 880 881 + "@babel/plugin-syntax-unicode-sets-regex@^7.18.6": 882 + version "7.18.6" 883 + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" 884 + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== 885 + dependencies: 886 + "@babel/helper-create-regexp-features-plugin" "^7.18.6" 887 + "@babel/helper-plugin-utils" "^7.18.6" 888 + 561 889 "@babel/plugin-transform-arrow-functions@^7.17.12": 562 890 version "7.17.12" 563 891 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.17.12.tgz#dddd783b473b1b1537ef46423e3944ff24898c45" 564 892 integrity sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA== 565 893 dependencies: 566 894 "@babel/helper-plugin-utils" "^7.17.12" 895 + 896 + "@babel/plugin-transform-arrow-functions@^7.25.7": 897 + version "7.25.7" 898 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.7.tgz#1b9ed22e6890a0e9ff470371c73b8c749bcec386" 899 + integrity sha512-EJN2mKxDwfOUCPxMO6MUI58RN3ganiRAG/MS/S3HfB6QFNjroAMelQo/gybyYq97WerCBAZoyrAoW8Tzdq2jWg== 900 + dependencies: 901 + "@babel/helper-plugin-utils" "^7.25.7" 902 + 903 + "@babel/plugin-transform-async-generator-functions@^7.25.8": 904 + version "7.25.8" 905 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.8.tgz#3331de02f52cc1f2c75b396bec52188c85b0b1ec" 906 + integrity sha512-9ypqkozyzpG+HxlH4o4gdctalFGIjjdufzo7I2XPda0iBnZ6a+FO0rIEQcdSPXp02CkvGsII1exJhmROPQd5oA== 907 + dependencies: 908 + "@babel/helper-plugin-utils" "^7.25.7" 909 + "@babel/helper-remap-async-to-generator" "^7.25.7" 910 + "@babel/traverse" "^7.25.7" 567 911 568 912 "@babel/plugin-transform-async-to-generator@^7.17.12": 569 913 version "7.17.12" ··· 574 918 "@babel/helper-plugin-utils" "^7.17.12" 575 919 "@babel/helper-remap-async-to-generator" "^7.16.8" 576 920 921 + "@babel/plugin-transform-async-to-generator@^7.25.7": 922 + version "7.25.7" 923 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz#a44c7323f8d4285a6c568dd43c5c361d6367ec52" 924 + integrity sha512-ZUCjAavsh5CESCmi/xCpX1qcCaAglzs/7tmuvoFnJgA1dM7gQplsguljoTg+Ru8WENpX89cQyAtWoaE0I3X3Pg== 925 + dependencies: 926 + "@babel/helper-module-imports" "^7.25.7" 927 + "@babel/helper-plugin-utils" "^7.25.7" 928 + "@babel/helper-remap-async-to-generator" "^7.25.7" 929 + 577 930 "@babel/plugin-transform-block-scoped-functions@^7.16.7": 578 931 version "7.16.7" 579 932 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" ··· 581 934 dependencies: 582 935 "@babel/helper-plugin-utils" "^7.16.7" 583 936 937 + "@babel/plugin-transform-block-scoped-functions@^7.25.7": 938 + version "7.25.7" 939 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.7.tgz#e0b8843d5571719a2f1bf7e284117a3379fcc17c" 940 + integrity sha512-xHttvIM9fvqW+0a3tZlYcZYSBpSWzGBFIt/sYG3tcdSzBB8ZeVgz2gBP7Df+sM0N1850jrviYSSeUuc+135dmQ== 941 + dependencies: 942 + "@babel/helper-plugin-utils" "^7.25.7" 943 + 584 944 "@babel/plugin-transform-block-scoping@^7.17.12": 585 945 version "7.18.4" 586 946 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.4.tgz#7988627b3e9186a13e4d7735dc9c34a056613fb9" 587 947 integrity sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw== 588 948 dependencies: 589 949 "@babel/helper-plugin-utils" "^7.17.12" 950 + 951 + "@babel/plugin-transform-block-scoping@^7.25.7": 952 + version "7.25.7" 953 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.7.tgz#6dab95e98adf780ceef1b1c3ab0e55cd20dd410a" 954 + integrity sha512-ZEPJSkVZaeTFG/m2PARwLZQ+OG0vFIhPlKHK/JdIMy8DbRJ/htz6LRrTFtdzxi9EHmcwbNPAKDnadpNSIW+Aow== 955 + dependencies: 956 + "@babel/helper-plugin-utils" "^7.25.7" 957 + 958 + "@babel/plugin-transform-class-properties@^7.25.7": 959 + version "7.25.7" 960 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.7.tgz#a389cfca7a10ac80e3ff4c75fca08bd097ad1523" 961 + integrity sha512-mhyfEW4gufjIqYFo9krXHJ3ElbFLIze5IDp+wQTxoPd+mwFb1NxatNAwmv8Q8Iuxv7Zc+q8EkiMQwc9IhyGf4g== 962 + dependencies: 963 + "@babel/helper-create-class-features-plugin" "^7.25.7" 964 + "@babel/helper-plugin-utils" "^7.25.7" 965 + 966 + "@babel/plugin-transform-class-static-block@^7.25.8": 967 + version "7.25.8" 968 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.8.tgz#a8af22028920fe404668031eceb4c3aadccb5262" 969 + integrity sha512-e82gl3TCorath6YLf9xUwFehVvjvfqFhdOo4+0iVIVju+6XOi5XHkqB3P2AXnSwoeTX0HBoXq5gJFtvotJzFnQ== 970 + dependencies: 971 + "@babel/helper-create-class-features-plugin" "^7.25.7" 972 + "@babel/helper-plugin-utils" "^7.25.7" 590 973 591 974 "@babel/plugin-transform-classes@^7.17.12": 592 975 version "7.18.4" ··· 602 985 "@babel/helper-split-export-declaration" "^7.16.7" 603 986 globals "^11.1.0" 604 987 988 + "@babel/plugin-transform-classes@^7.25.7": 989 + version "7.25.7" 990 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.7.tgz#5103206cf80d02283bbbd044509ea3b65d0906bb" 991 + integrity sha512-9j9rnl+YCQY0IGoeipXvnk3niWicIB6kCsWRGLwX241qSXpbA4MKxtp/EdvFxsc4zI5vqfLxzOd0twIJ7I99zg== 992 + dependencies: 993 + "@babel/helper-annotate-as-pure" "^7.25.7" 994 + "@babel/helper-compilation-targets" "^7.25.7" 995 + "@babel/helper-plugin-utils" "^7.25.7" 996 + "@babel/helper-replace-supers" "^7.25.7" 997 + "@babel/traverse" "^7.25.7" 998 + globals "^11.1.0" 999 + 605 1000 "@babel/plugin-transform-computed-properties@^7.17.12": 606 1001 version "7.17.12" 607 1002 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.17.12.tgz#bca616a83679698f3258e892ed422546e531387f" ··· 609 1004 dependencies: 610 1005 "@babel/helper-plugin-utils" "^7.17.12" 611 1006 1007 + "@babel/plugin-transform-computed-properties@^7.25.7": 1008 + version "7.25.7" 1009 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.7.tgz#7f621f0aa1354b5348a935ab12e3903842466f65" 1010 + integrity sha512-QIv+imtM+EtNxg/XBKL3hiWjgdLjMOmZ+XzQwSgmBfKbfxUjBzGgVPklUuE55eq5/uVoh8gg3dqlrwR/jw3ZeA== 1011 + dependencies: 1012 + "@babel/helper-plugin-utils" "^7.25.7" 1013 + "@babel/template" "^7.25.7" 1014 + 612 1015 "@babel/plugin-transform-destructuring@^7.18.0": 613 1016 version "7.18.0" 614 1017 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz#dc4f92587e291b4daa78aa20cc2d7a63aa11e858" 615 1018 integrity sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw== 616 1019 dependencies: 617 1020 "@babel/helper-plugin-utils" "^7.17.12" 1021 + 1022 + "@babel/plugin-transform-destructuring@^7.25.7": 1023 + version "7.25.7" 1024 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.7.tgz#f6f26a9feefb5aa41fd45b6f5838901b5333d560" 1025 + integrity sha512-xKcfLTlJYUczdaM1+epcdh1UGewJqr9zATgrNHcLBcV2QmfvPPEixo/sK/syql9cEmbr7ulu5HMFG5vbbt/sEA== 1026 + dependencies: 1027 + "@babel/helper-plugin-utils" "^7.25.7" 618 1028 619 1029 "@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4": 620 1030 version "7.16.7" ··· 624 1034 "@babel/helper-create-regexp-features-plugin" "^7.16.7" 625 1035 "@babel/helper-plugin-utils" "^7.16.7" 626 1036 1037 + "@babel/plugin-transform-dotall-regex@^7.25.7": 1038 + version "7.25.7" 1039 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.7.tgz#9d775c4a3ff1aea64045300fcd4309b4a610ef02" 1040 + integrity sha512-kXzXMMRzAtJdDEgQBLF4oaiT6ZCU3oWHgpARnTKDAqPkDJ+bs3NrZb310YYevR5QlRo3Kn7dzzIdHbZm1VzJdQ== 1041 + dependencies: 1042 + "@babel/helper-create-regexp-features-plugin" "^7.25.7" 1043 + "@babel/helper-plugin-utils" "^7.25.7" 1044 + 627 1045 "@babel/plugin-transform-duplicate-keys@^7.17.12": 628 1046 version "7.17.12" 629 1047 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.17.12.tgz#a09aa709a3310013f8e48e0e23bc7ace0f21477c" 630 1048 integrity sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw== 631 1049 dependencies: 632 1050 "@babel/helper-plugin-utils" "^7.17.12" 1051 + 1052 + "@babel/plugin-transform-duplicate-keys@^7.25.7": 1053 + version "7.25.7" 1054 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.7.tgz#fbba7d1155eab76bd4f2a038cbd5d65883bd7a93" 1055 + integrity sha512-by+v2CjoL3aMnWDOyCIg+yxU9KXSRa9tN6MbqggH5xvymmr9p4AMjYkNlQy4brMceBnUyHZ9G8RnpvT8wP7Cfg== 1056 + dependencies: 1057 + "@babel/helper-plugin-utils" "^7.25.7" 1058 + 1059 + "@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.7": 1060 + version "7.25.7" 1061 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.7.tgz#102b31608dcc22c08fbca1894e104686029dc141" 1062 + integrity sha512-HvS6JF66xSS5rNKXLqkk7L9c/jZ/cdIVIcoPVrnl8IsVpLggTjXs8OWekbLHs/VtYDDh5WXnQyeE3PPUGm22MA== 1063 + dependencies: 1064 + "@babel/helper-create-regexp-features-plugin" "^7.25.7" 1065 + "@babel/helper-plugin-utils" "^7.25.7" 1066 + 1067 + "@babel/plugin-transform-dynamic-import@^7.25.8": 1068 + version "7.25.8" 1069 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.8.tgz#f1edbe75b248cf44c70c8ca8ed3818a668753aaa" 1070 + integrity sha512-gznWY+mr4ZQL/EWPcbBQUP3BXS5FwZp8RUOw06BaRn8tQLzN4XLIxXejpHN9Qo8x8jjBmAAKp6FoS51AgkSA/A== 1071 + dependencies: 1072 + "@babel/helper-plugin-utils" "^7.25.7" 633 1073 634 1074 "@babel/plugin-transform-exponentiation-operator@^7.16.7": 635 1075 version "7.16.7" ··· 639 1079 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" 640 1080 "@babel/helper-plugin-utils" "^7.16.7" 641 1081 1082 + "@babel/plugin-transform-exponentiation-operator@^7.25.7": 1083 + version "7.25.7" 1084 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.7.tgz#5961a3a23a398faccd6cddb34a2182807d75fb5f" 1085 + integrity sha512-yjqtpstPfZ0h/y40fAXRv2snciYr0OAoMXY/0ClC7tm4C/nG5NJKmIItlaYlLbIVAWNfrYuy9dq1bE0SbX0PEg== 1086 + dependencies: 1087 + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.7" 1088 + "@babel/helper-plugin-utils" "^7.25.7" 1089 + 1090 + "@babel/plugin-transform-export-namespace-from@^7.25.8": 1091 + version "7.25.8" 1092 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.8.tgz#d1988c3019a380b417e0516418b02804d3858145" 1093 + integrity sha512-sPtYrduWINTQTW7FtOy99VCTWp4H23UX7vYcut7S4CIMEXU+54zKX9uCoGkLsWXteyaMXzVHgzWbLfQ1w4GZgw== 1094 + dependencies: 1095 + "@babel/helper-plugin-utils" "^7.25.7" 1096 + 642 1097 "@babel/plugin-transform-for-of@^7.18.1": 643 1098 version "7.18.1" 644 1099 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036" 645 1100 integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg== 646 1101 dependencies: 647 1102 "@babel/helper-plugin-utils" "^7.17.12" 1103 + 1104 + "@babel/plugin-transform-for-of@^7.25.7": 1105 + version "7.25.7" 1106 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.7.tgz#0acfea0f27aa290818b5b48a5a44b3f03fc13669" 1107 + integrity sha512-n/TaiBGJxYFWvpJDfsxSj9lEEE44BFM1EPGz4KEiTipTgkoFVVcCmzAL3qA7fdQU96dpo4gGf5HBx/KnDvqiHw== 1108 + dependencies: 1109 + "@babel/helper-plugin-utils" "^7.25.7" 1110 + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" 648 1111 649 1112 "@babel/plugin-transform-function-name@^7.16.7": 650 1113 version "7.16.7" ··· 655 1118 "@babel/helper-function-name" "^7.16.7" 656 1119 "@babel/helper-plugin-utils" "^7.16.7" 657 1120 1121 + "@babel/plugin-transform-function-name@^7.25.7": 1122 + version "7.25.7" 1123 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.7.tgz#7e394ccea3693902a8b50ded8b6ae1fa7b8519fd" 1124 + integrity sha512-5MCTNcjCMxQ63Tdu9rxyN6cAWurqfrDZ76qvVPrGYdBxIj+EawuuxTu/+dgJlhK5eRz3v1gLwp6XwS8XaX2NiQ== 1125 + dependencies: 1126 + "@babel/helper-compilation-targets" "^7.25.7" 1127 + "@babel/helper-plugin-utils" "^7.25.7" 1128 + "@babel/traverse" "^7.25.7" 1129 + 1130 + "@babel/plugin-transform-json-strings@^7.25.8": 1131 + version "7.25.8" 1132 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.8.tgz#6fb3ec383a2ea92652289fdba653e3f9de722694" 1133 + integrity sha512-4OMNv7eHTmJ2YXs3tvxAfa/I43di+VcF+M4Wt66c88EAED1RoGaf1D64cL5FkRpNL+Vx9Hds84lksWvd/wMIdA== 1134 + dependencies: 1135 + "@babel/helper-plugin-utils" "^7.25.7" 1136 + 658 1137 "@babel/plugin-transform-literals@^7.17.12": 659 1138 version "7.17.12" 660 1139 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.17.12.tgz#97131fbc6bbb261487105b4b3edbf9ebf9c830ae" ··· 662 1141 dependencies: 663 1142 "@babel/helper-plugin-utils" "^7.17.12" 664 1143 1144 + "@babel/plugin-transform-literals@^7.25.7": 1145 + version "7.25.7" 1146 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.7.tgz#70cbdc742f2cfdb1a63ea2cbd018d12a60b213c3" 1147 + integrity sha512-fwzkLrSu2fESR/cm4t6vqd7ebNIopz2QHGtjoU+dswQo/P6lwAG04Q98lliE3jkz/XqnbGFLnUcE0q0CVUf92w== 1148 + dependencies: 1149 + "@babel/helper-plugin-utils" "^7.25.7" 1150 + 1151 + "@babel/plugin-transform-logical-assignment-operators@^7.25.8": 1152 + version "7.25.8" 1153 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.8.tgz#01868ff92daa9e525b4c7902aa51979082a05710" 1154 + integrity sha512-f5W0AhSbbI+yY6VakT04jmxdxz+WsID0neG7+kQZbCOjuyJNdL5Nn4WIBm4hRpKnUcO9lP0eipUhFN12JpoH8g== 1155 + dependencies: 1156 + "@babel/helper-plugin-utils" "^7.25.7" 1157 + 665 1158 "@babel/plugin-transform-member-expression-literals@^7.16.7": 666 1159 version "7.16.7" 667 1160 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" 668 1161 integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== 669 1162 dependencies: 670 1163 "@babel/helper-plugin-utils" "^7.16.7" 1164 + 1165 + "@babel/plugin-transform-member-expression-literals@^7.25.7": 1166 + version "7.25.7" 1167 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.7.tgz#0a36c3fbd450cc9e6485c507f005fa3d1bc8fca5" 1168 + integrity sha512-Std3kXwpXfRV0QtQy5JJcRpkqP8/wG4XL7hSKZmGlxPlDqmpXtEPRmhF7ztnlTCtUN3eXRUJp+sBEZjaIBVYaw== 1169 + dependencies: 1170 + "@babel/helper-plugin-utils" "^7.25.7" 671 1171 672 1172 "@babel/plugin-transform-modules-amd@^7.18.0": 673 1173 version "7.18.0" ··· 678 1178 "@babel/helper-plugin-utils" "^7.17.12" 679 1179 babel-plugin-dynamic-import-node "^2.3.3" 680 1180 1181 + "@babel/plugin-transform-modules-amd@^7.25.7": 1182 + version "7.25.7" 1183 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.7.tgz#bb4e543b5611f6c8c685a2fd485408713a3adf3d" 1184 + integrity sha512-CgselSGCGzjQvKzghCvDTxKHP3iooenLpJDO842ehn5D2G5fJB222ptnDwQho0WjEvg7zyoxb9P+wiYxiJX5yA== 1185 + dependencies: 1186 + "@babel/helper-module-transforms" "^7.25.7" 1187 + "@babel/helper-plugin-utils" "^7.25.7" 1188 + 681 1189 "@babel/plugin-transform-modules-commonjs@^7.18.2": 682 1190 version "7.18.2" 683 1191 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e" ··· 687 1195 "@babel/helper-plugin-utils" "^7.17.12" 688 1196 "@babel/helper-simple-access" "^7.18.2" 689 1197 babel-plugin-dynamic-import-node "^2.3.3" 1198 + 1199 + "@babel/plugin-transform-modules-commonjs@^7.25.7": 1200 + version "7.25.7" 1201 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz#173f0c791bb7407c092ce6d77ee90eb3f2d1d2fd" 1202 + integrity sha512-L9Gcahi0kKFYXvweO6n0wc3ZG1ChpSFdgG+eV1WYZ3/dGbJK7vvk91FgGgak8YwRgrCuihF8tE/Xg07EkL5COg== 1203 + dependencies: 1204 + "@babel/helper-module-transforms" "^7.25.7" 1205 + "@babel/helper-plugin-utils" "^7.25.7" 1206 + "@babel/helper-simple-access" "^7.25.7" 690 1207 691 1208 "@babel/plugin-transform-modules-systemjs@^7.18.0": 692 1209 version "7.18.5" ··· 699 1216 "@babel/helper-validator-identifier" "^7.16.7" 700 1217 babel-plugin-dynamic-import-node "^2.3.3" 701 1218 1219 + "@babel/plugin-transform-modules-systemjs@^7.25.7": 1220 + version "7.25.7" 1221 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.7.tgz#8b14d319a177cc9c85ef8b0512afd429d9e2e60b" 1222 + integrity sha512-t9jZIvBmOXJsiuyOwhrIGs8dVcD6jDyg2icw1VL4A/g+FnWyJKwUfSSU2nwJuMV2Zqui856El9u+ElB+j9fV1g== 1223 + dependencies: 1224 + "@babel/helper-module-transforms" "^7.25.7" 1225 + "@babel/helper-plugin-utils" "^7.25.7" 1226 + "@babel/helper-validator-identifier" "^7.25.7" 1227 + "@babel/traverse" "^7.25.7" 1228 + 702 1229 "@babel/plugin-transform-modules-umd@^7.18.0": 703 1230 version "7.18.0" 704 1231 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.0.tgz#56aac64a2c2a1922341129a4597d1fd5c3ff020f" ··· 706 1233 dependencies: 707 1234 "@babel/helper-module-transforms" "^7.18.0" 708 1235 "@babel/helper-plugin-utils" "^7.17.12" 1236 + 1237 + "@babel/plugin-transform-modules-umd@^7.25.7": 1238 + version "7.25.7" 1239 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.7.tgz#00ee7a7e124289549381bfb0e24d87fd7f848367" 1240 + integrity sha512-p88Jg6QqsaPh+EB7I9GJrIqi1Zt4ZBHUQtjw3z1bzEXcLh6GfPqzZJ6G+G1HBGKUNukT58MnKG7EN7zXQBCODw== 1241 + dependencies: 1242 + "@babel/helper-module-transforms" "^7.25.7" 1243 + "@babel/helper-plugin-utils" "^7.25.7" 709 1244 710 1245 "@babel/plugin-transform-named-capturing-groups-regex@^7.17.12": 711 1246 version "7.17.12" ··· 715 1250 "@babel/helper-create-regexp-features-plugin" "^7.17.12" 716 1251 "@babel/helper-plugin-utils" "^7.17.12" 717 1252 1253 + "@babel/plugin-transform-named-capturing-groups-regex@^7.25.7": 1254 + version "7.25.7" 1255 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.7.tgz#a2f3f6d7f38693b462542951748f0a72a34d196d" 1256 + integrity sha512-BtAT9LzCISKG3Dsdw5uso4oV1+v2NlVXIIomKJgQybotJY3OwCwJmkongjHgwGKoZXd0qG5UZ12JUlDQ07W6Ow== 1257 + dependencies: 1258 + "@babel/helper-create-regexp-features-plugin" "^7.25.7" 1259 + "@babel/helper-plugin-utils" "^7.25.7" 1260 + 718 1261 "@babel/plugin-transform-new-target@^7.17.12": 719 1262 version "7.18.5" 720 1263 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.5.tgz#8c228c4a07501dd12c95c5f23d1622131cc23931" 721 1264 integrity sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg== 722 1265 dependencies: 723 1266 "@babel/helper-plugin-utils" "^7.17.12" 1267 + 1268 + "@babel/plugin-transform-new-target@^7.25.7": 1269 + version "7.25.7" 1270 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.7.tgz#52b2bde523b76c548749f38dc3054f1f45e82bc9" 1271 + integrity sha512-CfCS2jDsbcZaVYxRFo2qtavW8SpdzmBXC2LOI4oO0rP+JSRDxxF3inF4GcPsLgfb5FjkhXG5/yR/lxuRs2pySA== 1272 + dependencies: 1273 + "@babel/helper-plugin-utils" "^7.25.7" 1274 + 1275 + "@babel/plugin-transform-nullish-coalescing-operator@^7.25.8": 1276 + version "7.25.8" 1277 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.8.tgz#befb4900c130bd52fccf2b926314557987f1b552" 1278 + integrity sha512-Z7WJJWdQc8yCWgAmjI3hyC+5PXIubH9yRKzkl9ZEG647O9szl9zvmKLzpbItlijBnVhTUf1cpyWBsZ3+2wjWPQ== 1279 + dependencies: 1280 + "@babel/helper-plugin-utils" "^7.25.7" 1281 + 1282 + "@babel/plugin-transform-numeric-separator@^7.25.8": 1283 + version "7.25.8" 1284 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.8.tgz#91e370486371637bd42161052f2602c701386891" 1285 + integrity sha512-rm9a5iEFPS4iMIy+/A/PiS0QN0UyjPIeVvbU5EMZFKJZHt8vQnasbpo3T3EFcxzCeYO0BHfc4RqooCZc51J86Q== 1286 + dependencies: 1287 + "@babel/helper-plugin-utils" "^7.25.7" 1288 + 1289 + "@babel/plugin-transform-object-rest-spread@^7.25.8": 1290 + version "7.25.8" 1291 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.8.tgz#0904ac16bcce41df4db12d915d6780f85c7fb04b" 1292 + integrity sha512-LkUu0O2hnUKHKE7/zYOIjByMa4VRaV2CD/cdGz0AxU9we+VA3kDDggKEzI0Oz1IroG+6gUP6UmWEHBMWZU316g== 1293 + dependencies: 1294 + "@babel/helper-compilation-targets" "^7.25.7" 1295 + "@babel/helper-plugin-utils" "^7.25.7" 1296 + "@babel/plugin-transform-parameters" "^7.25.7" 724 1297 725 1298 "@babel/plugin-transform-object-super@^7.16.7": 726 1299 version "7.16.7" ··· 730 1303 "@babel/helper-plugin-utils" "^7.16.7" 731 1304 "@babel/helper-replace-supers" "^7.16.7" 732 1305 1306 + "@babel/plugin-transform-object-super@^7.25.7": 1307 + version "7.25.7" 1308 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.7.tgz#582a9cea8cf0a1e02732be5b5a703a38dedf5661" 1309 + integrity sha512-pWT6UXCEW3u1t2tcAGtE15ornCBvopHj9Bps9D2DsH15APgNVOTwwczGckX+WkAvBmuoYKRCFa4DK+jM8vh5AA== 1310 + dependencies: 1311 + "@babel/helper-plugin-utils" "^7.25.7" 1312 + "@babel/helper-replace-supers" "^7.25.7" 1313 + 1314 + "@babel/plugin-transform-optional-catch-binding@^7.25.8": 1315 + version "7.25.8" 1316 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.8.tgz#2649b86a3bb202c6894ec81a6ddf41b94d8f3103" 1317 + integrity sha512-EbQYweoMAHOn7iJ9GgZo14ghhb9tTjgOc88xFgYngifx7Z9u580cENCV159M4xDh3q/irbhSjZVpuhpC2gKBbg== 1318 + dependencies: 1319 + "@babel/helper-plugin-utils" "^7.25.7" 1320 + 1321 + "@babel/plugin-transform-optional-chaining@^7.25.7", "@babel/plugin-transform-optional-chaining@^7.25.8": 1322 + version "7.25.8" 1323 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.8.tgz#f46283b78adcc5b6ab988a952f989e7dce70653f" 1324 + integrity sha512-q05Bk7gXOxpTHoQ8RSzGSh/LHVB9JEIkKnk3myAWwZHnYiTGYtbdrYkIsS8Xyh4ltKf7GNUSgzs/6P2bJtBAQg== 1325 + dependencies: 1326 + "@babel/helper-plugin-utils" "^7.25.7" 1327 + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" 1328 + 733 1329 "@babel/plugin-transform-parameters@^7.17.12": 734 1330 version "7.17.12" 735 1331 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz#eb467cd9586ff5ff115a9880d6fdbd4a846b7766" ··· 737 1333 dependencies: 738 1334 "@babel/helper-plugin-utils" "^7.17.12" 739 1335 1336 + "@babel/plugin-transform-parameters@^7.25.7": 1337 + version "7.25.7" 1338 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.7.tgz#80c38b03ef580f6d6bffe1c5254bb35986859ac7" 1339 + integrity sha512-FYiTvku63me9+1Nz7TOx4YMtW3tWXzfANZtrzHhUZrz4d47EEtMQhzFoZWESfXuAMMT5mwzD4+y1N8ONAX6lMQ== 1340 + dependencies: 1341 + "@babel/helper-plugin-utils" "^7.25.7" 1342 + 1343 + "@babel/plugin-transform-private-methods@^7.25.7": 1344 + version "7.25.7" 1345 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.7.tgz#c790a04f837b4bd61d6b0317b43aa11ff67dce80" 1346 + integrity sha512-KY0hh2FluNxMLwOCHbxVOKfdB5sjWG4M183885FmaqWWiGMhRZq4DQRKH6mHdEucbJnyDyYiZNwNG424RymJjA== 1347 + dependencies: 1348 + "@babel/helper-create-class-features-plugin" "^7.25.7" 1349 + "@babel/helper-plugin-utils" "^7.25.7" 1350 + 1351 + "@babel/plugin-transform-private-property-in-object@^7.25.8": 1352 + version "7.25.8" 1353 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.8.tgz#1234f856ce85e061f9688764194e51ea7577c434" 1354 + integrity sha512-8Uh966svuB4V8RHHg0QJOB32QK287NBksJOByoKmHMp1TAobNniNalIkI2i5IPj5+S9NYCG4VIjbEuiSN8r+ow== 1355 + dependencies: 1356 + "@babel/helper-annotate-as-pure" "^7.25.7" 1357 + "@babel/helper-create-class-features-plugin" "^7.25.7" 1358 + "@babel/helper-plugin-utils" "^7.25.7" 1359 + 740 1360 "@babel/plugin-transform-property-literals@^7.16.7": 741 1361 version "7.16.7" 742 1362 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" 743 1363 integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== 744 1364 dependencies: 745 1365 "@babel/helper-plugin-utils" "^7.16.7" 1366 + 1367 + "@babel/plugin-transform-property-literals@^7.25.7": 1368 + version "7.25.7" 1369 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.7.tgz#a8612b4ea4e10430f00012ecf0155662c7d6550d" 1370 + integrity sha512-lQEeetGKfFi0wHbt8ClQrUSUMfEeI3MMm74Z73T9/kuz990yYVtfofjf3NuA42Jy3auFOpbjDyCSiIkTs1VIYw== 1371 + dependencies: 1372 + "@babel/helper-plugin-utils" "^7.25.7" 746 1373 747 1374 "@babel/plugin-transform-regenerator@^7.18.0": 748 1375 version "7.18.0" ··· 752 1379 "@babel/helper-plugin-utils" "^7.17.12" 753 1380 regenerator-transform "^0.15.0" 754 1381 1382 + "@babel/plugin-transform-regenerator@^7.25.7": 1383 + version "7.25.7" 1384 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.7.tgz#6eb006e6d26f627bc2f7844a9f19770721ad6f3e" 1385 + integrity sha512-mgDoQCRjrY3XK95UuV60tZlFCQGXEtMg8H+IsW72ldw1ih1jZhzYXbJvghmAEpg5UVhhnCeia1CkGttUvCkiMQ== 1386 + dependencies: 1387 + "@babel/helper-plugin-utils" "^7.25.7" 1388 + regenerator-transform "^0.15.2" 1389 + 755 1390 "@babel/plugin-transform-reserved-words@^7.17.12": 756 1391 version "7.17.12" 757 1392 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz#7dbd349f3cdffba751e817cf40ca1386732f652f" ··· 759 1394 dependencies: 760 1395 "@babel/helper-plugin-utils" "^7.17.12" 761 1396 762 - "@babel/plugin-transform-runtime@7.18.5", "@babel/plugin-transform-runtime@^7.16.0": 1397 + "@babel/plugin-transform-reserved-words@^7.25.7": 1398 + version "7.25.7" 1399 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.7.tgz#dc56b25e02afaabef3ce0c5b06b0916e8523e995" 1400 + integrity sha512-3OfyfRRqiGeOvIWSagcwUTVk2hXBsr/ww7bLn6TRTuXnexA+Udov2icFOxFX9abaj4l96ooYkcNN1qi2Zvqwng== 1401 + dependencies: 1402 + "@babel/helper-plugin-utils" "^7.25.7" 1403 + 1404 + "@babel/plugin-transform-runtime@7.18.5": 763 1405 version "7.18.5" 764 1406 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.5.tgz#f4d3188ba6a8815793993c71c2c225d0ee1d7743" 765 1407 integrity sha512-Q17hHxXr2fplrE+5BSC1j1Fo5cOA8YeP8XW3/1paI8MzF/faZGh0MaH1KC4jLAvqLPamQWHB5/B7KqSLY1kuHA== ··· 771 1413 babel-plugin-polyfill-regenerator "^0.3.0" 772 1414 semver "^6.3.0" 773 1415 1416 + "@babel/plugin-transform-runtime@^7.19.6": 1417 + version "7.25.7" 1418 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.7.tgz#435a4fab67273f00047dc806e05069c9c6344e12" 1419 + integrity sha512-Y9p487tyTzB0yDYQOtWnC+9HGOuogtP3/wNpun1xJXEEvI6vip59BSBTsHnekZLqxmPcgsrAKt46HAAb//xGhg== 1420 + dependencies: 1421 + "@babel/helper-module-imports" "^7.25.7" 1422 + "@babel/helper-plugin-utils" "^7.25.7" 1423 + babel-plugin-polyfill-corejs2 "^0.4.10" 1424 + babel-plugin-polyfill-corejs3 "^0.10.6" 1425 + babel-plugin-polyfill-regenerator "^0.6.1" 1426 + semver "^6.3.1" 1427 + 774 1428 "@babel/plugin-transform-shorthand-properties@^7.16.7": 775 1429 version "7.16.7" 776 1430 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" 777 1431 integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== 778 1432 dependencies: 779 1433 "@babel/helper-plugin-utils" "^7.16.7" 1434 + 1435 + "@babel/plugin-transform-shorthand-properties@^7.25.7": 1436 + version "7.25.7" 1437 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.7.tgz#92690a9c671915602d91533c278cc8f6bf12275f" 1438 + integrity sha512-uBbxNwimHi5Bv3hUccmOFlUy3ATO6WagTApenHz9KzoIdn0XeACdB12ZJ4cjhuB2WSi80Ez2FWzJnarccriJeA== 1439 + dependencies: 1440 + "@babel/helper-plugin-utils" "^7.25.7" 780 1441 781 1442 "@babel/plugin-transform-spread@^7.17.12": 782 1443 version "7.17.12" ··· 786 1447 "@babel/helper-plugin-utils" "^7.17.12" 787 1448 "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" 788 1449 1450 + "@babel/plugin-transform-spread@^7.25.7": 1451 + version "7.25.7" 1452 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.7.tgz#df83e899a9fc66284ee601a7b738568435b92998" 1453 + integrity sha512-Mm6aeymI0PBh44xNIv/qvo8nmbkpZze1KvR8MkEqbIREDxoiWTi18Zr2jryfRMwDfVZF9foKh060fWgni44luw== 1454 + dependencies: 1455 + "@babel/helper-plugin-utils" "^7.25.7" 1456 + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" 1457 + 789 1458 "@babel/plugin-transform-sticky-regex@^7.16.7": 790 1459 version "7.16.7" 791 1460 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" 792 1461 integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== 793 1462 dependencies: 794 1463 "@babel/helper-plugin-utils" "^7.16.7" 1464 + 1465 + "@babel/plugin-transform-sticky-regex@^7.25.7": 1466 + version "7.25.7" 1467 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.7.tgz#341c7002bef7f29037be7fb9684e374442dd0d17" 1468 + integrity sha512-ZFAeNkpGuLnAQ/NCsXJ6xik7Id+tHuS+NT+ue/2+rn/31zcdnupCdmunOizEaP0JsUmTFSTOPoQY7PkK2pttXw== 1469 + dependencies: 1470 + "@babel/helper-plugin-utils" "^7.25.7" 795 1471 796 1472 "@babel/plugin-transform-template-literals@^7.18.2": 797 1473 version "7.18.2" ··· 800 1476 dependencies: 801 1477 "@babel/helper-plugin-utils" "^7.17.12" 802 1478 1479 + "@babel/plugin-transform-template-literals@^7.25.7": 1480 + version "7.25.7" 1481 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.7.tgz#e566c581bb16d8541dd8701093bb3457adfce16b" 1482 + integrity sha512-SI274k0nUsFFmyQupiO7+wKATAmMFf8iFgq2O+vVFXZ0SV9lNfT1NGzBEhjquFmD8I9sqHLguH+gZVN3vww2AA== 1483 + dependencies: 1484 + "@babel/helper-plugin-utils" "^7.25.7" 1485 + 803 1486 "@babel/plugin-transform-typeof-symbol@^7.17.12": 804 1487 version "7.17.12" 805 1488 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.17.12.tgz#0f12f57ac35e98b35b4ed34829948d42bd0e6889" 806 1489 integrity sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw== 807 1490 dependencies: 808 1491 "@babel/helper-plugin-utils" "^7.17.12" 1492 + 1493 + "@babel/plugin-transform-typeof-symbol@^7.25.7": 1494 + version "7.25.7" 1495 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.7.tgz#debb1287182efd20488f126be343328c679b66eb" 1496 + integrity sha512-OmWmQtTHnO8RSUbL0NTdtpbZHeNTnm68Gj5pA4Y2blFNh+V4iZR68V1qL9cI37J21ZN7AaCnkfdHtLExQPf2uA== 1497 + dependencies: 1498 + "@babel/helper-plugin-utils" "^7.25.7" 809 1499 810 1500 "@babel/plugin-transform-typescript@^7.17.12": 811 1501 version "7.18.4" ··· 823 1513 dependencies: 824 1514 "@babel/helper-plugin-utils" "^7.16.7" 825 1515 1516 + "@babel/plugin-transform-unicode-escapes@^7.25.7": 1517 + version "7.25.7" 1518 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.7.tgz#973592b6d13a914794e1de8cf1383e50e0f87f81" 1519 + integrity sha512-BN87D7KpbdiABA+t3HbVqHzKWUDN3dymLaTnPFAMyc8lV+KN3+YzNhVRNdinaCPA4AUqx7ubXbQ9shRjYBl3SQ== 1520 + dependencies: 1521 + "@babel/helper-plugin-utils" "^7.25.7" 1522 + 1523 + "@babel/plugin-transform-unicode-property-regex@^7.25.7": 1524 + version "7.25.7" 1525 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.7.tgz#25349197cce964b1343f74fa7cfdf791a1b1919e" 1526 + integrity sha512-IWfR89zcEPQGB/iB408uGtSPlQd3Jpq11Im86vUgcmSTcoWAiQMCTOa2K2yNNqFJEBVICKhayctee65Ka8OB0w== 1527 + dependencies: 1528 + "@babel/helper-create-regexp-features-plugin" "^7.25.7" 1529 + "@babel/helper-plugin-utils" "^7.25.7" 1530 + 826 1531 "@babel/plugin-transform-unicode-regex@^7.16.7": 827 1532 version "7.16.7" 828 1533 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" ··· 831 1536 "@babel/helper-create-regexp-features-plugin" "^7.16.7" 832 1537 "@babel/helper-plugin-utils" "^7.16.7" 833 1538 834 - "@babel/preset-env@7.18.2", "@babel/preset-env@^7.16.0": 1539 + "@babel/plugin-transform-unicode-regex@^7.25.7": 1540 + version "7.25.7" 1541 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.7.tgz#f93a93441baf61f713b6d5552aaa856bfab34809" 1542 + integrity sha512-8JKfg/hiuA3qXnlLx8qtv5HWRbgyFx2hMMtpDDuU2rTckpKkGu4ycK5yYHwuEa16/quXfoxHBIApEsNyMWnt0g== 1543 + dependencies: 1544 + "@babel/helper-create-regexp-features-plugin" "^7.25.7" 1545 + "@babel/helper-plugin-utils" "^7.25.7" 1546 + 1547 + "@babel/plugin-transform-unicode-sets-regex@^7.25.7": 1548 + version "7.25.7" 1549 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.7.tgz#d1b3295d29e0f8f4df76abc909ad1ebee919560c" 1550 + integrity sha512-YRW8o9vzImwmh4Q3Rffd09bH5/hvY0pxg+1H1i0f7APoUeg12G7+HhLj9ZFNIrYkgBXhIijPJ+IXypN0hLTIbw== 1551 + dependencies: 1552 + "@babel/helper-create-regexp-features-plugin" "^7.25.7" 1553 + "@babel/helper-plugin-utils" "^7.25.7" 1554 + 1555 + "@babel/preset-env@7.18.2": 835 1556 version "7.18.2" 836 1557 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a" 837 1558 integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q== ··· 912 1633 core-js-compat "^3.22.1" 913 1634 semver "^6.3.0" 914 1635 1636 + "@babel/preset-env@^7.20.2": 1637 + version "7.25.8" 1638 + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.8.tgz#dc6b719627fb29cd9cccbbbe041802fd575b524c" 1639 + integrity sha512-58T2yulDHMN8YMUxiLq5YmWUnlDCyY1FsHM+v12VMx+1/FlrUj5tY50iDCpofFQEM8fMYOaY9YRvym2jcjn1Dg== 1640 + dependencies: 1641 + "@babel/compat-data" "^7.25.8" 1642 + "@babel/helper-compilation-targets" "^7.25.7" 1643 + "@babel/helper-plugin-utils" "^7.25.7" 1644 + "@babel/helper-validator-option" "^7.25.7" 1645 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.7" 1646 + "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.7" 1647 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.7" 1648 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.7" 1649 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.7" 1650 + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" 1651 + "@babel/plugin-syntax-import-assertions" "^7.25.7" 1652 + "@babel/plugin-syntax-import-attributes" "^7.25.7" 1653 + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" 1654 + "@babel/plugin-transform-arrow-functions" "^7.25.7" 1655 + "@babel/plugin-transform-async-generator-functions" "^7.25.8" 1656 + "@babel/plugin-transform-async-to-generator" "^7.25.7" 1657 + "@babel/plugin-transform-block-scoped-functions" "^7.25.7" 1658 + "@babel/plugin-transform-block-scoping" "^7.25.7" 1659 + "@babel/plugin-transform-class-properties" "^7.25.7" 1660 + "@babel/plugin-transform-class-static-block" "^7.25.8" 1661 + "@babel/plugin-transform-classes" "^7.25.7" 1662 + "@babel/plugin-transform-computed-properties" "^7.25.7" 1663 + "@babel/plugin-transform-destructuring" "^7.25.7" 1664 + "@babel/plugin-transform-dotall-regex" "^7.25.7" 1665 + "@babel/plugin-transform-duplicate-keys" "^7.25.7" 1666 + "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.7" 1667 + "@babel/plugin-transform-dynamic-import" "^7.25.8" 1668 + "@babel/plugin-transform-exponentiation-operator" "^7.25.7" 1669 + "@babel/plugin-transform-export-namespace-from" "^7.25.8" 1670 + "@babel/plugin-transform-for-of" "^7.25.7" 1671 + "@babel/plugin-transform-function-name" "^7.25.7" 1672 + "@babel/plugin-transform-json-strings" "^7.25.8" 1673 + "@babel/plugin-transform-literals" "^7.25.7" 1674 + "@babel/plugin-transform-logical-assignment-operators" "^7.25.8" 1675 + "@babel/plugin-transform-member-expression-literals" "^7.25.7" 1676 + "@babel/plugin-transform-modules-amd" "^7.25.7" 1677 + "@babel/plugin-transform-modules-commonjs" "^7.25.7" 1678 + "@babel/plugin-transform-modules-systemjs" "^7.25.7" 1679 + "@babel/plugin-transform-modules-umd" "^7.25.7" 1680 + "@babel/plugin-transform-named-capturing-groups-regex" "^7.25.7" 1681 + "@babel/plugin-transform-new-target" "^7.25.7" 1682 + "@babel/plugin-transform-nullish-coalescing-operator" "^7.25.8" 1683 + "@babel/plugin-transform-numeric-separator" "^7.25.8" 1684 + "@babel/plugin-transform-object-rest-spread" "^7.25.8" 1685 + "@babel/plugin-transform-object-super" "^7.25.7" 1686 + "@babel/plugin-transform-optional-catch-binding" "^7.25.8" 1687 + "@babel/plugin-transform-optional-chaining" "^7.25.8" 1688 + "@babel/plugin-transform-parameters" "^7.25.7" 1689 + "@babel/plugin-transform-private-methods" "^7.25.7" 1690 + "@babel/plugin-transform-private-property-in-object" "^7.25.8" 1691 + "@babel/plugin-transform-property-literals" "^7.25.7" 1692 + "@babel/plugin-transform-regenerator" "^7.25.7" 1693 + "@babel/plugin-transform-reserved-words" "^7.25.7" 1694 + "@babel/plugin-transform-shorthand-properties" "^7.25.7" 1695 + "@babel/plugin-transform-spread" "^7.25.7" 1696 + "@babel/plugin-transform-sticky-regex" "^7.25.7" 1697 + "@babel/plugin-transform-template-literals" "^7.25.7" 1698 + "@babel/plugin-transform-typeof-symbol" "^7.25.7" 1699 + "@babel/plugin-transform-unicode-escapes" "^7.25.7" 1700 + "@babel/plugin-transform-unicode-property-regex" "^7.25.7" 1701 + "@babel/plugin-transform-unicode-regex" "^7.25.7" 1702 + "@babel/plugin-transform-unicode-sets-regex" "^7.25.7" 1703 + "@babel/preset-modules" "0.1.6-no-external-plugins" 1704 + babel-plugin-polyfill-corejs2 "^0.4.10" 1705 + babel-plugin-polyfill-corejs3 "^0.10.6" 1706 + babel-plugin-polyfill-regenerator "^0.6.1" 1707 + core-js-compat "^3.38.1" 1708 + semver "^6.3.1" 1709 + 1710 + "@babel/preset-modules@0.1.6-no-external-plugins": 1711 + version "0.1.6-no-external-plugins" 1712 + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" 1713 + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== 1714 + dependencies: 1715 + "@babel/helper-plugin-utils" "^7.0.0" 1716 + "@babel/types" "^7.4.4" 1717 + esutils "^2.0.2" 1718 + 915 1719 "@babel/preset-modules@^0.1.5": 916 1720 version "0.1.5" 917 1721 resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" ··· 932 1736 "@babel/helper-validator-option" "^7.16.7" 933 1737 "@babel/plugin-transform-typescript" "^7.17.12" 934 1738 935 - "@babel/runtime@^7.16.0", "@babel/runtime@^7.8.4": 1739 + "@babel/runtime@^7.20.13": 1740 + version "7.25.7" 1741 + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6" 1742 + integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w== 1743 + dependencies: 1744 + regenerator-runtime "^0.14.0" 1745 + 1746 + "@babel/runtime@^7.8.4": 936 1747 version "7.17.9" 937 1748 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" 938 1749 integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== ··· 947 1758 "@babel/code-frame" "^7.16.7" 948 1759 "@babel/parser" "^7.16.7" 949 1760 "@babel/types" "^7.16.7" 1761 + 1762 + "@babel/template@^7.25.7": 1763 + version "7.25.7" 1764 + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" 1765 + integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== 1766 + dependencies: 1767 + "@babel/code-frame" "^7.25.7" 1768 + "@babel/parser" "^7.25.7" 1769 + "@babel/types" "^7.25.7" 950 1770 951 1771 "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": 952 1772 version "7.18.5" ··· 964 1784 debug "^4.1.0" 965 1785 globals "^11.1.0" 966 1786 1787 + "@babel/traverse@^7.25.7": 1788 + version "7.25.7" 1789 + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" 1790 + integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg== 1791 + dependencies: 1792 + "@babel/code-frame" "^7.25.7" 1793 + "@babel/generator" "^7.25.7" 1794 + "@babel/parser" "^7.25.7" 1795 + "@babel/template" "^7.25.7" 1796 + "@babel/types" "^7.25.7" 1797 + debug "^4.3.1" 1798 + globals "^11.1.0" 1799 + 967 1800 "@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": 968 1801 version "7.18.4" 969 1802 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354" ··· 972 1805 "@babel/helper-validator-identifier" "^7.16.7" 973 1806 to-fast-properties "^2.0.0" 974 1807 1808 + "@babel/types@^7.25.7", "@babel/types@^7.25.8": 1809 + version "7.25.8" 1810 + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" 1811 + integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== 1812 + dependencies: 1813 + "@babel/helper-string-parser" "^7.25.7" 1814 + "@babel/helper-validator-identifier" "^7.25.7" 1815 + to-fast-properties "^2.0.0" 1816 + 975 1817 "@bcoe/v8-coverage@^0.2.3": 976 1818 version "0.2.3" 977 1819 resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" 978 1820 integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== 979 1821 980 - "@csstools/convert-colors@^1.4.0": 981 - version "1.4.0" 982 - resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" 983 - integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== 1822 + "@csstools/cascade-layer-name-parser@^1.0.13", "@csstools/cascade-layer-name-parser@^1.0.2": 1823 + version "1.0.13" 1824 + resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-1.0.13.tgz#6900157489bc53da1f6a66eaccd432025f6cd6fb" 1825 + integrity sha512-MX0yLTwtZzr82sQ0zOjqimpZbzjMaK/h2pmlrLK7DCzlmiZLYFpoO94WmN1akRVo6ll/TdpHb53vihHLUMyvng== 1826 + 1827 + "@csstools/color-helpers@^2.1.0": 1828 + version "2.1.0" 1829 + resolved "https://registry.yarnpkg.com/@csstools/color-helpers/-/color-helpers-2.1.0.tgz#b27d8376e9e8a947878f10967481c22bf046976a" 1830 + integrity sha512-OWkqBa7PDzZuJ3Ha7T5bxdSVfSCfTq6K1mbAhbO1MD+GSULGjrp45i5RudyJOedstSarN/3mdwu9upJE7gDXfw== 1831 + 1832 + "@csstools/color-helpers@^4.1.0": 1833 + version "4.2.1" 1834 + resolved "https://registry.yarnpkg.com/@csstools/color-helpers/-/color-helpers-4.2.1.tgz#da573554220ccb59757f12de62bf70c6b15645d4" 1835 + integrity sha512-CEypeeykO9AN7JWkr1OEOQb0HRzZlPWGwV0Ya6DuVgFdDi6g3ma/cPZ5ZPZM4AWQikDpq/0llnGGlIL+j8afzw== 1836 + 1837 + "@csstools/css-calc@^1.1.1", "@csstools/css-calc@^1.2.0", "@csstools/css-calc@^1.2.4": 1838 + version "1.2.4" 1839 + resolved "https://registry.yarnpkg.com/@csstools/css-calc/-/css-calc-1.2.4.tgz#9d9fb0dca33666cf97659f8f2c343ed0210e0e73" 1840 + integrity sha512-tfOuvUQeo7Hz+FcuOd3LfXVp+342pnWUJ7D2y8NUpu1Ww6xnTbHLpz018/y6rtbHifJ3iIEf9ttxXd8KG7nL0Q== 1841 + 1842 + "@csstools/css-color-parser@^1.2.0": 1843 + version "1.6.3" 1844 + resolved "https://registry.yarnpkg.com/@csstools/css-color-parser/-/css-color-parser-1.6.3.tgz#813948662e3010672990f2366b94f6174ddba285" 1845 + integrity sha512-pQPUPo32HW3/NuZxrwr3VJHE+vGqSTVI5gK4jGbuJ7eOFUrsTmZikXcVdInCVWOvuxK5xbCzwDWoTlZUCAKN+A== 1846 + dependencies: 1847 + "@csstools/color-helpers" "^4.1.0" 1848 + "@csstools/css-calc" "^1.2.0" 1849 + 1850 + "@csstools/css-parser-algorithms@^2.1.1", "@csstools/css-parser-algorithms@^2.2.0", "@csstools/css-parser-algorithms@^2.7.1": 1851 + version "2.7.1" 1852 + resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz#6d93a8f7d8aeb7cd9ed0868f946e46f021b6aa70" 1853 + integrity sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw== 1854 + 1855 + "@csstools/css-tokenizer@^2.1.1", "@csstools/css-tokenizer@^2.4.1": 1856 + version "2.4.1" 1857 + resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz#1d8b2e200197cf5f35ceb07ca2dade31f3a00ae8" 1858 + integrity sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg== 1859 + 1860 + "@csstools/media-query-list-parser@^2.1.1", "@csstools/media-query-list-parser@^2.1.13": 1861 + version "2.1.13" 1862 + resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz#f00be93f6bede07c14ddf51a168ad2748e4fe9e5" 1863 + integrity sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA== 1864 + 1865 + "@csstools/postcss-cascade-layers@^3.0.1": 1866 + version "3.0.1" 1867 + resolved "https://registry.yarnpkg.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-3.0.1.tgz#d839386e90428b448e3f75276bc01d516e852a0d" 1868 + integrity sha512-dD8W98dOYNOH/yX4V4HXOhfCOnvVAg8TtsL+qCGNoKXuq5z2C/d026wGWgySgC8cajXXo/wNezS31Glj5GcqrA== 1869 + dependencies: 1870 + "@csstools/selector-specificity" "^2.0.2" 1871 + postcss-selector-parser "^6.0.10" 1872 + 1873 + "@csstools/postcss-color-function@^2.2.3": 1874 + version "2.2.3" 1875 + resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-2.2.3.tgz#c15546c3cc6041293024cdaa7d7998a340f88c39" 1876 + integrity sha512-b1ptNkr1UWP96EEHqKBWWaV5m/0hgYGctgA/RVZhONeP1L3T/8hwoqDm9bB23yVCfOgE9U93KI9j06+pEkJTvw== 1877 + dependencies: 1878 + "@csstools/css-color-parser" "^1.2.0" 1879 + "@csstools/css-parser-algorithms" "^2.1.1" 1880 + "@csstools/css-tokenizer" "^2.1.1" 1881 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 1882 + 1883 + "@csstools/postcss-color-mix-function@^1.0.3": 1884 + version "1.0.3" 1885 + resolved "https://registry.yarnpkg.com/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-1.0.3.tgz#3755894bd8a04f82739327717700497a3f2f6f73" 1886 + integrity sha512-QGXjGugTluqFZWzVf+S3wCiRiI0ukXlYqCi7OnpDotP/zaVTyl/aqZujLFzTOXy24BoWnu89frGMc79ohY5eog== 1887 + dependencies: 1888 + "@csstools/css-color-parser" "^1.2.0" 1889 + "@csstools/css-parser-algorithms" "^2.1.1" 1890 + "@csstools/css-tokenizer" "^2.1.1" 1891 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 1892 + 1893 + "@csstools/postcss-font-format-keywords@^2.0.2": 1894 + version "2.0.2" 1895 + resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-2.0.2.tgz#d798d96f4af6cddcfee459f598c976e6011042d2" 1896 + integrity sha512-iKYZlIs6JsNT7NKyRjyIyezTCHLh4L4BBB3F5Nx7Dc4Z/QmBgX+YJFuUSar8IM6KclGiAUFGomXFdYxAwJydlA== 1897 + dependencies: 1898 + postcss-value-parser "^4.2.0" 1899 + 1900 + "@csstools/postcss-gradients-interpolation-method@^3.0.6": 1901 + version "3.0.6" 1902 + resolved "https://registry.yarnpkg.com/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-3.0.6.tgz#9296958c28cc9940920ab22f7c86fbe3fd9a04f0" 1903 + integrity sha512-rBOBTat/YMmB0G8VHwKqDEx+RZ4KCU9j42K8LwS0IpZnyThalZZF7BCSsZ6TFlZhcRZKlZy3LLFI2pLqjNVGGA== 1904 + dependencies: 1905 + "@csstools/css-color-parser" "^1.2.0" 1906 + "@csstools/css-parser-algorithms" "^2.1.1" 1907 + "@csstools/css-tokenizer" "^2.1.1" 1908 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 1909 + 1910 + "@csstools/postcss-hwb-function@^2.2.2": 1911 + version "2.2.2" 1912 + resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-2.2.2.tgz#c36a450bc98038df00bbbebcef20f04aac6e0b08" 1913 + integrity sha512-W5Y5oaJ382HSlbdGfPf60d7dAK6Hqf10+Be1yZbd/TNNrQ/3dDdV1c07YwOXPQ3PZ6dvFMhxbIbn8EC3ki3nEg== 1914 + dependencies: 1915 + "@csstools/css-color-parser" "^1.2.0" 1916 + "@csstools/css-parser-algorithms" "^2.1.1" 1917 + "@csstools/css-tokenizer" "^2.1.1" 1918 + 1919 + "@csstools/postcss-ic-unit@^2.0.4": 1920 + version "2.0.4" 1921 + resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-2.0.4.tgz#e533ebaae61121bfdba3c2a8c9762c117b9a4047" 1922 + integrity sha512-9W2ZbV7whWnr1Gt4qYgxMWzbevZMOvclUczT5vk4yR6vS53W/njiiUhtm/jh/BKYwQ1W3PECZjgAd2dH4ebJig== 1923 + dependencies: 1924 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 1925 + postcss-value-parser "^4.2.0" 1926 + 1927 + "@csstools/postcss-is-pseudo-class@^3.2.1": 1928 + version "3.2.1" 1929 + resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-3.2.1.tgz#610f451b9293307d83d484c84af332a05e48b661" 1930 + integrity sha512-AtANdV34kJl04Al62is3eQRk/BfOfyAvEmRJvbt+nx5REqImLC+2XhuE6skgkcPli1l8ONS67wS+l1sBzySc3Q== 1931 + dependencies: 1932 + "@csstools/selector-specificity" "^2.0.0" 1933 + postcss-selector-parser "^6.0.10" 1934 + 1935 + "@csstools/postcss-logical-float-and-clear@^1.0.1": 1936 + version "1.0.1" 1937 + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-1.0.1.tgz#d255ea7aad18880930b63d8a04164f56182f2ecf" 1938 + integrity sha512-eO9z2sMLddvlfFEW5Fxbjyd03zaO7cJafDurK4rCqyRt9P7aaWwha0LcSzoROlcZrw1NBV2JAp2vMKfPMQO1xw== 1939 + 1940 + "@csstools/postcss-logical-resize@^1.0.1": 1941 + version "1.0.1" 1942 + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-resize/-/postcss-logical-resize-1.0.1.tgz#826d3de929d7d786c32c2c118f78e813a1c2cdec" 1943 + integrity sha512-x1ge74eCSvpBkDDWppl+7FuD2dL68WP+wwP2qvdUcKY17vJksz+XoE1ZRV38uJgS6FNUwC0AxrPW5gy3MxsDHQ== 1944 + dependencies: 1945 + postcss-value-parser "^4.2.0" 1946 + 1947 + "@csstools/postcss-logical-viewport-units@^1.0.3": 1948 + version "1.0.3" 1949 + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-1.0.3.tgz#63e212954015ecdc493878601c3daa4da6ba6714" 1950 + integrity sha512-6zqcyRg9HSqIHIPMYdt6THWhRmE5/tyHKJQLysn2TeDf/ftq7Em9qwMTx98t2C/7UxIsYS8lOiHHxAVjWn2WUg== 1951 + dependencies: 1952 + "@csstools/css-tokenizer" "^2.1.1" 1953 + 1954 + "@csstools/postcss-media-minmax@^1.0.4": 1955 + version "1.1.8" 1956 + resolved "https://registry.yarnpkg.com/@csstools/postcss-media-minmax/-/postcss-media-minmax-1.1.8.tgz#a90b576805312b1bea7bda7d1726402b7f5ef430" 1957 + integrity sha512-KYQCal2i7XPNtHAUxCECdrC7tuxIWQCW+s8eMYs5r5PaAiVTeKwlrkRS096PFgojdNCmHeG0Cb7njtuNswNf+w== 1958 + dependencies: 1959 + "@csstools/css-calc" "^1.2.4" 1960 + "@csstools/css-parser-algorithms" "^2.7.1" 1961 + "@csstools/css-tokenizer" "^2.4.1" 1962 + "@csstools/media-query-list-parser" "^2.1.13" 1963 + 1964 + "@csstools/postcss-media-queries-aspect-ratio-number-values@^1.0.4": 1965 + version "1.0.4" 1966 + resolved "https://registry.yarnpkg.com/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-1.0.4.tgz#5d0d69a3176d9c7ca131388cef38c80437956e2f" 1967 + integrity sha512-IwyTbyR8E2y3kh6Fhrs251KjKBJeUPV5GlnUKnpU70PRFEN2DolWbf2V4+o/B9+Oj77P/DullLTulWEQ8uFtAA== 1968 + dependencies: 1969 + "@csstools/css-parser-algorithms" "^2.2.0" 1970 + "@csstools/css-tokenizer" "^2.1.1" 1971 + "@csstools/media-query-list-parser" "^2.1.1" 1972 + 1973 + "@csstools/postcss-nested-calc@^2.0.2": 1974 + version "2.0.2" 1975 + resolved "https://registry.yarnpkg.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-2.0.2.tgz#a0857650ef88b1aa7b094c7ea8ea1378c35695e0" 1976 + integrity sha512-jbwrP8rN4e7LNaRcpx3xpMUjhtt34I9OV+zgbcsYAAk6k1+3kODXJBf95/JMYWhu9g1oif7r06QVUgfWsKxCFw== 1977 + dependencies: 1978 + postcss-value-parser "^4.2.0" 1979 + 1980 + "@csstools/postcss-normalize-display-values@^2.0.1": 1981 + version "2.0.1" 1982 + resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-2.0.1.tgz#35dc188c5b4713cf902959fe3c8ce613fcb7543e" 1983 + integrity sha512-TQT5g3JQ5gPXC239YuRK8jFceXF9d25ZvBkyjzBGGoW5st5sPXFVQS8OjYb9IJ/K3CdfK4528y483cgS2DJR/w== 1984 + dependencies: 1985 + postcss-value-parser "^4.2.0" 1986 + 1987 + "@csstools/postcss-oklab-function@^2.2.3": 1988 + version "2.2.3" 1989 + resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-2.2.3.tgz#5770b67fc495533081f3ca82984268f0f2c834ac" 1990 + integrity sha512-AgJ2rWMnLCDcbSMTHSqBYn66DNLBym6JpBpCaqmwZ9huGdljjDRuH3DzOYzkgQ7Pm2K92IYIq54IvFHloUOdvA== 1991 + dependencies: 1992 + "@csstools/css-color-parser" "^1.2.0" 1993 + "@csstools/css-parser-algorithms" "^2.1.1" 1994 + "@csstools/css-tokenizer" "^2.1.1" 1995 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 1996 + 1997 + "@csstools/postcss-progressive-custom-properties@^2.3.0": 1998 + version "2.3.0" 1999 + resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-2.3.0.tgz#c16ad5fd9893136efc844e867e80f4becdb223d9" 2000 + integrity sha512-Zd8ojyMlsL919TBExQ1I0CTpBDdyCpH/yOdqatZpuC3sd22K4SwC7+Yez3Q/vmXMWSAl+shjNeFZ7JMyxMjK+Q== 2001 + dependencies: 2002 + postcss-value-parser "^4.2.0" 2003 + 2004 + "@csstools/postcss-relative-color-syntax@^1.0.2": 2005 + version "1.0.2" 2006 + resolved "https://registry.yarnpkg.com/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-1.0.2.tgz#9321765da2b372f3056ebdbfa219bfddf9285519" 2007 + integrity sha512-juCoVInkgH2TZPfOhyx6tIal7jW37L/0Tt+Vcl1LoxqQA9sxcg3JWYZ98pl1BonDnki6s/M7nXzFQHWsWMeHgw== 2008 + dependencies: 2009 + "@csstools/css-color-parser" "^1.2.0" 2010 + "@csstools/css-parser-algorithms" "^2.1.1" 2011 + "@csstools/css-tokenizer" "^2.1.1" 2012 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 2013 + 2014 + "@csstools/postcss-scope-pseudo-class@^2.0.2": 2015 + version "2.0.2" 2016 + resolved "https://registry.yarnpkg.com/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-2.0.2.tgz#6325e1e3b321093c59b008ec670bb772e17f06fe" 2017 + integrity sha512-6Pvo4uexUCXt+Hz5iUtemQAcIuCYnL+ePs1khFR6/xPgC92aQLJ0zGHonWoewiBE+I++4gXK3pr+R1rlOFHe5w== 2018 + dependencies: 2019 + postcss-selector-parser "^6.0.10" 2020 + 2021 + "@csstools/postcss-stepped-value-functions@^2.1.1": 2022 + version "2.1.1" 2023 + resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-2.1.1.tgz#f31aa0e7bd0ce3e4a0450573e1e27ce5e602b100" 2024 + integrity sha512-YCvdF0GCZK35nhLgs7ippcxDlRVe5QsSht3+EghqTjnYnyl3BbWIN6fYQ1dKWYTJ+7Bgi41TgqQFfJDcp9Xy/w== 2025 + dependencies: 2026 + "@csstools/css-calc" "^1.1.1" 2027 + "@csstools/css-parser-algorithms" "^2.1.1" 2028 + "@csstools/css-tokenizer" "^2.1.1" 2029 + 2030 + "@csstools/postcss-text-decoration-shorthand@^2.2.4": 2031 + version "2.2.4" 2032 + resolved "https://registry.yarnpkg.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-2.2.4.tgz#184af1d68f4d97c381fad2ca58ae7f3f2a5dd7c3" 2033 + integrity sha512-zPN56sQkS/7YTCVZhOBVCWf7AiNge8fXDl7JVaHLz2RyT4pnyK2gFjckWRLpO0A2xkm1lCgZ0bepYZTwAVd/5A== 2034 + dependencies: 2035 + "@csstools/color-helpers" "^2.1.0" 2036 + postcss-value-parser "^4.2.0" 2037 + 2038 + "@csstools/postcss-trigonometric-functions@^2.1.1": 2039 + version "2.1.1" 2040 + resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-2.1.1.tgz#871a2048b0f81495d6cd8858ffb1fb04231ca741" 2041 + integrity sha512-XcXmHEFfHXhvYz40FtDlA4Fp4NQln2bWTsCwthd2c+MCnYArUYU3YaMqzR5CrKP3pMoGYTBnp5fMqf1HxItNyw== 2042 + dependencies: 2043 + "@csstools/css-calc" "^1.1.1" 2044 + "@csstools/css-parser-algorithms" "^2.1.1" 2045 + "@csstools/css-tokenizer" "^2.1.1" 2046 + 2047 + "@csstools/postcss-unset-value@^2.0.1": 2048 + version "2.0.1" 2049 + resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-2.0.1.tgz#67091dd6cff556bff896c95053eb070cc6b21c25" 2050 + integrity sha512-oJ9Xl29/yU8U7/pnMJRqAZd4YXNCfGEdcP4ywREuqm/xMqcgDNDppYRoCGDt40aaZQIEKBS79LytUDN/DHf0Ew== 2051 + 2052 + "@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.1", "@csstools/selector-specificity@^2.0.2": 2053 + version "2.2.0" 2054 + resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#2cbcf822bf3764c9658c4d2e568bd0c0cb748016" 2055 + integrity sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw== 2056 + 2057 + "@csstools/utilities@^1.0.0": 2058 + version "1.0.0" 2059 + resolved "https://registry.yarnpkg.com/@csstools/utilities/-/utilities-1.0.0.tgz#42f3c213f2fb929324d465684ab9f46a0febd4bb" 2060 + integrity sha512-tAgvZQe/t2mlvpNosA4+CkMiZ2azISW5WPAcdSalZlEjQvUfghHxfQcrCiK/7/CrfAWVxyM88kGFYO82heIGDg== 2061 + 2062 + "@discoveryjs/json-ext@0.5.7": 2063 + version "0.5.7" 2064 + resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" 2065 + integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== 984 2066 985 2067 "@eslint/eslintrc@^1.3.0": 986 2068 version "1.3.0" ··· 1244 2326 "@jridgewell/sourcemap-codec" "^1.4.10" 1245 2327 "@jridgewell/trace-mapping" "^0.3.9" 1246 2328 2329 + "@jridgewell/gen-mapping@^0.3.5": 2330 + version "0.3.5" 2331 + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" 2332 + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== 2333 + dependencies: 2334 + "@jridgewell/set-array" "^1.2.1" 2335 + "@jridgewell/sourcemap-codec" "^1.4.10" 2336 + "@jridgewell/trace-mapping" "^0.3.24" 2337 + 1247 2338 "@jridgewell/resolve-uri@^3.0.3": 1248 2339 version "3.0.5" 1249 2340 resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" 1250 2341 integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== 2342 + 2343 + "@jridgewell/resolve-uri@^3.1.0": 2344 + version "3.1.2" 2345 + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" 2346 + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== 1251 2347 1252 2348 "@jridgewell/set-array@^1.0.0": 1253 2349 version "1.1.1" 1254 2350 resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea" 1255 2351 integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== 1256 2352 2353 + "@jridgewell/set-array@^1.2.1": 2354 + version "1.2.1" 2355 + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" 2356 + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== 2357 + 1257 2358 "@jridgewell/sourcemap-codec@^1.4.10": 1258 2359 version "1.4.11" 1259 2360 resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" 1260 2361 integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== 2362 + 2363 + "@jridgewell/sourcemap-codec@^1.4.14": 2364 + version "1.5.0" 2365 + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" 2366 + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== 1261 2367 1262 2368 "@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.9": 1263 2369 version "0.3.13" ··· 1274 2380 dependencies: 1275 2381 "@jridgewell/resolve-uri" "^3.0.3" 1276 2382 "@jridgewell/sourcemap-codec" "^1.4.10" 2383 + 2384 + "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": 2385 + version "0.3.25" 2386 + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" 2387 + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== 2388 + dependencies: 2389 + "@jridgewell/resolve-uri" "^3.1.0" 2390 + "@jridgewell/sourcemap-codec" "^1.4.14" 1277 2391 1278 2392 "@nodelib/fs.scandir@2.1.5": 1279 2393 version "2.1.5" ··· 1312 2426 mkdirp "^1.0.4" 1313 2427 rimraf "^3.0.2" 1314 2428 1315 - "@nuxt/babel-preset-app-edge@2.16.0-27358576.777a4b7f": 1316 - version "2.16.0-27358576.777a4b7f" 1317 - resolved "https://registry.yarnpkg.com/@nuxt/babel-preset-app-edge/-/babel-preset-app-edge-2.16.0-27358576.777a4b7f.tgz#acfc12071dc74b788f6efc371d1896f7524a2328" 1318 - integrity sha512-wjtJdPTp/jTNQJPj1beI9vjYbtxeVAuv39QQzZJmM1q9MdpKMUoPawJIXvXhd44MhdizoSsf+Pjp4013e2VHGA== 2429 + "@nuxt/babel-preset-app-edge@2.16.0-27923058.4ecdc72": 2430 + version "2.16.0-27923058.4ecdc72" 2431 + resolved "https://registry.yarnpkg.com/@nuxt/babel-preset-app-edge/-/babel-preset-app-edge-2.16.0-27923058.4ecdc72.tgz#887e9098debe0197f534b88755997fe15e6445e0" 2432 + integrity sha512-b8zFsONFV5Sk1JvdPX76xIMfz2lDl0SqEOuTe/7StFJ6JoeoJ+q+aTCR+9AF98j5ZWnuTMUX6/CVtzF7qi9Pjg== 1319 2433 dependencies: 1320 - "@babel/compat-data" "^7.16.0" 1321 - "@babel/core" "^7.16.0" 1322 - "@babel/helper-compilation-targets" "^7.16.0" 1323 - "@babel/helper-module-imports" "^7.16.0" 1324 - "@babel/plugin-proposal-class-properties" "^7.16.0" 1325 - "@babel/plugin-proposal-decorators" "^7.16.0" 1326 - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0" 1327 - "@babel/plugin-proposal-optional-chaining" "^7.16.0" 1328 - "@babel/plugin-proposal-private-methods" "^7.16.0" 1329 - "@babel/plugin-transform-runtime" "^7.16.0" 1330 - "@babel/preset-env" "^7.16.0" 1331 - "@babel/runtime" "^7.16.0" 1332 - "@vue/babel-preset-jsx" "^1.2.4" 2434 + "@babel/compat-data" "^7.20.14" 2435 + "@babel/core" "^7.20.12" 2436 + "@babel/helper-compilation-targets" "^7.20.7" 2437 + "@babel/helper-module-imports" "^7.18.6" 2438 + "@babel/plugin-proposal-class-properties" "^7.18.6" 2439 + "@babel/plugin-proposal-decorators" "^7.20.13" 2440 + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" 2441 + "@babel/plugin-proposal-optional-chaining" "^7.20.7" 2442 + "@babel/plugin-proposal-private-methods" "^7.18.6" 2443 + "@babel/plugin-transform-runtime" "^7.19.6" 2444 + "@babel/preset-env" "^7.20.2" 2445 + "@babel/runtime" "^7.20.13" 2446 + "@vue/babel-preset-jsx" "^1.4.0" 1333 2447 core-js "^3.19.0" 1334 - core-js-compat "^3.19.1" 1335 - regenerator-runtime "^0.13.9" 2448 + core-js-compat "^3.27.2" 2449 + regenerator-runtime "^0.13.11" 1336 2450 1337 - "@nuxt/builder-edge@2.16.0-27358576.777a4b7f": 1338 - version "2.16.0-27358576.777a4b7f" 1339 - resolved "https://registry.yarnpkg.com/@nuxt/builder-edge/-/builder-edge-2.16.0-27358576.777a4b7f.tgz#5164e38a08c19212f3b3ef5aa152961ec13cbd8b" 1340 - integrity sha512-KAjBF2+6oNN4oivlUM35fKZpNzHiXTzq7RTOs2pTa8aOcErkTvfNkbdM1Ce7C+hu8KFyvFy1qqPIb25iheO1qA== 2451 + "@nuxt/builder-edge@2.16.0-27923058.4ecdc72": 2452 + version "2.16.0-27923058.4ecdc72" 2453 + resolved "https://registry.yarnpkg.com/@nuxt/builder-edge/-/builder-edge-2.16.0-27923058.4ecdc72.tgz#c73e58c53affb4659450e20d1764c84f17c64f9b" 2454 + integrity sha512-UOSdYmRHxACvegMP8NhAmUwHbmkg6VqdZm1OP0TjJnEXCnKhp0gBklgWDNMxHdchL0GDvfboIBao45FhWhhhZg== 1341 2455 dependencies: 1342 2456 "@nuxt/devalue" "^2.0.0" 1343 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 1344 - "@nuxt/vue-app-edge" "2.16.0-27358576.777a4b7f" 1345 - "@nuxt/webpack-edge" "2.16.0-27358576.777a4b7f" 2457 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 2458 + "@nuxt/vue-app-edge" "2.16.0-27923058.4ecdc72" 2459 + "@nuxt/webpack-edge" "2.16.0-27923058.4ecdc72" 1346 2460 chalk "^4.1.2" 1347 - chokidar "^3.5.2" 2461 + chokidar "^3.5.3" 1348 2462 consola "^2.15.3" 1349 - fs-extra "^10.0.0" 1350 - glob "^7.2.0" 2463 + fs-extra "^10.1.0" 2464 + glob "^8.1.0" 1351 2465 hash-sum "^2.0.0" 1352 - ignore "^5.1.9" 2466 + ignore "^5.2.4" 1353 2467 lodash "^4.17.21" 1354 2468 pify "^5.0.0" 1355 - serialize-javascript "^6.0.0" 2469 + serialize-javascript "^6.0.1" 1356 2470 upath "^2.0.1" 1357 2471 1358 - "@nuxt/cli-edge@2.16.0-27358576.777a4b7f": 1359 - version "2.16.0-27358576.777a4b7f" 1360 - resolved "https://registry.yarnpkg.com/@nuxt/cli-edge/-/cli-edge-2.16.0-27358576.777a4b7f.tgz#550977b8286bd525e59b3fd6df0c41d0a06e77fd" 1361 - integrity sha512-wHS7ez+rLDqS5RiTrSil9OHrYLGTLtCU/o4TC9h+tuW3HK+h/Tszh+nFI6s6zOTg2THpZ4Ndpww0I8pwBPQvcA== 2472 + "@nuxt/cli-edge@2.16.0-27923058.4ecdc72": 2473 + version "2.16.0-27923058.4ecdc72" 2474 + resolved "https://registry.yarnpkg.com/@nuxt/cli-edge/-/cli-edge-2.16.0-27923058.4ecdc72.tgz#9bd1a04a9a9cc0f0c1cdcb82c725482069d1e041" 2475 + integrity sha512-B+IXbwfEKPgCHmgprnGyTSqvCNK2NAF7dRXWtnmEGKgs+NRbX//31PFSz4DaY0deJh2tr5OpdmBOXT/mAOsNmg== 1362 2476 dependencies: 1363 - "@nuxt/config-edge" "2.16.0-27358576.777a4b7f" 1364 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 2477 + "@nuxt/config-edge" "2.16.0-27923058.4ecdc72" 2478 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 1365 2479 boxen "^5.1.2" 1366 2480 chalk "^4.1.2" 1367 2481 compression "^1.7.4" 1368 2482 connect "^3.7.0" 1369 2483 consola "^2.15.3" 1370 - crc "^3.8.0" 1371 - defu "^5.0.0" 1372 - destr "^1.1.0" 2484 + crc "^4.3.2" 2485 + defu "^6.1.2" 2486 + destr "^1.2.2" 1373 2487 execa "^5.1.1" 1374 2488 exit "^0.1.2" 1375 - fs-extra "^10.0.0" 2489 + fs-extra "^10.1.0" 1376 2490 globby "^11.0.4" 1377 2491 hable "^3.0.0" 1378 2492 lodash "^4.17.21" 1379 - minimist "^1.2.5" 2493 + minimist "^1.2.7" 1380 2494 opener "1.5.2" 1381 2495 pretty-bytes "^5.6.0" 1382 - semver "^7.3.5" 1383 - serve-static "^1.14.1" 1384 - std-env "^3.0.1" 2496 + semver "^7.3.8" 2497 + serve-static "^1.15.0" 2498 + std-env "^3.3.2" 1385 2499 upath "^2.0.1" 1386 2500 wrap-ansi "^7.0.0" 1387 2501 ··· 1399 2513 upath "^2.0.1" 1400 2514 vue-template-compiler "^2.6.14" 1401 2515 1402 - "@nuxt/config-edge@2.16.0-27358576.777a4b7f": 1403 - version "2.16.0-27358576.777a4b7f" 1404 - resolved "https://registry.yarnpkg.com/@nuxt/config-edge/-/config-edge-2.16.0-27358576.777a4b7f.tgz#226f233bf38f28b67ac91e37d4b3df9b091c4115" 1405 - integrity sha512-pNLw8R8u3++ywXHpK6pViFAOUKQwpoKbOaaDVjjOEs9gjmsc0uhZKPVdJ8VsgXY8f7l/BeDhZKvd4p8sMbr90A== 2516 + "@nuxt/config-edge@2.16.0-27923058.4ecdc72": 2517 + version "2.16.0-27923058.4ecdc72" 2518 + resolved "https://registry.yarnpkg.com/@nuxt/config-edge/-/config-edge-2.16.0-27923058.4ecdc72.tgz#4f1ab58dabda02edba215facdf80d42693d2738f" 2519 + integrity sha512-wbuJy2O8lprxxxuplmKPxdJgEcnPl8iXvxnvjKBvTO/gEUoVZM0lXK1AKbwPgfg0uv9+GEw0B+W/zxUHFy7TYg== 1406 2520 dependencies: 1407 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 2521 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 1408 2522 consola "^2.15.3" 1409 - defu "^5.0.0" 1410 - destr "^1.1.0" 1411 - dotenv "^10.0.0" 2523 + defu "^6.1.2" 2524 + destr "^1.2.2" 2525 + dotenv "^16.0.3" 1412 2526 lodash "^4.17.21" 1413 - rc9 "^1.2.0" 1414 - std-env "^3.0.1" 1415 - ufo "^0.7.9" 2527 + rc9 "^2.0.1" 2528 + std-env "^3.3.2" 2529 + ufo "^1.0.1" 1416 2530 1417 - "@nuxt/core-edge@2.16.0-27358576.777a4b7f": 1418 - version "2.16.0-27358576.777a4b7f" 1419 - resolved "https://registry.yarnpkg.com/@nuxt/core-edge/-/core-edge-2.16.0-27358576.777a4b7f.tgz#406b7ed6ccf724c60e06e0b2bb62cd6105ca1a34" 1420 - integrity sha512-64EJ8+b9/twsmegA0D9H8PFGBW2HVOyByu1PQ1IF/AosN8vcXwb7xQM6FPkb3NiEgbYmlE8r1gdfNynDV9/mNw== 2531 + "@nuxt/core-edge@2.16.0-27923058.4ecdc72": 2532 + version "2.16.0-27923058.4ecdc72" 2533 + resolved "https://registry.yarnpkg.com/@nuxt/core-edge/-/core-edge-2.16.0-27923058.4ecdc72.tgz#5411c19fcaf9a530ba0733f7b6ca9089d47bffa8" 2534 + integrity sha512-a8k0bzrrsp543TwNmwwL5ARQRjSJBF7Tio/jMFRUXa5U0ijNN0/twULn9F6B+Mwtjpb28g7NKw5zz9aVmdN8ug== 1421 2535 dependencies: 1422 - "@nuxt/config-edge" "2.16.0-27358576.777a4b7f" 1423 - "@nuxt/server-edge" "2.16.0-27358576.777a4b7f" 1424 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 2536 + "@nuxt/config-edge" "2.16.0-27923058.4ecdc72" 2537 + "@nuxt/server-edge" "2.16.0-27923058.4ecdc72" 2538 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 1425 2539 consola "^2.15.3" 1426 - fs-extra "^10.0.0" 2540 + fs-extra "^10.1.0" 1427 2541 hable "^3.0.0" 1428 2542 hash-sum "^2.0.0" 1429 2543 lodash "^4.17.21" ··· 1443 2557 error-stack-parser "^2.0.0" 1444 2558 string-width "^4.2.3" 1445 2559 1446 - "@nuxt/generator-edge@2.16.0-27358576.777a4b7f": 1447 - version "2.16.0-27358576.777a4b7f" 1448 - resolved "https://registry.yarnpkg.com/@nuxt/generator-edge/-/generator-edge-2.16.0-27358576.777a4b7f.tgz#325f5237649ba00f314eb938f955d54c3f562abd" 1449 - integrity sha512-JvpyeoKQgcDvkjMHyfKsiyHOISs+52YtQPujmL0I24DCtpUcT180RKbIyllKfudcbKWw85f2ym6+5Sjg9IrTag== 2560 + "@nuxt/generator-edge@2.16.0-27923058.4ecdc72": 2561 + version "2.16.0-27923058.4ecdc72" 2562 + resolved "https://registry.yarnpkg.com/@nuxt/generator-edge/-/generator-edge-2.16.0-27923058.4ecdc72.tgz#f4be94c288ee5d08184041c3e900a786bdddc7b3" 2563 + integrity sha512-1aNAJtZc/MbnoLaz5tjrjmkoaQUBFs5Ur1YPw98jT87q1sND03FjIZ4KBfRQdfBVThylqov2DNi6ftsF2SZCcg== 1450 2564 dependencies: 1451 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 2565 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 1452 2566 chalk "^4.1.2" 1453 2567 consola "^2.15.3" 1454 - defu "^5.0.0" 2568 + defu "^6.1.2" 1455 2569 devalue "^2.0.1" 1456 - fs-extra "^10.0.0" 2570 + fs-extra "^10.1.0" 1457 2571 html-minifier "^4.0.0" 1458 - node-html-parser "^5.1.0" 1459 - ufo "^0.7.9" 2572 + node-html-parser "^6.1.4" 2573 + ufo "^1.0.1" 1460 2574 1461 2575 "@nuxt/kit@0.6.4": 1462 2576 version "0.6.4" ··· 1489 2603 node-res "^5.0.1" 1490 2604 serve-static "^1.14.1" 1491 2605 1492 - "@nuxt/opencollective@^0.3.2": 1493 - version "0.3.2" 1494 - resolved "https://registry.yarnpkg.com/@nuxt/opencollective/-/opencollective-0.3.2.tgz#83cb70cdb2bac5fad6f8c93529e7b11187d49c02" 1495 - integrity sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A== 2606 + "@nuxt/opencollective@^0.3.3": 2607 + version "0.3.3" 2608 + resolved "https://registry.yarnpkg.com/@nuxt/opencollective/-/opencollective-0.3.3.tgz#80ff0eb8f6fca1d0ed5a089b9688f41bff2dd8ab" 2609 + integrity sha512-6IKCd+gP0HliixqZT/p8nW3tucD6Sv/u/eR2A9X4rxT/6hXlMzA4GZQzq4d2qnBAwSwGpmKyzkyTjNjrhaA25A== 1496 2610 dependencies: 1497 2611 chalk "^4.1.0" 1498 2612 consola "^2.15.0" 1499 - node-fetch "^2.6.1" 2613 + node-fetch "^2.6.7" 1500 2614 1501 - "@nuxt/server-edge@2.16.0-27358576.777a4b7f": 1502 - version "2.16.0-27358576.777a4b7f" 1503 - resolved "https://registry.yarnpkg.com/@nuxt/server-edge/-/server-edge-2.16.0-27358576.777a4b7f.tgz#4fcf7a90495506c1c1cb26305c982457b2db3e7e" 1504 - integrity sha512-o6XxmPcozyTdC7e2/dzSSUAIybbIEeIyNrM5NHlHm2NtphR3gNknN4Qe8V5Ntqi2FLuHixBGisYXC/l/lQa5xA== 2615 + "@nuxt/server-edge@2.16.0-27923058.4ecdc72": 2616 + version "2.16.0-27923058.4ecdc72" 2617 + resolved "https://registry.yarnpkg.com/@nuxt/server-edge/-/server-edge-2.16.0-27923058.4ecdc72.tgz#017a9a2208290b7b6bd9da420840fd36fda33913" 2618 + integrity sha512-335RTQunagVlKpBLMjZkLUMjVHDDEmvP7+75WNBwxSiJRPX34vySUtW5jbYjbQZENZawqDaIAbn87zaLM5pilw== 1505 2619 dependencies: 1506 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 1507 - "@nuxt/vue-renderer-edge" "2.16.0-27358576.777a4b7f" 2620 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 2621 + "@nuxt/vue-renderer-edge" "2.16.0-27923058.4ecdc72" 1508 2622 "@nuxtjs/youch" "^4.2.3" 1509 2623 compression "^1.7.4" 1510 2624 connect "^3.7.0" 1511 2625 consola "^2.15.3" 1512 2626 etag "^1.8.1" 1513 2627 fresh "^0.5.2" 1514 - fs-extra "^10.0.0" 1515 - ip "^1.1.5" 1516 - launch-editor-middleware "^2.2.1" 2628 + fs-extra "^10.1.0" 2629 + ip "^1.1.8" 2630 + launch-editor-middleware "^2.6.0" 1517 2631 on-headers "^1.0.2" 1518 2632 pify "^5.0.0" 1519 - serve-placeholder "^1.2.4" 1520 - serve-static "^1.14.1" 2633 + serve-placeholder "^2.0.1" 2634 + serve-static "^1.15.0" 1521 2635 server-destroy "^1.0.1" 1522 - ufo "^0.7.9" 2636 + ufo "^1.0.1" 1523 2637 1524 - "@nuxt/telemetry@^1.3.6": 1525 - version "1.3.6" 1526 - resolved "https://registry.yarnpkg.com/@nuxt/telemetry/-/telemetry-1.3.6.tgz#a27a27b2f56a2ad4ef2c1bef82e12f0bc0dc40ac" 1527 - integrity sha512-sZpLf/rU3cvN8/alR1HpJIl3mHPA1GOg41GKdOOrtw7Gi/lCEVk4hK+lpXgYInZ2n6i1JyknpKhM9YzX2RU33w== 2638 + "@nuxt/telemetry@^1.4.1": 2639 + version "1.5.0" 2640 + resolved "https://registry.yarnpkg.com/@nuxt/telemetry/-/telemetry-1.5.0.tgz#9b43290b1f80ff749c82a8376d404489fecdf01b" 2641 + integrity sha512-MhxiiYCFe0MayN2TvmpcsCV66zBePtrSVkFLJHwTFuneQ5Qma5x0NmCwdov7O4NSuTfgSZels9qPJh0zy0Kc4g== 1528 2642 dependencies: 1529 - arg "^5.0.0" 2643 + arg "^5.0.2" 1530 2644 chalk "^4.1.1" 1531 - ci-info "^3.1.1" 1532 - consola "^2.15.3" 2645 + ci-info "^3.7.1" 2646 + consola "^3.2.3" 1533 2647 create-require "^1.1.1" 1534 - defu "^5.0.0" 1535 - destr "^1.1.0" 2648 + defu "^6.1.3" 2649 + destr "^2.0.2" 1536 2650 dotenv "^9.0.2" 1537 2651 fs-extra "^8.1.0" 1538 - git-url-parse "^11.4.4" 2652 + git-url-parse "^13.1.1" 1539 2653 inquirer "^7.3.3" 1540 - is-docker "^2.2.1" 1541 - jiti "^1.9.2" 2654 + jiti "^1.21.0" 1542 2655 nanoid "^3.1.23" 1543 2656 node-fetch "^2.6.1" 1544 2657 parse-git-config "^3.0.0" 1545 - rc9 "^1.2.0" 1546 - std-env "^2.3.0" 2658 + rc9 "^2.1.1" 2659 + std-env "^3.5.0" 1547 2660 1548 2661 "@nuxt/test-utils@0.2.2": 1549 2662 version "0.2.2" ··· 1591 2704 ts-loader "^8.0.17" 1592 2705 typescript "~4.2" 1593 2706 1594 - "@nuxt/utils-edge@2.16.0-27358576.777a4b7f": 1595 - version "2.16.0-27358576.777a4b7f" 1596 - resolved "https://registry.yarnpkg.com/@nuxt/utils-edge/-/utils-edge-2.16.0-27358576.777a4b7f.tgz#cf7ef2e18d83c5121db92359d8d6f2aeddf5c77c" 1597 - integrity sha512-GKZ4XCQ0StG5Oq9jgMAOGbCEbl0fL5g7TiIX46xRvTLVPk9dz8+7Qg0uneVBUhU8xV+TA5qKEclaHxlaSbt+qw== 2707 + "@nuxt/utils-edge@2.16.0-27923058.4ecdc72": 2708 + version "2.16.0-27923058.4ecdc72" 2709 + resolved "https://registry.yarnpkg.com/@nuxt/utils-edge/-/utils-edge-2.16.0-27923058.4ecdc72.tgz#23c9ff1b45dd5446c5de13fa52f22f3395dbfdf4" 2710 + integrity sha512-/ATGtzQedtt9L2EjSfPRZVLUK3EwQTeZovgskgo08AmyAJto2qEMc2WTDMFcminiudxj17QdXOGrVpO/1Jp0kQ== 1598 2711 dependencies: 1599 2712 consola "^2.15.3" 1600 2713 create-require "^1.1.1" 1601 - fs-extra "^10.0.0" 2714 + fs-extra "^10.1.0" 1602 2715 hash-sum "^2.0.0" 1603 - jiti "^1.12.9" 2716 + jiti "^1.16.2" 1604 2717 lodash "^4.17.21" 1605 2718 proper-lockfile "^4.1.2" 1606 - semver "^7.3.5" 1607 - serialize-javascript "^6.0.0" 1608 - signal-exit "^3.0.5" 1609 - ua-parser-js "^1.0.2" 1610 - ufo "^0.7.9" 2719 + semver "^7.3.8" 2720 + serialize-javascript "^6.0.1" 2721 + signal-exit "^3.0.7" 2722 + ua-parser-js "^1.0.33" 2723 + ufo "^1.0.1" 1611 2724 1612 - "@nuxt/vue-app-edge@2.16.0-27358576.777a4b7f": 1613 - version "2.16.0-27358576.777a4b7f" 1614 - resolved "https://registry.yarnpkg.com/@nuxt/vue-app-edge/-/vue-app-edge-2.16.0-27358576.777a4b7f.tgz#240d835f201cc78e911a2e85a6fd446ef54616e1" 1615 - integrity sha512-3ycm2XO6S+g6oyiMHXLUSyzp1zwxGo/gKPR/FbdXr8DsSmyuSQK1UzOOUqzC+u2Z+ycZH7rFaadnIn5U0axYLg== 2725 + "@nuxt/vue-app-edge@2.16.0-27923058.4ecdc72": 2726 + version "2.16.0-27923058.4ecdc72" 2727 + resolved "https://registry.yarnpkg.com/@nuxt/vue-app-edge/-/vue-app-edge-2.16.0-27923058.4ecdc72.tgz#efa8d846bab744e268e1c78dca3b7797f845d2f9" 2728 + integrity sha512-n5MVs19sDJXF11s3h7fZN0WHCKWKUFUKCxUYT7sazx0EzMtEqMnyTqfZaKnoRaD/HX6Eh2eKRao5lDzk4XwtZw== 1616 2729 dependencies: 1617 - node-fetch "^2.6.6" 1618 - ufo "^0.7.9" 1619 - unfetch "^4.2.0" 1620 - vue "^2.6.14" 2730 + node-fetch-native "^1.0.1" 2731 + ufo "^1.0.1" 2732 + unfetch "^5.0.0" 2733 + vue "^2.7.10" 1621 2734 vue-client-only "^2.1.0" 1622 2735 vue-meta "^2.4.0" 1623 2736 vue-no-ssr "^1.1.1" 1624 - vue-router "^3.5.3" 1625 - vue-template-compiler "^2.6.14" 2737 + vue-router "^3.6.5" 2738 + vue-template-compiler "^2.7.14" 1626 2739 vuex "^3.6.2" 1627 2740 1628 - "@nuxt/vue-renderer-edge@2.16.0-27358576.777a4b7f": 1629 - version "2.16.0-27358576.777a4b7f" 1630 - resolved "https://registry.yarnpkg.com/@nuxt/vue-renderer-edge/-/vue-renderer-edge-2.16.0-27358576.777a4b7f.tgz#646270082e1c962c382c3111ea9c3fd8fe8d8fed" 1631 - integrity sha512-XvBi+F+3MerRoOMvRn39oYiSgP2L4csMzIalHzV+XxCCSPKvhtovf2DQDhn8xP51BiIoCQxIyBz7k+w3Y7rWnQ== 2741 + "@nuxt/vue-renderer-edge@2.16.0-27923058.4ecdc72": 2742 + version "2.16.0-27923058.4ecdc72" 2743 + resolved "https://registry.yarnpkg.com/@nuxt/vue-renderer-edge/-/vue-renderer-edge-2.16.0-27923058.4ecdc72.tgz#3c90dcd6e8118f1efa58e44c7ea282957b1fb902" 2744 + integrity sha512-RMsy7tHUEDWrlbeDhejfHGNW1S3Sbvnj6uADfFCX9KmelRKFbBiUhWjFxcxdBWwMc7O8eoUGhkFeen4uTTa5VA== 1632 2745 dependencies: 1633 2746 "@nuxt/devalue" "^2.0.0" 1634 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 2747 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 1635 2748 consola "^2.15.3" 1636 - defu "^5.0.0" 1637 - fs-extra "^10.0.0" 2749 + defu "^6.1.2" 2750 + fs-extra "^10.1.0" 1638 2751 lodash "^4.17.21" 1639 2752 lru-cache "^5.1.1" 1640 - ufo "^0.7.9" 1641 - vue "^2.6.14" 2753 + ufo "^1.0.1" 2754 + vue "^2.7.10" 1642 2755 vue-meta "^2.4.0" 1643 - vue-server-renderer "^2.6.14" 2756 + vue-server-renderer "^2.7.14" 1644 2757 1645 - "@nuxt/webpack-edge@2.16.0-27358576.777a4b7f": 1646 - version "2.16.0-27358576.777a4b7f" 1647 - resolved "https://registry.yarnpkg.com/@nuxt/webpack-edge/-/webpack-edge-2.16.0-27358576.777a4b7f.tgz#446d6ae1aec93c6d918e48a51eb274e18ff9a5f0" 1648 - integrity sha512-LZgxrxHf7v/8FfwM69YDMjsseky1aUoA7JncLIMeF8TOzmHAPM7hDZZNKPTb5PGuDDm15n2DCpL6l8wMeMjutQ== 2758 + "@nuxt/webpack-edge@2.16.0-27923058.4ecdc72": 2759 + version "2.16.0-27923058.4ecdc72" 2760 + resolved "https://registry.yarnpkg.com/@nuxt/webpack-edge/-/webpack-edge-2.16.0-27923058.4ecdc72.tgz#9f3a05fd96df7ce26cfcec61df45dda51cc196e4" 2761 + integrity sha512-hHP4339Y0AU37BcQiO/oFj12RQhGC7m8tKtr/gHiUHVwdZf6xqzwODQJt/vCyWQaY574JIZ/1TbUOtAUY9mBlg== 1649 2762 dependencies: 1650 - "@babel/core" "^7.16.0" 1651 - "@nuxt/babel-preset-app-edge" "2.16.0-27358576.777a4b7f" 2763 + "@babel/core" "^7.20.12" 2764 + "@nuxt/babel-preset-app-edge" "2.16.0-27923058.4ecdc72" 1652 2765 "@nuxt/friendly-errors-webpack-plugin" "^2.5.2" 1653 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 1654 - babel-loader "^8.2.3" 2766 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 2767 + babel-loader "^8.3.0" 1655 2768 cache-loader "^4.1.0" 1656 - caniuse-lite "^1.0.30001275" 2769 + caniuse-lite "^1.0.30001450" 1657 2770 consola "^2.15.3" 1658 - css-loader "^4.3.0" 1659 - cssnano "^4.1.11" 2771 + css-loader "^5.2.7" 2772 + cssnano "^5.1.14" 1660 2773 eventsource-polyfill "^0.9.6" 1661 2774 extract-css-chunks-webpack-plugin "^4.9.0" 1662 2775 file-loader "^6.2.0" 1663 - glob "^7.2.0" 2776 + glob "^8.1.0" 1664 2777 hard-source-webpack-plugin "^0.13.1" 1665 2778 hash-sum "^2.0.0" 1666 2779 html-webpack-plugin "^4.5.1" 1667 2780 lodash "^4.17.21" 1668 2781 memory-fs "^0.5.0" 1669 - optimize-css-assets-webpack-plugin "^5.0.8" 2782 + optimize-css-assets-webpack-plugin "^6.0.1" 1670 2783 pify "^5.0.0" 1671 2784 pnp-webpack-plugin "^1.7.0" 1672 - postcss "^7.0.32" 1673 - postcss-import "^12.0.1" 2785 + postcss "^8.4.21" 2786 + postcss-import "^15.1.0" 1674 2787 postcss-import-resolver "^2.0.0" 1675 - postcss-loader "^3.0.0" 1676 - postcss-preset-env "^6.7.0" 1677 - postcss-url "^8.0.0" 1678 - semver "^7.3.5" 1679 - std-env "^3.0.1" 1680 - style-resources-loader "^1.4.1" 2788 + postcss-loader "^4.3.0" 2789 + postcss-preset-env "^8.0.1" 2790 + postcss-url "^10.1.3" 2791 + semver "^7.3.8" 2792 + std-env "^3.3.2" 2793 + style-resources-loader "^1.5.0" 1681 2794 terser-webpack-plugin "^4.2.3" 1682 2795 thread-loader "^3.0.4" 1683 2796 time-fix-plugin "^2.0.7" 1684 - ufo "^0.7.9" 2797 + ufo "^1.0.1" 2798 + upath "^2.0.1" 1685 2799 url-loader "^4.1.1" 1686 - vue-loader "^15.9.8" 2800 + vue-loader "^15.10.1" 1687 2801 vue-style-loader "^4.1.3" 1688 - vue-template-compiler "^2.6.14" 1689 - watchpack "^2.2.0" 2802 + vue-template-compiler "^2.7.14" 2803 + watchpack "^2.4.0" 1690 2804 webpack "^4.46.0" 1691 - webpack-bundle-analyzer "^4.5.0" 1692 - webpack-dev-middleware "^5.2.1" 1693 - webpack-hot-middleware "^2.25.1" 2805 + webpack-bundle-analyzer "^4.7.0" 2806 + webpack-dev-middleware "^5.3.3" 2807 + webpack-hot-middleware "^2.25.3" 1694 2808 webpack-node-externals "^3.0.0" 1695 2809 webpackbar "^5.0.2" 1696 2810 ··· 1828 2942 dependencies: 1829 2943 "@octokit/openapi-types" "^11.2.0" 1830 2944 1831 - "@polka/url@^1.0.0-next.20": 1832 - version "1.0.0-next.21" 1833 - resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" 1834 - integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== 2945 + "@polka/url@^1.0.0-next.24": 2946 + version "1.0.0-next.28" 2947 + resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.28.tgz#d45e01c4a56f143ee69c54dd6b12eade9e270a73" 2948 + integrity sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw== 1835 2949 1836 2950 "@release-it/conventional-changelog@5.0.0": 1837 2951 version "5.0.0" ··· 1960 3074 version "1.1.2" 1961 3075 resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" 1962 3076 integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== 3077 + 3078 + "@trysound/sax@0.2.0": 3079 + version "0.2.0" 3080 + resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" 3081 + integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== 1963 3082 1964 3083 "@types/anymatch@*": 1965 3084 version "3.0.0" ··· 2264 3383 resolved "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.4.tgz#8772fcd0418e3cd2cc171555d73007415051f4b2" 2265 3384 integrity sha1-h3L80EGOPNLMFxVV1zAHQVBR9LI= 2266 3385 2267 - "@types/q@^1.5.1": 2268 - version "1.5.5" 2269 - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" 2270 - integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== 2271 - 2272 3386 "@types/qs@*": 2273 3387 version "6.9.7" 2274 3388 resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" ··· 2508 3622 "@typescript-eslint/types" "5.28.0" 2509 3623 eslint-visitor-keys "^3.3.0" 2510 3624 2511 - "@vue/babel-helper-vue-jsx-merge-props@^1.2.1": 2512 - version "1.2.1" 2513 - resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" 2514 - integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== 3625 + "@vue/babel-helper-vue-jsx-merge-props@^1.4.0": 3626 + version "1.4.0" 3627 + resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz#8d53a1e21347db8edbe54d339902583176de09f2" 3628 + integrity sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA== 2515 3629 2516 - "@vue/babel-plugin-transform-vue-jsx@^1.2.1": 2517 - version "1.2.1" 2518 - resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.2.1.tgz#646046c652c2f0242727f34519d917b064041ed7" 2519 - integrity sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA== 3630 + "@vue/babel-plugin-transform-vue-jsx@^1.4.0": 3631 + version "1.4.0" 3632 + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz#4d4b3d46a39ea62b7467dd6e26ce47f7ceafb2fe" 3633 + integrity sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA== 2520 3634 dependencies: 2521 3635 "@babel/helper-module-imports" "^7.0.0" 2522 3636 "@babel/plugin-syntax-jsx" "^7.2.0" 2523 - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" 3637 + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" 2524 3638 html-tags "^2.0.0" 2525 3639 lodash.kebabcase "^4.1.1" 2526 3640 svg-tags "^1.0.0" 2527 3641 2528 - "@vue/babel-preset-jsx@^1.2.4": 2529 - version "1.2.4" 2530 - resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87" 2531 - integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w== 3642 + "@vue/babel-preset-jsx@^1.4.0": 3643 + version "1.4.0" 3644 + resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz#f4914ba314235ab097bc4372ed67473c0780bfcc" 3645 + integrity sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA== 2532 3646 dependencies: 2533 - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" 2534 - "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" 2535 - "@vue/babel-sugar-composition-api-inject-h" "^1.2.1" 2536 - "@vue/babel-sugar-composition-api-render-instance" "^1.2.4" 2537 - "@vue/babel-sugar-functional-vue" "^1.2.2" 2538 - "@vue/babel-sugar-inject-h" "^1.2.2" 2539 - "@vue/babel-sugar-v-model" "^1.2.3" 2540 - "@vue/babel-sugar-v-on" "^1.2.3" 3647 + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" 3648 + "@vue/babel-plugin-transform-vue-jsx" "^1.4.0" 3649 + "@vue/babel-sugar-composition-api-inject-h" "^1.4.0" 3650 + "@vue/babel-sugar-composition-api-render-instance" "^1.4.0" 3651 + "@vue/babel-sugar-functional-vue" "^1.4.0" 3652 + "@vue/babel-sugar-inject-h" "^1.4.0" 3653 + "@vue/babel-sugar-v-model" "^1.4.0" 3654 + "@vue/babel-sugar-v-on" "^1.4.0" 2541 3655 2542 - "@vue/babel-sugar-composition-api-inject-h@^1.2.1": 2543 - version "1.2.1" 2544 - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.2.1.tgz#05d6e0c432710e37582b2be9a6049b689b6f03eb" 2545 - integrity sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ== 3656 + "@vue/babel-sugar-composition-api-inject-h@^1.4.0": 3657 + version "1.4.0" 3658 + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz#187e1389f8871d89ece743bb50aed713be9d6c85" 3659 + integrity sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g== 2546 3660 dependencies: 2547 3661 "@babel/plugin-syntax-jsx" "^7.2.0" 2548 3662 2549 - "@vue/babel-sugar-composition-api-render-instance@^1.2.4": 2550 - version "1.2.4" 2551 - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.2.4.tgz#e4cbc6997c344fac271785ad7a29325c51d68d19" 2552 - integrity sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q== 3663 + "@vue/babel-sugar-composition-api-render-instance@^1.4.0": 3664 + version "1.4.0" 3665 + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz#2c1607ae6dffdab47e785bc01fa45ba756e992c1" 3666 + integrity sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q== 2553 3667 dependencies: 2554 3668 "@babel/plugin-syntax-jsx" "^7.2.0" 2555 3669 2556 - "@vue/babel-sugar-functional-vue@^1.2.2": 2557 - version "1.2.2" 2558 - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.2.2.tgz#267a9ac8d787c96edbf03ce3f392c49da9bd2658" 2559 - integrity sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w== 3670 + "@vue/babel-sugar-functional-vue@^1.4.0": 3671 + version "1.4.0" 3672 + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz#60da31068567082287c7337c66ef4df04e0a1029" 3673 + integrity sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw== 2560 3674 dependencies: 2561 3675 "@babel/plugin-syntax-jsx" "^7.2.0" 2562 3676 2563 - "@vue/babel-sugar-inject-h@^1.2.2": 2564 - version "1.2.2" 2565 - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.2.2.tgz#d738d3c893367ec8491dcbb669b000919293e3aa" 2566 - integrity sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw== 3677 + "@vue/babel-sugar-inject-h@^1.4.0": 3678 + version "1.4.0" 3679 + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz#bf39aa6631fb1d0399b1c49b4c59e1c8899b4363" 3680 + integrity sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA== 2567 3681 dependencies: 2568 3682 "@babel/plugin-syntax-jsx" "^7.2.0" 2569 3683 2570 - "@vue/babel-sugar-v-model@^1.2.3": 2571 - version "1.2.3" 2572 - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.2.3.tgz#fa1f29ba51ebf0aa1a6c35fa66d539bc459a18f2" 2573 - integrity sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ== 3684 + "@vue/babel-sugar-v-model@^1.4.0": 3685 + version "1.4.0" 3686 + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz#a51d986609f430c4f70ada3a93cc560a2970f720" 3687 + integrity sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ== 2574 3688 dependencies: 2575 3689 "@babel/plugin-syntax-jsx" "^7.2.0" 2576 - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" 2577 - "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" 3690 + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" 3691 + "@vue/babel-plugin-transform-vue-jsx" "^1.4.0" 2578 3692 camelcase "^5.0.0" 2579 3693 html-tags "^2.0.0" 2580 3694 svg-tags "^1.0.0" 2581 3695 2582 - "@vue/babel-sugar-v-on@^1.2.3": 2583 - version "1.2.3" 2584 - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.2.3.tgz#342367178586a69f392f04bfba32021d02913ada" 2585 - integrity sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw== 3696 + "@vue/babel-sugar-v-on@^1.4.0": 3697 + version "1.4.0" 3698 + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz#43b7106a9672d8cbeefc0eb8afe1d376edc6166e" 3699 + integrity sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA== 2586 3700 dependencies: 2587 3701 "@babel/plugin-syntax-jsx" "^7.2.0" 2588 - "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" 3702 + "@vue/babel-plugin-transform-vue-jsx" "^1.4.0" 2589 3703 camelcase "^5.0.0" 3704 + 3705 + "@vue/compiler-sfc@2.7.16": 3706 + version "2.7.16" 3707 + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz#ff81711a0fac9c68683d8bb00b63f857de77dc83" 3708 + integrity sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg== 3709 + dependencies: 3710 + "@babel/parser" "^7.23.5" 3711 + postcss "^8.4.14" 3712 + source-map "^0.6.1" 3713 + optionalDependencies: 3714 + prettier "^1.18.2 || ^2.0.0" 2590 3715 2591 3716 "@vue/component-compiler-utils@^3.1.0": 2592 3717 version "3.3.0" ··· 2859 3984 require-from-string "^2.0.2" 2860 3985 uri-js "^4.2.2" 2861 3986 2862 - alphanum-sort@^1.0.0: 2863 - version "1.0.2" 2864 - resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" 2865 - integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= 2866 - 2867 3987 ansi-align@^3.0.0: 2868 3988 version "3.0.1" 2869 3989 resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" ··· 2897 4017 version "6.0.1" 2898 4018 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" 2899 4019 integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== 2900 - 2901 - ansi-styles@^2.2.1: 2902 - version "2.2.1" 2903 - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" 2904 - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= 2905 4020 2906 4021 ansi-styles@^3.2.1: 2907 4022 version "3.2.1" ··· 2948 4063 resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" 2949 4064 integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== 2950 4065 2951 - arg@^5.0.0: 2952 - version "5.0.1" 2953 - resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb" 2954 - integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA== 4066 + arg@^5.0.2: 4067 + version "5.0.2" 4068 + resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" 4069 + integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== 2955 4070 2956 4071 argparse@^1.0.7: 2957 4072 version "1.0.10" ··· 3094 4209 resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" 3095 4210 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== 3096 4211 3097 - autoprefixer@^9.6.1: 3098 - version "9.8.8" 3099 - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a" 3100 - integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA== 4212 + autoprefixer@^10.4.14: 4213 + version "10.4.20" 4214 + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b" 4215 + integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g== 3101 4216 dependencies: 3102 - browserslist "^4.12.0" 3103 - caniuse-lite "^1.0.30001109" 4217 + browserslist "^4.23.3" 4218 + caniuse-lite "^1.0.30001646" 4219 + fraction.js "^4.3.7" 3104 4220 normalize-range "^0.1.2" 3105 - num2fraction "^1.2.2" 3106 - picocolors "^0.2.1" 3107 - postcss "^7.0.32" 3108 - postcss-value-parser "^4.1.0" 4221 + picocolors "^1.0.1" 4222 + postcss-value-parser "^4.2.0" 3109 4223 3110 4224 babel-eslint@latest: 3111 4225 version "10.1.0" ··· 3132 4246 graceful-fs "^4.2.9" 3133 4247 slash "^3.0.0" 3134 4248 3135 - babel-loader@^8.2.3: 3136 - version "8.2.4" 3137 - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.4.tgz#95f5023c791b2e9e2ca6f67b0984f39c82ff384b" 3138 - integrity sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A== 4249 + babel-loader@^8.3.0: 4250 + version "8.4.1" 4251 + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675" 4252 + integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA== 3139 4253 dependencies: 3140 4254 find-cache-dir "^3.3.1" 3141 - loader-utils "^2.0.0" 4255 + loader-utils "^2.0.4" 3142 4256 make-dir "^3.1.0" 3143 4257 schema-utils "^2.6.5" 3144 4258 ··· 3179 4293 "@babel/helper-define-polyfill-provider" "^0.3.1" 3180 4294 semver "^6.1.1" 3181 4295 4296 + babel-plugin-polyfill-corejs2@^0.4.10: 4297 + version "0.4.11" 4298 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33" 4299 + integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q== 4300 + dependencies: 4301 + "@babel/compat-data" "^7.22.6" 4302 + "@babel/helper-define-polyfill-provider" "^0.6.2" 4303 + semver "^6.3.1" 4304 + 4305 + babel-plugin-polyfill-corejs3@^0.10.6: 4306 + version "0.10.6" 4307 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7" 4308 + integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA== 4309 + dependencies: 4310 + "@babel/helper-define-polyfill-provider" "^0.6.2" 4311 + core-js-compat "^3.38.0" 4312 + 3182 4313 babel-plugin-polyfill-corejs3@^0.5.0: 3183 4314 version "0.5.2" 3184 4315 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" ··· 3193 4324 integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== 3194 4325 dependencies: 3195 4326 "@babel/helper-define-polyfill-provider" "^0.3.1" 4327 + 4328 + babel-plugin-polyfill-regenerator@^0.6.1: 4329 + version "0.6.2" 4330 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e" 4331 + integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg== 4332 + dependencies: 4333 + "@babel/helper-define-polyfill-provider" "^0.6.2" 3196 4334 3197 4335 babel-preset-current-node-syntax@^1.0.0: 3198 4336 version "1.0.1" ··· 3303 4441 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" 3304 4442 integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== 3305 4443 3306 - boolbase@^1.0.0, boolbase@~1.0.0: 4444 + boolbase@^1.0.0: 3307 4445 version "1.0.0" 3308 4446 resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" 3309 4447 integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= ··· 3329 4467 dependencies: 3330 4468 balanced-match "^1.0.0" 3331 4469 concat-map "0.0.1" 4470 + 4471 + brace-expansion@^2.0.1: 4472 + version "2.0.1" 4473 + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" 4474 + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== 4475 + dependencies: 4476 + balanced-match "^1.0.0" 3332 4477 3333 4478 braces@^2.3.1, braces@^2.3.2: 3334 4479 version "2.3.2" ··· 3419 4564 dependencies: 3420 4565 pako "~1.0.5" 3421 4566 3422 - browserslist@*, browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.20.2, browserslist@^4.20.4, browserslist@^4.6.4: 4567 + browserslist@*, browserslist@^4.0.0, browserslist@^4.20.2, browserslist@^4.20.4: 3423 4568 version "4.20.4" 3424 4569 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.4.tgz#98096c9042af689ee1e0271333dbc564b8ce4477" 3425 4570 integrity sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw== ··· 3429 4574 escalade "^3.1.1" 3430 4575 node-releases "^2.0.5" 3431 4576 picocolors "^1.0.0" 4577 + 4578 + browserslist@^4.21.4, browserslist@^4.21.9, browserslist@^4.23.3, browserslist@^4.24.0: 4579 + version "4.24.0" 4580 + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4" 4581 + integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A== 4582 + dependencies: 4583 + caniuse-lite "^1.0.30001663" 4584 + electron-to-chromium "^1.5.28" 4585 + node-releases "^2.0.18" 4586 + update-browserslist-db "^1.1.0" 3432 4587 3433 4588 bser@2.1.1: 3434 4589 version "2.1.1" ··· 3461 4616 ieee754 "^1.1.4" 3462 4617 isarray "^1.0.0" 3463 4618 3464 - buffer@^5.1.0, buffer@^5.5.0: 4619 + buffer@^5.5.0: 3465 4620 version "5.7.1" 3466 4621 resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" 3467 4622 integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== ··· 3625 4780 function-bind "^1.1.1" 3626 4781 get-intrinsic "^1.0.2" 3627 4782 3628 - caller-callsite@^2.0.0: 3629 - version "2.0.0" 3630 - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" 3631 - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= 3632 - dependencies: 3633 - callsites "^2.0.0" 3634 - 3635 - caller-path@^2.0.0: 3636 - version "2.0.0" 3637 - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" 3638 - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= 3639 - dependencies: 3640 - caller-callsite "^2.0.0" 3641 - 3642 - callsites@^2.0.0: 3643 - version "2.0.0" 3644 - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" 3645 - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= 3646 - 3647 4783 callsites@^3.0.0: 3648 4784 version "3.1.0" 3649 4785 resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" ··· 3679 4815 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" 3680 4816 integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== 3681 4817 3682 - camelcase@^6.0.0, camelcase@^6.2.0: 4818 + camelcase@^6.2.0: 3683 4819 version "6.3.0" 3684 4820 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" 3685 4821 integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== ··· 3694 4830 lodash.memoize "^4.1.2" 3695 4831 lodash.uniq "^4.5.0" 3696 4832 3697 - caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001275, caniuse-lite@^1.0.30001349: 4833 + caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001349: 3698 4834 version "1.0.30001355" 3699 4835 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001355.tgz#e240b7177443ed0198c737a7f609536976701c77" 3700 4836 integrity sha512-Sd6pjJHF27LzCB7pT7qs+kuX2ndurzCzkpJl6Qct7LPSZ9jn0bkOA8mdgMgmqnQAWLVOOGjLpc+66V57eLtb1g== 4837 + 4838 + caniuse-lite@^1.0.30001450, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001663: 4839 + version "1.0.30001668" 4840 + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001668.tgz#98e214455329f54bf7a4d70b49c9794f0fbedbed" 4841 + integrity sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw== 3701 4842 3702 4843 chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: 3703 4844 version "4.1.2" ··· 3712 4853 resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" 3713 4854 integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w== 3714 4855 3715 - chalk@^1.1.3: 3716 - version "1.1.3" 3717 - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" 3718 - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= 3719 - dependencies: 3720 - ansi-styles "^2.2.1" 3721 - escape-string-regexp "^1.0.2" 3722 - has-ansi "^2.0.0" 3723 - strip-ansi "^3.0.0" 3724 - supports-color "^2.0.0" 3725 - 3726 - chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1: 4856 + chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2: 3727 4857 version "2.4.2" 3728 4858 resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" 3729 4859 integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== ··· 3736 4866 version "1.0.2" 3737 4867 resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" 3738 4868 integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== 3739 - 3740 - charcodes@^0.2.0: 3741 - version "0.2.0" 3742 - resolved "https://registry.yarnpkg.com/charcodes/-/charcodes-0.2.0.tgz#5208d327e6cc05f99eb80ffc814707572d1f14e4" 3743 - integrity sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ== 3744 4869 3745 4870 chardet@^0.7.0: 3746 4871 version "0.7.0" ··· 3781 4906 optionalDependencies: 3782 4907 fsevents "~2.3.2" 3783 4908 4909 + chokidar@^3.5.3: 4910 + version "3.6.0" 4911 + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" 4912 + integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== 4913 + dependencies: 4914 + anymatch "~3.1.2" 4915 + braces "~3.0.2" 4916 + glob-parent "~5.1.2" 4917 + is-binary-path "~2.1.0" 4918 + is-glob "~4.0.1" 4919 + normalize-path "~3.0.0" 4920 + readdirp "~3.6.0" 4921 + optionalDependencies: 4922 + fsevents "~2.3.2" 4923 + 3784 4924 chownr@^1.1.1: 3785 4925 version "1.1.4" 3786 4926 resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" ··· 3805 4945 version "3.3.2" 3806 4946 resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.2.tgz#6d2967ffa407466481c6c90b6e16b3098f080128" 3807 4947 integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg== 4948 + 4949 + ci-info@^3.7.1: 4950 + version "3.9.0" 4951 + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" 4952 + integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== 3808 4953 3809 4954 cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: 3810 4955 version "1.0.4" ··· 3919 5064 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" 3920 5065 integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= 3921 5066 3922 - coa@^2.0.2: 3923 - version "2.0.2" 3924 - resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" 3925 - integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== 3926 - dependencies: 3927 - "@types/q" "^1.5.1" 3928 - chalk "^2.4.1" 3929 - q "^1.1.2" 3930 - 3931 5067 collect-v8-coverage@^1.0.0: 3932 5068 version "1.0.1" 3933 5069 resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" ··· 3941 5077 map-visit "^1.0.0" 3942 5078 object-visit "^1.0.0" 3943 5079 3944 - color-convert@^1.9.0, color-convert@^1.9.3: 5080 + color-convert@^1.9.0: 3945 5081 version "1.9.3" 3946 5082 resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" 3947 5083 integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== ··· 3960 5096 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" 3961 5097 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= 3962 5098 3963 - color-name@^1.0.0, color-name@~1.1.4: 5099 + color-name@~1.1.4: 3964 5100 version "1.1.4" 3965 5101 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" 3966 5102 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== 3967 5103 3968 - color-string@^1.6.0: 3969 - version "1.9.0" 3970 - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa" 3971 - integrity sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ== 3972 - dependencies: 3973 - color-name "^1.0.0" 3974 - simple-swizzle "^0.2.2" 3975 - 3976 - color@^3.0.0: 3977 - version "3.2.1" 3978 - resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" 3979 - integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== 3980 - dependencies: 3981 - color-convert "^1.9.3" 3982 - color-string "^1.6.0" 5104 + colord@^2.9.1: 5105 + version "2.9.3" 5106 + resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" 5107 + integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw== 3983 5108 3984 5109 colorette@^2.0.10, colorette@^2.0.16, colorette@^2.0.17: 3985 5110 version "2.0.19" ··· 4110 5235 version "2.15.3" 4111 5236 resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" 4112 5237 integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== 5238 + 5239 + consola@^3.2.3: 5240 + version "3.2.3" 5241 + resolved "https://registry.yarnpkg.com/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f" 5242 + integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ== 4113 5243 4114 5244 console-browserify@^1.1.0: 4115 5245 version "1.2.0" ··· 4293 5423 dependencies: 4294 5424 safe-buffer "~5.1.1" 4295 5425 5426 + convert-source-map@^2.0.0: 5427 + version "2.0.0" 5428 + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" 5429 + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== 5430 + 4296 5431 cookie@^0.3.1: 4297 5432 version "0.3.1" 4298 5433 resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" ··· 4315 5450 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" 4316 5451 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= 4317 5452 4318 - core-js-compat@^3.19.1, core-js-compat@^3.21.0, core-js-compat@^3.22.1: 5453 + core-js-compat@^3.21.0, core-js-compat@^3.22.1: 4319 5454 version "3.23.1" 4320 5455 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.1.tgz#23d44d9f209086e60dabf9130cea7719af6e199b" 4321 5456 integrity sha512-KeYrEc8t6FJsKYB2qnDwRHWaC0cJNaqlHfCpMe5q3j/W1nje3moib/txNklddLPCtGb+etcBIyJ8zuMa/LN5/A== 4322 5457 dependencies: 4323 5458 browserslist "^4.20.4" 4324 5459 semver "7.0.0" 5460 + 5461 + core-js-compat@^3.27.2, core-js-compat@^3.38.0, core-js-compat@^3.38.1: 5462 + version "3.38.1" 5463 + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09" 5464 + integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw== 5465 + dependencies: 5466 + browserslist "^4.23.3" 4325 5467 4326 5468 core-js@^3.19.0: 4327 5469 version "3.22.0" ··· 4344 5486 path-type "^4.0.0" 4345 5487 yaml "^1.10.0" 4346 5488 4347 - cosmiconfig@^5.0.0: 4348 - version "5.2.1" 4349 - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" 4350 - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== 4351 - dependencies: 4352 - import-fresh "^2.0.0" 4353 - is-directory "^0.3.1" 4354 - js-yaml "^3.13.1" 4355 - parse-json "^4.0.0" 4356 - 4357 5489 cosmiconfig@^6.0.0: 4358 5490 version "6.0.0" 4359 5491 resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" ··· 4365 5497 path-type "^4.0.0" 4366 5498 yaml "^1.7.2" 4367 5499 4368 - crc@^3.8.0: 4369 - version "3.8.0" 4370 - resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6" 4371 - integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ== 5500 + cosmiconfig@^7.0.0: 5501 + version "7.1.0" 5502 + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6" 5503 + integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== 4372 5504 dependencies: 4373 - buffer "^5.1.0" 5505 + "@types/parse-json" "^4.0.0" 5506 + import-fresh "^3.2.1" 5507 + parse-json "^5.0.0" 5508 + path-type "^4.0.0" 5509 + yaml "^1.10.0" 5510 + 5511 + crc@^4.3.2: 5512 + version "4.3.2" 5513 + resolved "https://registry.yarnpkg.com/crc/-/crc-4.3.2.tgz#49b7821cbf2cf61dfd079ed93863bbebd5469b9a" 5514 + integrity sha512-uGDHf4KLLh2zsHa8D8hIQ1H/HtFQhyHrc0uhHBcoKGol/Xnb+MPYfUMw7cvON6ze/GUESTudKayDcJC5HnJv1A== 4374 5515 4375 5516 create-ecdh@^4.0.0: 4376 5517 version "4.0.4" ··· 4439 5580 resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" 4440 5581 integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== 4441 5582 4442 - css-blank-pseudo@^0.1.4: 4443 - version "0.1.4" 4444 - resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz#dfdefd3254bf8a82027993674ccf35483bfcb3c5" 4445 - integrity sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w== 5583 + css-blank-pseudo@^5.0.2: 5584 + version "5.0.2" 5585 + resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-5.0.2.tgz#3df5cd950f64de960974da05e76954fd3d7442f9" 5586 + integrity sha512-aCU4AZ7uEcVSUzagTlA9pHciz7aWPKA/YzrEkpdSopJ2pvhIxiQ5sYeMz1/KByxlIo4XBdvMNJAVKMg/GRnhfw== 4446 5587 dependencies: 4447 - postcss "^7.0.5" 5588 + postcss-selector-parser "^6.0.10" 4448 5589 4449 - css-color-names@0.0.4, css-color-names@^0.0.4: 4450 - version "0.0.4" 4451 - resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" 4452 - integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= 5590 + css-declaration-sorter@^6.3.1: 5591 + version "6.4.1" 5592 + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71" 5593 + integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g== 4453 5594 4454 - css-declaration-sorter@^4.0.1: 4455 - version "4.0.1" 4456 - resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" 4457 - integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== 5595 + css-has-pseudo@^5.0.2: 5596 + version "5.0.2" 5597 + resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-5.0.2.tgz#8798118c705d858b7aeb9d839a39edd901c1cc83" 5598 + integrity sha512-q+U+4QdwwB7T9VEW/LyO6CFrLAeLqOykC5mDqJXc7aKZAhDbq7BvGT13VGJe+IwBfdN2o3Xdw2kJ5IxwV1Sc9Q== 4458 5599 dependencies: 4459 - postcss "^7.0.1" 4460 - timsort "^0.3.0" 5600 + "@csstools/selector-specificity" "^2.0.1" 5601 + postcss-selector-parser "^6.0.10" 5602 + postcss-value-parser "^4.2.0" 4461 5603 4462 - css-has-pseudo@^0.10.0: 4463 - version "0.10.0" 4464 - resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz#3c642ab34ca242c59c41a125df9105841f6966ee" 4465 - integrity sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ== 5604 + css-loader@^5.2.7: 5605 + version "5.2.7" 5606 + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae" 5607 + integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg== 4466 5608 dependencies: 4467 - postcss "^7.0.6" 4468 - postcss-selector-parser "^5.0.0-rc.4" 4469 - 4470 - css-loader@^4.3.0: 4471 - version "4.3.0" 4472 - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e" 4473 - integrity sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg== 4474 - dependencies: 4475 - camelcase "^6.0.0" 4476 - cssesc "^3.0.0" 4477 - icss-utils "^4.1.1" 5609 + icss-utils "^5.1.0" 4478 5610 loader-utils "^2.0.0" 4479 - postcss "^7.0.32" 4480 - postcss-modules-extract-imports "^2.0.0" 4481 - postcss-modules-local-by-default "^3.0.3" 4482 - postcss-modules-scope "^2.2.0" 4483 - postcss-modules-values "^3.0.0" 5611 + postcss "^8.2.15" 5612 + postcss-modules-extract-imports "^3.0.0" 5613 + postcss-modules-local-by-default "^4.0.0" 5614 + postcss-modules-scope "^3.0.0" 5615 + postcss-modules-values "^4.0.0" 4484 5616 postcss-value-parser "^4.1.0" 4485 - schema-utils "^2.7.1" 4486 - semver "^7.3.2" 5617 + schema-utils "^3.0.0" 5618 + semver "^7.3.5" 4487 5619 4488 - css-prefers-color-scheme@^3.1.1: 4489 - version "3.1.1" 4490 - resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz#6f830a2714199d4f0d0d0bb8a27916ed65cff1f4" 4491 - integrity sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg== 4492 - dependencies: 4493 - postcss "^7.0.5" 5620 + css-prefers-color-scheme@^8.0.2: 5621 + version "8.0.2" 5622 + resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-8.0.2.tgz#a0671f54eb19ed0d30b952574c0af11ec355fb6d" 5623 + integrity sha512-OvFghizHJ45x7nsJJUSYLyQNTzsCU8yWjxAc/nhPQg1pbs18LMoET8N3kOweFDPy0JV0OSXN2iqRFhPBHYOeMA== 4494 5624 4495 - css-select-base-adapter@^0.1.1: 4496 - version "0.1.1" 4497 - resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" 4498 - integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== 4499 - 4500 - css-select@^2.0.0: 4501 - version "2.1.0" 4502 - resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" 4503 - integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== 4504 - dependencies: 4505 - boolbase "^1.0.0" 4506 - css-what "^3.2.1" 4507 - domutils "^1.7.0" 4508 - nth-check "^1.0.2" 4509 - 4510 - css-select@^4.1.3, css-select@^4.2.1: 5625 + css-select@^4.1.3: 4511 5626 version "4.3.0" 4512 5627 resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" 4513 5628 integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ== ··· 4518 5633 domutils "^2.8.0" 4519 5634 nth-check "^2.0.1" 4520 5635 4521 - css-tree@1.0.0-alpha.37: 4522 - version "1.0.0-alpha.37" 4523 - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" 4524 - integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== 5636 + css-select@^5.1.0: 5637 + version "5.1.0" 5638 + resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz#b8ebd6554c3637ccc76688804ad3f6a6fdaea8a6" 5639 + integrity sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg== 4525 5640 dependencies: 4526 - mdn-data "2.0.4" 4527 - source-map "^0.6.1" 5641 + boolbase "^1.0.0" 5642 + css-what "^6.1.0" 5643 + domhandler "^5.0.2" 5644 + domutils "^3.0.1" 5645 + nth-check "^2.0.1" 4528 5646 4529 - css-tree@^1.1.2: 5647 + css-tree@^1.1.2, css-tree@^1.1.3: 4530 5648 version "1.1.3" 4531 5649 resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" 4532 5650 integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== ··· 4534 5652 mdn-data "2.0.14" 4535 5653 source-map "^0.6.1" 4536 5654 4537 - css-what@^3.2.1: 4538 - version "3.4.2" 4539 - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" 4540 - integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== 4541 - 4542 - css-what@^6.0.1: 5655 + css-what@^6.0.1, css-what@^6.1.0: 4543 5656 version "6.1.0" 4544 5657 resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4" 4545 5658 integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== 4546 5659 4547 - cssdb@^4.4.0: 4548 - version "4.4.0" 4549 - resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0" 4550 - integrity sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ== 4551 - 4552 - cssesc@^2.0.0: 4553 - version "2.0.0" 4554 - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703" 4555 - integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg== 5660 + cssdb@^7.6.0: 5661 + version "7.11.2" 5662 + resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.11.2.tgz#127a2f5b946ee653361a5af5333ea85a39df5ae5" 5663 + integrity sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A== 4556 5664 4557 5665 cssesc@^3.0.0: 4558 5666 version "3.0.0" 4559 5667 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" 4560 5668 integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== 4561 5669 4562 - cssnano-preset-default@^4.0.8: 4563 - version "4.0.8" 4564 - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff" 4565 - integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== 5670 + cssnano-preset-default@^5.2.14: 5671 + version "5.2.14" 5672 + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8" 5673 + integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A== 4566 5674 dependencies: 4567 - css-declaration-sorter "^4.0.1" 4568 - cssnano-util-raw-cache "^4.0.1" 4569 - postcss "^7.0.0" 4570 - postcss-calc "^7.0.1" 4571 - postcss-colormin "^4.0.3" 4572 - postcss-convert-values "^4.0.1" 4573 - postcss-discard-comments "^4.0.2" 4574 - postcss-discard-duplicates "^4.0.2" 4575 - postcss-discard-empty "^4.0.1" 4576 - postcss-discard-overridden "^4.0.1" 4577 - postcss-merge-longhand "^4.0.11" 4578 - postcss-merge-rules "^4.0.3" 4579 - postcss-minify-font-values "^4.0.2" 4580 - postcss-minify-gradients "^4.0.2" 4581 - postcss-minify-params "^4.0.2" 4582 - postcss-minify-selectors "^4.0.2" 4583 - postcss-normalize-charset "^4.0.1" 4584 - postcss-normalize-display-values "^4.0.2" 4585 - postcss-normalize-positions "^4.0.2" 4586 - postcss-normalize-repeat-style "^4.0.2" 4587 - postcss-normalize-string "^4.0.2" 4588 - postcss-normalize-timing-functions "^4.0.2" 4589 - postcss-normalize-unicode "^4.0.1" 4590 - postcss-normalize-url "^4.0.1" 4591 - postcss-normalize-whitespace "^4.0.2" 4592 - postcss-ordered-values "^4.1.2" 4593 - postcss-reduce-initial "^4.0.3" 4594 - postcss-reduce-transforms "^4.0.2" 4595 - postcss-svgo "^4.0.3" 4596 - postcss-unique-selectors "^4.0.1" 5675 + css-declaration-sorter "^6.3.1" 5676 + cssnano-utils "^3.1.0" 5677 + postcss-calc "^8.2.3" 5678 + postcss-colormin "^5.3.1" 5679 + postcss-convert-values "^5.1.3" 5680 + postcss-discard-comments "^5.1.2" 5681 + postcss-discard-duplicates "^5.1.0" 5682 + postcss-discard-empty "^5.1.1" 5683 + postcss-discard-overridden "^5.1.0" 5684 + postcss-merge-longhand "^5.1.7" 5685 + postcss-merge-rules "^5.1.4" 5686 + postcss-minify-font-values "^5.1.0" 5687 + postcss-minify-gradients "^5.1.1" 5688 + postcss-minify-params "^5.1.4" 5689 + postcss-minify-selectors "^5.2.1" 5690 + postcss-normalize-charset "^5.1.0" 5691 + postcss-normalize-display-values "^5.1.0" 5692 + postcss-normalize-positions "^5.1.1" 5693 + postcss-normalize-repeat-style "^5.1.1" 5694 + postcss-normalize-string "^5.1.0" 5695 + postcss-normalize-timing-functions "^5.1.0" 5696 + postcss-normalize-unicode "^5.1.1" 5697 + postcss-normalize-url "^5.1.0" 5698 + postcss-normalize-whitespace "^5.1.1" 5699 + postcss-ordered-values "^5.1.3" 5700 + postcss-reduce-initial "^5.1.2" 5701 + postcss-reduce-transforms "^5.1.0" 5702 + postcss-svgo "^5.1.0" 5703 + postcss-unique-selectors "^5.1.1" 4597 5704 4598 - cssnano-util-get-arguments@^4.0.0: 4599 - version "4.0.0" 4600 - resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" 4601 - integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= 5705 + cssnano-utils@^3.1.0: 5706 + version "3.1.0" 5707 + resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861" 5708 + integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== 4602 5709 4603 - cssnano-util-get-match@^4.0.0: 4604 - version "4.0.0" 4605 - resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" 4606 - integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= 4607 - 4608 - cssnano-util-raw-cache@^4.0.1: 4609 - version "4.0.1" 4610 - resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" 4611 - integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== 5710 + cssnano@^5.0.2, cssnano@^5.1.14: 5711 + version "5.1.15" 5712 + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.15.tgz#ded66b5480d5127fcb44dac12ea5a983755136bf" 5713 + integrity sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw== 4612 5714 dependencies: 4613 - postcss "^7.0.0" 5715 + cssnano-preset-default "^5.2.14" 5716 + lilconfig "^2.0.3" 5717 + yaml "^1.10.2" 4614 5718 4615 - cssnano-util-same-parent@^4.0.0: 4616 - version "4.0.1" 4617 - resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" 4618 - integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== 4619 - 4620 - cssnano@^4.1.10, cssnano@^4.1.11: 4621 - version "4.1.11" 4622 - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99" 4623 - integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g== 4624 - dependencies: 4625 - cosmiconfig "^5.0.0" 4626 - cssnano-preset-default "^4.0.8" 4627 - is-resolvable "^1.0.0" 4628 - postcss "^7.0.0" 4629 - 4630 - csso@^4.0.2: 5719 + csso@^4.2.0: 4631 5720 version "4.2.0" 4632 5721 resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" 4633 5722 integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== 4634 5723 dependencies: 4635 5724 css-tree "^1.1.2" 5725 + 5726 + csstype@^3.1.0: 5727 + version "3.1.3" 5728 + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" 5729 + integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== 4636 5730 4637 5731 cuint@^0.2.2: 4638 5732 version "0.2.2" ··· 4664 5758 resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" 4665 5759 integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0= 4666 5760 5761 + debounce@^1.2.1: 5762 + version "1.2.1" 5763 + resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5" 5764 + integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug== 5765 + 4667 5766 debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9: 4668 5767 version "2.6.9" 4669 5768 resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" ··· 4684 5783 integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== 4685 5784 dependencies: 4686 5785 ms "^2.1.1" 5786 + 5787 + debug@^4.3.1: 5788 + version "4.3.7" 5789 + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" 5790 + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== 5791 + dependencies: 5792 + ms "^2.1.3" 4687 5793 4688 5794 decamelize-keys@^1.1.0: 4689 5795 version "1.1.0" ··· 4804 5910 resolved "https://registry.yarnpkg.com/defu/-/defu-6.0.0.tgz#b397a6709a2f3202747a3d9daf9446e41ad0c5fc" 4805 5911 integrity sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw== 4806 5912 5913 + defu@^6.1.2, defu@^6.1.3, defu@^6.1.4: 5914 + version "6.1.4" 5915 + resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479" 5916 + integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg== 5917 + 4807 5918 degenerator@^3.0.2: 4808 5919 version "3.0.2" 4809 5920 resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-3.0.2.tgz#6a61fcc42a702d6e50ff6023fe17bff435f68235" ··· 4837 5948 inherits "^2.0.1" 4838 5949 minimalistic-assert "^1.0.0" 4839 5950 4840 - destr@^1.1.0, destr@^1.1.1: 5951 + destr@^1.1.1: 4841 5952 version "1.1.1" 4842 5953 resolved "https://registry.yarnpkg.com/destr/-/destr-1.1.1.tgz#910457d10a2f2f247add4ca4fdb4a03adcc49079" 4843 5954 integrity sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg== 5955 + 5956 + destr@^1.2.2: 5957 + version "1.2.2" 5958 + resolved "https://registry.yarnpkg.com/destr/-/destr-1.2.2.tgz#7ba9befcafb645a50e76b260449c63927b51e22f" 5959 + integrity sha512-lrbCJwD9saUQrqUfXvl6qoM+QN3W7tLV5pAOs+OqOmopCCz/JkE05MHedJR1xfk4IAnZuJXPVuN5+7jNA2ZCiA== 5960 + 5961 + destr@^2.0.2, destr@^2.0.3: 5962 + version "2.0.3" 5963 + resolved "https://registry.yarnpkg.com/destr/-/destr-2.0.3.tgz#7f9e97cb3d16dbdca7be52aca1644ce402cfe449" 5964 + integrity sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ== 4844 5965 4845 5966 destroy@1.2.0, destroy@^1.0.4: 4846 5967 version "1.2.0" ··· 4909 6030 dependencies: 4910 6031 utila "~0.4" 4911 6032 4912 - dom-serializer@0: 4913 - version "0.2.2" 4914 - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" 4915 - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== 4916 - dependencies: 4917 - domelementtype "^2.0.1" 4918 - entities "^2.0.0" 4919 - 4920 6033 dom-serializer@^1.0.1: 4921 6034 version "1.4.1" 4922 6035 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" ··· 4926 6039 domhandler "^4.2.0" 4927 6040 entities "^2.0.0" 4928 6041 6042 + dom-serializer@^2.0.0: 6043 + version "2.0.0" 6044 + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53" 6045 + integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg== 6046 + dependencies: 6047 + domelementtype "^2.3.0" 6048 + domhandler "^5.0.2" 6049 + entities "^4.2.0" 6050 + 4929 6051 domain-browser@^1.1.1: 4930 6052 version "1.2.0" 4931 6053 resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" 4932 6054 integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== 4933 6055 4934 - domelementtype@1: 4935 - version "1.3.1" 4936 - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" 4937 - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== 4938 - 4939 - domelementtype@^2.0.1, domelementtype@^2.2.0: 6056 + domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0: 4940 6057 version "2.3.0" 4941 6058 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" 4942 6059 integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== ··· 4948 6065 dependencies: 4949 6066 domelementtype "^2.2.0" 4950 6067 4951 - domutils@^1.7.0: 4952 - version "1.7.0" 4953 - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" 4954 - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== 6068 + domhandler@^5.0.2, domhandler@^5.0.3: 6069 + version "5.0.3" 6070 + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31" 6071 + integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w== 4955 6072 dependencies: 4956 - dom-serializer "0" 4957 - domelementtype "1" 6073 + domelementtype "^2.3.0" 4958 6074 4959 6075 domutils@^2.5.2, domutils@^2.8.0: 4960 6076 version "2.8.0" ··· 4964 6080 dom-serializer "^1.0.1" 4965 6081 domelementtype "^2.2.0" 4966 6082 domhandler "^4.2.0" 6083 + 6084 + domutils@^3.0.1: 6085 + version "3.1.0" 6086 + resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e" 6087 + integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA== 6088 + dependencies: 6089 + dom-serializer "^2.0.0" 6090 + domelementtype "^2.3.0" 6091 + domhandler "^5.0.3" 4967 6092 4968 6093 dot-case@^3.0.4: 4969 6094 version "3.0.4" ··· 4984 6109 version "10.0.0" 4985 6110 resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" 4986 6111 integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== 6112 + 6113 + dotenv@^16.0.3: 6114 + version "16.4.5" 6115 + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f" 6116 + integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== 4987 6117 4988 6118 dotenv@^9.0.2: 4989 6119 version "9.0.2" ··· 5025 6155 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.158.tgz#abbdaaf64676bfa4bc0307522125db34424a0ada" 5026 6156 integrity sha512-gppO3/+Y6sP432HtvwvuU8S+YYYLH4PmAYvQwqUtt9HDOmEsBwQfLnK9T8+1NIKwAS1BEygIjTaATC4H5EzvxQ== 5027 6157 6158 + electron-to-chromium@^1.5.28: 6159 + version "1.5.36" 6160 + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.36.tgz#ec41047f0e1446ec5dce78ed5970116533139b88" 6161 + integrity sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw== 6162 + 5028 6163 elliptic@^6.5.3: 5029 6164 version "6.5.4" 5030 6165 resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" ··· 5063 6198 resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" 5064 6199 integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= 5065 6200 6201 + encodeurl@~2.0.0: 6202 + version "2.0.0" 6203 + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58" 6204 + integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== 6205 + 5066 6206 end-of-stream@^1.0.0, end-of-stream@^1.1.0: 5067 6207 version "1.4.4" 5068 6208 resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" ··· 5083 6223 version "2.2.0" 5084 6224 resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" 5085 6225 integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== 6226 + 6227 + entities@^4.2.0: 6228 + version "4.5.0" 6229 + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" 6230 + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== 5086 6231 5087 6232 errno@^0.1.3, errno@~0.1.7: 5088 6233 version "0.1.8" ··· 5105 6250 dependencies: 5106 6251 stackframe "^1.1.1" 5107 6252 5108 - es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5: 6253 + es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5: 5109 6254 version "1.20.1" 5110 6255 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" 5111 6256 integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== ··· 5287 6432 resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" 5288 6433 integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== 5289 6434 6435 + escalade@^3.2.0: 6436 + version "3.2.0" 6437 + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" 6438 + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== 6439 + 5290 6440 escape-goat@^2.0.0: 5291 6441 version "2.1.1" 5292 6442 resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675" ··· 5297 6447 resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" 5298 6448 integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= 5299 6449 5300 - escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: 6450 + escape-string-regexp@^1.0.5: 5301 6451 version "1.0.5" 5302 6452 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" 5303 6453 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= ··· 5901 7051 resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3" 5902 7052 integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== 5903 7053 5904 - flatten@^1.0.2: 5905 - version "1.0.3" 5906 - resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b" 5907 - integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== 5908 - 5909 7054 flush-write-stream@^1.0.0: 5910 7055 version "1.1.1" 5911 7056 resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" ··· 5952 7097 combined-stream "^1.0.8" 5953 7098 mime-types "^2.1.12" 5954 7099 7100 + fraction.js@^4.3.7: 7101 + version "4.3.7" 7102 + resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" 7103 + integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== 7104 + 5955 7105 fragment-cache@^0.2.1: 5956 7106 version "0.2.1" 5957 7107 resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" ··· 5972 7122 inherits "^2.0.1" 5973 7123 readable-stream "^2.0.0" 5974 7124 5975 - fs-extra@^10.0.0: 7125 + fs-extra@^10.0.0, fs-extra@^10.1.0: 5976 7126 version "10.1.0" 5977 7127 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" 5978 7128 integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== ··· 6016 7166 version "1.0.3" 6017 7167 resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" 6018 7168 integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== 7169 + 7170 + fs-monkey@^1.0.4: 7171 + version "1.0.6" 7172 + resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.6.tgz#8ead082953e88d992cf3ff844faa907b26756da2" 7173 + integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg== 6019 7174 6020 7175 fs-write-stream-atomic@^1.0.8: 6021 7176 version "1.0.10" ··· 6213 7368 is-ssh "^1.3.0" 6214 7369 parse-url "^6.0.0" 6215 7370 6216 - git-url-parse@11.6.0, git-url-parse@^11.4.4: 7371 + git-up@^7.0.0: 7372 + version "7.0.0" 7373 + resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467" 7374 + integrity sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== 7375 + dependencies: 7376 + is-ssh "^1.4.0" 7377 + parse-url "^8.1.0" 7378 + 7379 + git-url-parse@11.6.0: 6217 7380 version "11.6.0" 6218 7381 resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.6.0.tgz#c634b8de7faa66498a2b88932df31702c67df605" 6219 7382 integrity sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g== 6220 7383 dependencies: 6221 7384 git-up "^4.0.0" 7385 + 7386 + git-url-parse@^13.1.1: 7387 + version "13.1.1" 7388 + resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-13.1.1.tgz#664bddf0857c6a75b3c1f0ae6239abb08a1486d4" 7389 + integrity sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ== 7390 + dependencies: 7391 + git-up "^7.0.0" 6222 7392 6223 7393 gitconfiglocal@^1.0.0: 6224 7394 version "1.0.0" ··· 6265 7435 minimatch "^3.0.4" 6266 7436 once "^1.3.0" 6267 7437 path-is-absolute "^1.0.0" 7438 + 7439 + glob@^8.1.0: 7440 + version "8.1.0" 7441 + resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" 7442 + integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== 7443 + dependencies: 7444 + fs.realpath "^1.0.0" 7445 + inflight "^1.0.4" 7446 + inherits "2" 7447 + minimatch "^5.0.1" 7448 + once "^1.3.0" 6268 7449 6269 7450 global-dirs@^3.0.0: 6270 7451 version "3.0.0" ··· 6428 7609 webpack-sources "^1.0.1" 6429 7610 write-json-file "^2.3.0" 6430 7611 6431 - has-ansi@^2.0.0: 6432 - version "2.0.0" 6433 - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" 6434 - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= 6435 - dependencies: 6436 - ansi-regex "^2.0.0" 6437 - 6438 7612 has-bigints@^1.0.1, has-bigints@^1.0.2: 6439 7613 version "1.0.2" 6440 7614 resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" ··· 6505 7679 resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" 6506 7680 integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== 6507 7681 6508 - has@^1.0.0, has@^1.0.3: 7682 + has@^1.0.3: 6509 7683 version "1.0.3" 6510 7684 resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" 6511 7685 integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== ··· 6544 7718 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" 6545 7719 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== 6546 7720 6547 - hex-color-regex@^1.1.0: 6548 - version "1.1.0" 6549 - resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" 6550 - integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== 6551 - 6552 7721 hmac-drbg@^1.0.1: 6553 7722 version "1.0.1" 6554 7723 resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" ··· 6570 7739 dependencies: 6571 7740 lru-cache "^6.0.0" 6572 7741 6573 - hsl-regex@^1.0.0: 6574 - version "1.0.0" 6575 - resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" 6576 - integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= 6577 - 6578 - hsla-regex@^1.0.0: 6579 - version "1.0.0" 6580 - resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" 6581 - integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= 6582 - 6583 7742 html-entities@^2.1.0: 6584 7743 version "2.3.3" 6585 7744 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" 6586 7745 integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== 6587 7746 6588 - html-escaper@^2.0.0: 7747 + html-escaper@^2.0.0, html-escaper@^2.0.2: 6589 7748 version "2.0.2" 6590 7749 resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" 6591 7750 integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== ··· 6722 7881 dependencies: 6723 7882 safer-buffer ">= 2.1.2 < 3" 6724 7883 6725 - icss-utils@^4.0.0, icss-utils@^4.1.1: 6726 - version "4.1.1" 6727 - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" 6728 - integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== 6729 - dependencies: 6730 - postcss "^7.0.14" 7884 + icss-utils@^5.0.0, icss-utils@^5.1.0: 7885 + version "5.1.0" 7886 + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" 7887 + integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== 6731 7888 6732 7889 ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1: 6733 7890 version "1.2.1" ··· 6739 7896 resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" 6740 7897 integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= 6741 7898 6742 - ignore@^5.1.1, ignore@^5.1.9, ignore@^5.2.0: 7899 + ignore@^5.1.1, ignore@^5.2.0: 6743 7900 version "5.2.0" 6744 7901 resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" 6745 7902 integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== 6746 7903 6747 - import-cwd@^2.0.0: 6748 - version "2.1.0" 6749 - resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" 6750 - integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= 6751 - dependencies: 6752 - import-from "^2.1.0" 6753 - 6754 - import-fresh@^2.0.0: 6755 - version "2.0.0" 6756 - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" 6757 - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= 6758 - dependencies: 6759 - caller-path "^2.0.0" 6760 - resolve-from "^3.0.0" 7904 + ignore@^5.2.4: 7905 + version "5.3.2" 7906 + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" 7907 + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== 6761 7908 6762 7909 import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: 6763 7910 version "3.3.0" ··· 6766 7913 dependencies: 6767 7914 parent-module "^1.0.0" 6768 7915 resolve-from "^4.0.0" 6769 - 6770 - import-from@^2.1.0: 6771 - version "2.1.0" 6772 - resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" 6773 - integrity sha1-M1238qev/VOqpHHUuAId7ja387E= 6774 - dependencies: 6775 - resolve-from "^3.0.0" 6776 7916 6777 7917 import-lazy@^2.1.0: 6778 7918 version "2.1.0" ··· 6796 7936 version "4.0.0" 6797 7937 resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" 6798 7938 integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== 6799 - 6800 - indexes-of@^1.0.1: 6801 - version "1.0.1" 6802 - resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" 6803 - integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= 6804 7939 6805 7940 infer-owner@^1.0.3, infer-owner@^1.0.4: 6806 7941 version "1.0.4" ··· 6899 8034 resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" 6900 8035 integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= 6901 8036 6902 - is-absolute-url@^2.0.0: 6903 - version "2.1.0" 6904 - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" 6905 - integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= 8037 + ip@^1.1.8: 8038 + version "1.1.9" 8039 + resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396" 8040 + integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ== 6906 8041 6907 8042 is-accessor-descriptor@^0.1.6: 6908 8043 version "0.1.6" ··· 6930 8065 version "0.2.1" 6931 8066 resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" 6932 8067 integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= 6933 - 6934 - is-arrayish@^0.3.1: 6935 - version "0.3.2" 6936 - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" 6937 - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== 6938 8068 6939 8069 is-bigint@^1.0.1: 6940 8070 version "1.0.4" ··· 6996 8126 dependencies: 6997 8127 ci-info "^2.0.0" 6998 8128 6999 - is-color-stop@^1.0.0: 7000 - version "1.1.0" 7001 - resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" 7002 - integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= 7003 - dependencies: 7004 - css-color-names "^0.0.4" 7005 - hex-color-regex "^1.1.0" 7006 - hsl-regex "^1.0.0" 7007 - hsla-regex "^1.0.0" 7008 - rgb-regex "^1.0.1" 7009 - rgba-regex "^1.0.0" 7010 - 7011 8129 is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: 7012 8130 version "2.9.0" 7013 8131 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" ··· 7054 8172 is-data-descriptor "^1.0.0" 7055 8173 kind-of "^6.0.2" 7056 8174 7057 - is-directory@^0.3.1: 7058 - version "0.3.1" 7059 - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" 7060 - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= 7061 - 7062 - is-docker@^2.0.0, is-docker@^2.1.1, is-docker@^2.2.1: 8175 + is-docker@^2.0.0, is-docker@^2.1.1: 7063 8176 version "2.2.1" 7064 8177 resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" 7065 8178 integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== ··· 7214 8327 call-bind "^1.0.2" 7215 8328 has-tostringtag "^1.0.0" 7216 8329 7217 - is-resolvable@^1.0.0: 7218 - version "1.1.0" 7219 - resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" 7220 - integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== 7221 - 7222 8330 is-set@^2.0.2: 7223 8331 version "2.0.2" 7224 8332 resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec" ··· 7237 8345 integrity sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ== 7238 8346 dependencies: 7239 8347 protocols "^1.1.0" 8348 + 8349 + is-ssh@^1.4.0: 8350 + version "1.4.0" 8351 + resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.4.0.tgz#4f8220601d2839d8fa624b3106f8e8884f01b8b2" 8352 + integrity sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ== 8353 + dependencies: 8354 + protocols "^2.0.1" 7240 8355 7241 8356 is-stream@^2.0.0: 7242 8357 version "2.0.1" ··· 7767 8882 import-local "^3.0.2" 7768 8883 jest-cli "^28.1.3" 7769 8884 7770 - jiti@^1.10.1, jiti@^1.11.0, jiti@^1.12.9, jiti@^1.9.2: 8885 + jiti@^1.10.1, jiti@^1.11.0, jiti@^1.12.9: 7771 8886 version "1.13.0" 7772 8887 resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.13.0.tgz#3cdfc4e651ca0cca4c62ed5e47747b5841d41a8e" 7773 8888 integrity sha512-/n9mNxZj/HDSrincJ6RP+L+yXbpnB8FybySBa+IjIaoH9FIxBbrbRT5XUbe8R7zuVM2AQqNMNDDqz0bzx3znOQ== 8889 + 8890 + jiti@^1.16.2, jiti@^1.21.0: 8891 + version "1.21.6" 8892 + resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268" 8893 + integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w== 7774 8894 7775 8895 joycon@^3.0.1: 7776 8896 version "3.1.1" ··· 7801 8921 version "2.5.2" 7802 8922 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" 7803 8923 integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== 8924 + 8925 + jsesc@^3.0.2, jsesc@~3.0.2: 8926 + version "3.0.2" 8927 + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" 8928 + integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== 7804 8929 7805 8930 jsesc@~0.5.0: 7806 8931 version "0.5.0" ··· 7858 8983 version "2.2.1" 7859 8984 resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" 7860 8985 integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== 8986 + 8987 + json5@^2.2.3: 8988 + version "2.2.3" 8989 + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" 8990 + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== 7861 8991 7862 8992 jsonc-parser@^3.0.0: 7863 8993 version "3.0.0" ··· 7949 9079 dependencies: 7950 9080 package-json "^6.3.0" 7951 9081 7952 - launch-editor-middleware@^2.2.1: 7953 - version "2.3.0" 7954 - resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.3.0.tgz#edd0ed45a46f5f1cf27540f93346b5de9e8c3be0" 7955 - integrity sha512-GJR64trLdFFwCoL9DMn/d1SZX0OzTDPixu4mcfWTShQ4tIqCHCGvlg9fOEYQXyBlrSMQwylsJfUWncheShfV2w== 9082 + launch-editor-middleware@^2.6.0: 9083 + version "2.9.1" 9084 + resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.9.1.tgz#d1256339d3a21ca00035ba5d7f9bc53ac192f46c" 9085 + integrity sha512-4wF6AtPtaIENiZdH/a+3yW8Xni7uxzTEDd1z+gH00hUWBCSmQknFohznMd9BWhLk8MXObeB5ir69GbIr9qFW1w== 7956 9086 dependencies: 7957 - launch-editor "^2.3.0" 9087 + launch-editor "^2.9.1" 7958 9088 7959 - launch-editor@^2.3.0: 7960 - version "2.3.0" 7961 - resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.3.0.tgz#23b2081403b7eeaae2918bda510f3535ccab0ee4" 7962 - integrity sha512-3QrsCXejlWYHjBPFXTyGNhPj4rrQdB+5+r5r3wArpLH201aR+nWUgw/zKKkTmilCfY/sv6u8qo98pNvtg8LUTA== 9089 + launch-editor@^2.9.1: 9090 + version "2.9.1" 9091 + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.9.1.tgz#253f173bd441e342d4344b4dae58291abb425047" 9092 + integrity sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w== 7963 9093 dependencies: 7964 9094 picocolors "^1.0.0" 7965 - shell-quote "^1.6.1" 9095 + shell-quote "^1.8.1" 7966 9096 7967 9097 leven@^3.1.0: 7968 9098 version "3.1.0" ··· 7989 9119 version "2.0.5" 7990 9120 resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25" 7991 9121 integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg== 9122 + 9123 + lilconfig@^2.0.3: 9124 + version "2.1.0" 9125 + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" 9126 + integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== 7992 9127 7993 9128 lines-and-columns@^1.1.6: 7994 9129 version "1.2.4" ··· 8061 9196 version "2.0.2" 8062 9197 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129" 8063 9198 integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A== 9199 + dependencies: 9200 + big.js "^5.2.2" 9201 + emojis-list "^3.0.0" 9202 + json5 "^2.1.2" 9203 + 9204 + loader-utils@^2.0.4: 9205 + version "2.0.4" 9206 + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c" 9207 + integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw== 8064 9208 dependencies: 8065 9209 big.js "^5.2.2" 8066 9210 emojis-list "^3.0.0" ··· 8246 9390 pify "^4.0.1" 8247 9391 semver "^5.6.0" 8248 9392 8249 - make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: 9393 + make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0, make-dir@~3.1.0: 8250 9394 version "3.1.0" 8251 9395 resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" 8252 9396 integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== ··· 8296 9440 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" 8297 9441 integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== 8298 9442 8299 - mdn-data@2.0.4: 8300 - version "2.0.4" 8301 - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" 8302 - integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== 8303 - 8304 - memfs@^3.1.2, memfs@^3.4.1: 9443 + memfs@^3.1.2: 8305 9444 version "3.4.1" 8306 9445 resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305" 8307 9446 integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw== 8308 9447 dependencies: 8309 9448 fs-monkey "1.0.3" 9449 + 9450 + memfs@^3.4.3: 9451 + version "3.6.0" 9452 + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.6.0.tgz#d7a2110f86f79dd950a8b6df6d57bc984aa185f6" 9453 + integrity sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ== 9454 + dependencies: 9455 + fs-monkey "^1.0.4" 8310 9456 8311 9457 memory-fs@^0.4.1: 8312 9458 version "0.4.1" ··· 8410 9556 resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" 8411 9557 integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== 8412 9558 8413 - mime@^2.3.1: 8414 - version "2.6.0" 8415 - resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" 8416 - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== 9559 + mime@~2.5.2: 9560 + version "2.5.2" 9561 + resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" 9562 + integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== 8417 9563 8418 9564 mimic-fn@^2.1.0: 8419 9565 version "2.1.0" ··· 8457 9603 dependencies: 8458 9604 brace-expansion "^1.1.7" 8459 9605 9606 + minimatch@^5.0.1: 9607 + version "5.1.6" 9608 + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" 9609 + integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== 9610 + dependencies: 9611 + brace-expansion "^2.0.1" 9612 + 9613 + minimatch@~3.0.4: 9614 + version "3.0.8" 9615 + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" 9616 + integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== 9617 + dependencies: 9618 + brace-expansion "^1.1.7" 9619 + 8460 9620 minimist-options@4.1.0: 8461 9621 version "4.1.0" 8462 9622 resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" ··· 8470 9630 version "1.2.6" 8471 9631 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" 8472 9632 integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== 9633 + 9634 + minimist@^1.2.7: 9635 + version "1.2.8" 9636 + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" 9637 + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== 8473 9638 8474 9639 minipass-collect@^1.0.2: 8475 9640 version "1.0.2" ··· 8531 9696 for-in "^1.0.2" 8532 9697 is-extendable "^1.0.1" 8533 9698 8534 - mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: 9699 + mkdirp@^0.5.1, mkdirp@^0.5.3: 8535 9700 version "0.5.6" 8536 9701 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" 8537 9702 integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== ··· 8578 9743 resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b" 8579 9744 integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA== 8580 9745 8581 - mrmime@^1.0.0: 8582 - version "1.0.0" 8583 - resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-1.0.0.tgz#14d387f0585a5233d291baba339b063752a2398b" 8584 - integrity sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ== 9746 + mrmime@^2.0.0: 9747 + version "2.0.0" 9748 + resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4" 9749 + integrity sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw== 8585 9750 8586 9751 ms@2.0.0: 8587 9752 version "2.0.0" ··· 8593 9758 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" 8594 9759 integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== 8595 9760 8596 - ms@2.1.3, ms@^2.1.1: 9761 + ms@2.1.3, ms@^2.1.1, ms@^2.1.3: 8597 9762 version "2.1.3" 8598 9763 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" 8599 9764 integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== ··· 8617 9782 version "3.3.2" 8618 9783 resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.2.tgz#c89622fafb4381cd221421c69ec58547a1eec557" 8619 9784 integrity sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA== 9785 + 9786 + nanoid@^3.3.7: 9787 + version "3.3.7" 9788 + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" 9789 + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== 8620 9790 8621 9791 nanomatch@^1.2.9: 8622 9792 version "1.2.13" ··· 8677 9847 lower-case "^2.0.2" 8678 9848 tslib "^2.0.3" 8679 9849 8680 - node-fetch@^2.6.1, node-fetch@^2.6.6, node-fetch@^2.6.7: 9850 + node-fetch-native@^1.0.1: 9851 + version "1.6.4" 9852 + resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.4.tgz#679fc8fd8111266d47d7e72c379f1bed9acff06e" 9853 + integrity sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ== 9854 + 9855 + node-fetch@^2.6.1, node-fetch@^2.6.7: 8681 9856 version "2.6.7" 8682 9857 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" 8683 9858 integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== 8684 9859 dependencies: 8685 9860 whatwg-url "^5.0.0" 8686 9861 8687 - node-html-parser@^5.1.0: 8688 - version "5.3.3" 8689 - resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-5.3.3.tgz#2845704f3a7331a610e0e551bf5fa02b266341b6" 8690 - integrity sha512-ncg1033CaX9UexbyA7e1N0aAoAYRDiV8jkTvzEnfd1GDvzFdrsXLzR4p4ik8mwLgnaKP/jyUFWDy9q3jvRT2Jw== 9862 + node-html-parser@^6.1.4: 9863 + version "6.1.13" 9864 + resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.13.tgz#a1df799b83df5c6743fcd92740ba14682083b7e4" 9865 + integrity sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg== 8691 9866 dependencies: 8692 - css-select "^4.2.1" 9867 + css-select "^5.1.0" 8693 9868 he "1.2.0" 8694 9869 8695 9870 node-int64@^0.4.0: ··· 8730 9905 version "1.4.2" 8731 9906 resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-1.4.2.tgz#385833d85b229902b75826224f6077be969a9e94" 8732 9907 integrity sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ== 9908 + 9909 + node-releases@^2.0.18: 9910 + version "2.0.18" 9911 + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" 9912 + integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== 8733 9913 8734 9914 node-releases@^2.0.5: 8735 9915 version "2.0.5" ··· 8794 9974 query-string "^4.1.0" 8795 9975 sort-keys "^1.0.0" 8796 9976 8797 - normalize-url@^3.0.0: 8798 - version "3.3.0" 8799 - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" 8800 - integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== 8801 - 8802 9977 normalize-url@^4.1.0: 8803 9978 version "4.5.1" 8804 9979 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" ··· 8823 9998 dependencies: 8824 9999 path-key "^4.0.0" 8825 10000 8826 - nth-check@^1.0.2: 8827 - version "1.0.2" 8828 - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" 8829 - integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== 8830 - dependencies: 8831 - boolbase "~1.0.0" 8832 - 8833 10001 nth-check@^2.0.1: 8834 10002 version "2.0.1" 8835 10003 resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" ··· 8837 10005 dependencies: 8838 10006 boolbase "^1.0.0" 8839 10007 8840 - num2fraction@^1.2.2: 8841 - version "1.2.2" 8842 - resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" 8843 - integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= 8844 - 8845 - nuxt-edge@2.16.0-27358576.777a4b7f: 8846 - version "2.16.0-27358576.777a4b7f" 8847 - resolved "https://registry.yarnpkg.com/nuxt-edge/-/nuxt-edge-2.16.0-27358576.777a4b7f.tgz#915edaf69657d8959270caf85153715b44ab3645" 8848 - integrity sha512-cXgbo4MrXxh6YJSB1wEKod34QrH+6kJ1VoLTe1znRktWJZU3o+FDlDg6IRUf9NgcUSTdcp+Z7ZzyORCytUYNjQ== 10008 + nuxt-edge@2.16.0-27923058.4ecdc72: 10009 + version "2.16.0-27923058.4ecdc72" 10010 + resolved "https://registry.yarnpkg.com/nuxt-edge/-/nuxt-edge-2.16.0-27923058.4ecdc72.tgz#069e2617683422e52613256efd78b8b143f801c6" 10011 + integrity sha512-a6tGBzC9PIAtQloOC/k6Z8NHXxqY10Uno+dYcUoiBTkq7OKDYisHB486O6nQ9OH0bnIe+VFpEJ9p2Flkq3DfdQ== 8849 10012 dependencies: 8850 - "@nuxt/babel-preset-app-edge" "2.16.0-27358576.777a4b7f" 8851 - "@nuxt/builder-edge" "2.16.0-27358576.777a4b7f" 8852 - "@nuxt/cli-edge" "2.16.0-27358576.777a4b7f" 10013 + "@nuxt/babel-preset-app-edge" "2.16.0-27923058.4ecdc72" 10014 + "@nuxt/builder-edge" "2.16.0-27923058.4ecdc72" 10015 + "@nuxt/cli-edge" "2.16.0-27923058.4ecdc72" 8853 10016 "@nuxt/components" "^2.2.1" 8854 - "@nuxt/config-edge" "2.16.0-27358576.777a4b7f" 8855 - "@nuxt/core-edge" "2.16.0-27358576.777a4b7f" 8856 - "@nuxt/generator-edge" "2.16.0-27358576.777a4b7f" 10017 + "@nuxt/config-edge" "2.16.0-27923058.4ecdc72" 10018 + "@nuxt/core-edge" "2.16.0-27923058.4ecdc72" 10019 + "@nuxt/generator-edge" "2.16.0-27923058.4ecdc72" 8857 10020 "@nuxt/loading-screen" "^2.0.4" 8858 - "@nuxt/opencollective" "^0.3.2" 8859 - "@nuxt/server-edge" "2.16.0-27358576.777a4b7f" 8860 - "@nuxt/telemetry" "^1.3.6" 8861 - "@nuxt/utils-edge" "2.16.0-27358576.777a4b7f" 8862 - "@nuxt/vue-app-edge" "2.16.0-27358576.777a4b7f" 8863 - "@nuxt/vue-renderer-edge" "2.16.0-27358576.777a4b7f" 8864 - "@nuxt/webpack-edge" "2.16.0-27358576.777a4b7f" 10021 + "@nuxt/opencollective" "^0.3.3" 10022 + "@nuxt/server-edge" "2.16.0-27923058.4ecdc72" 10023 + "@nuxt/telemetry" "^1.4.1" 10024 + "@nuxt/utils-edge" "2.16.0-27923058.4ecdc72" 10025 + "@nuxt/vue-app-edge" "2.16.0-27923058.4ecdc72" 10026 + "@nuxt/vue-renderer-edge" "2.16.0-27923058.4ecdc72" 10027 + "@nuxt/webpack-edge" "2.16.0-27923058.4ecdc72" 8865 10028 8866 10029 object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: 8867 10030 version "4.1.1" ··· 8904 10067 has-symbols "^1.0.1" 8905 10068 object-keys "^1.1.1" 8906 10069 8907 - object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: 10070 + object.getownpropertydescriptors@^2.0.3: 8908 10071 version "2.1.3" 8909 10072 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" 8910 10073 integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== ··· 8920 10083 dependencies: 8921 10084 isobject "^3.0.1" 8922 10085 8923 - object.values@^1.1.0, object.values@^1.1.5: 10086 + object.values@^1.1.5: 8924 10087 version "1.1.5" 8925 10088 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" 8926 10089 integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== ··· 8983 10146 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" 8984 10147 integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== 8985 10148 8986 - optimize-css-assets-webpack-plugin@^5.0.8: 8987 - version "5.0.8" 8988 - resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.8.tgz#cbccdcf5a6ef61d4f8cc78cf083a67446e5f402a" 8989 - integrity sha512-mgFS1JdOtEGzD8l+EuISqL57cKO+We9GcoiQEmdCWRqqck+FGNmYJtx9qfAPzEz+lRrlThWMuGDaRkI/yWNx/Q== 10149 + optimize-css-assets-webpack-plugin@^6.0.1: 10150 + version "6.0.1" 10151 + resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-6.0.1.tgz#7719bceabba1f3891ec3ae04efb81a1cc99cd793" 10152 + integrity sha512-BshV2UZPfggZLdUfN3zFBbG4sl/DynUI+YCB6fRRDWaqO2OiWN8GPcp4Y0/fEV6B3k9Hzyk3czve3V/8B/SzKQ== 8990 10153 dependencies: 8991 - cssnano "^4.1.10" 10154 + cssnano "^5.0.2" 8992 10155 last-call-webpack-plugin "^3.0.0" 10156 + postcss "^8.2.1" 8993 10157 8994 10158 optionator@^0.8.1: 8995 10159 version "0.8.3" ··· 9254 10418 qs "^6.9.4" 9255 10419 query-string "^6.13.8" 9256 10420 10421 + parse-path@^7.0.0: 10422 + version "7.0.0" 10423 + resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.0.0.tgz#605a2d58d0a749c8594405d8cc3a2bf76d16099b" 10424 + integrity sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog== 10425 + dependencies: 10426 + protocols "^2.0.0" 10427 + 9257 10428 parse-url@^6.0.0: 9258 10429 version "6.0.0" 9259 10430 resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-6.0.0.tgz#f5dd262a7de9ec00914939220410b66cff09107d" ··· 9263 10434 normalize-url "^6.1.0" 9264 10435 parse-path "^4.0.0" 9265 10436 protocols "^1.4.0" 10437 + 10438 + parse-url@^8.1.0: 10439 + version "8.1.0" 10440 + resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d" 10441 + integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== 10442 + dependencies: 10443 + parse-path "^7.0.0" 9266 10444 9267 10445 parseurl@~1.3.3: 9268 10446 version "1.3.3" ··· 9365 10543 resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" 9366 10544 integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== 9367 10545 10546 + picocolors@^1.0.1, picocolors@^1.1.0: 10547 + version "1.1.0" 10548 + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" 10549 + integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== 10550 + 9368 10551 picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: 9369 10552 version "2.3.1" 9370 10553 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" ··· 9431 10614 resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" 9432 10615 integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= 9433 10616 9434 - postcss-attribute-case-insensitive@^4.0.1: 9435 - version "4.0.2" 9436 - resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz#d93e46b504589e94ac7277b0463226c68041a880" 9437 - integrity sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA== 10617 + postcss-attribute-case-insensitive@^6.0.2: 10618 + version "6.0.3" 10619 + resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-6.0.3.tgz#d118023911a768dfccfc0b0147f5ff06d8485806" 10620 + integrity sha512-KHkmCILThWBRtg+Jn1owTnHPnFit4OkqS+eKiGEOPIGke54DCeYGJ6r0Fx/HjfE9M9kznApCLcU0DvnPchazMQ== 9438 10621 dependencies: 9439 - postcss "^7.0.2" 9440 - postcss-selector-parser "^6.0.2" 10622 + postcss-selector-parser "^6.0.13" 9441 10623 9442 - postcss-calc@^7.0.1: 9443 - version "7.0.5" 9444 - resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e" 9445 - integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== 10624 + postcss-calc@^8.2.3: 10625 + version "8.2.4" 10626 + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" 10627 + integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== 9446 10628 dependencies: 9447 - postcss "^7.0.27" 9448 - postcss-selector-parser "^6.0.2" 9449 - postcss-value-parser "^4.0.2" 10629 + postcss-selector-parser "^6.0.9" 10630 + postcss-value-parser "^4.2.0" 9450 10631 9451 - postcss-color-functional-notation@^2.0.1: 9452 - version "2.0.1" 9453 - resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz#5efd37a88fbabeb00a2966d1e53d98ced93f74e0" 9454 - integrity sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g== 10632 + postcss-clamp@^4.1.0: 10633 + version "4.1.0" 10634 + resolved "https://registry.yarnpkg.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz#7263e95abadd8c2ba1bd911b0b5a5c9c93e02363" 10635 + integrity sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow== 9455 10636 dependencies: 9456 - postcss "^7.0.2" 9457 - postcss-values-parser "^2.0.0" 10637 + postcss-value-parser "^4.2.0" 9458 10638 9459 - postcss-color-gray@^5.0.0: 9460 - version "5.0.0" 9461 - resolved "https://registry.yarnpkg.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz#532a31eb909f8da898ceffe296fdc1f864be8547" 9462 - integrity sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw== 10639 + postcss-color-functional-notation@^5.1.0: 10640 + version "5.1.0" 10641 + resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-5.1.0.tgz#4d284ddf3dfac8bb68f781cd46bbfecfc8e8a09c" 10642 + integrity sha512-w2R4py6zrVE1U7FwNaAc76tNQlG9GLkrBbcFw+VhUjyDDiV28vfZG+l4LyPmpoQpeSJVtu8VgNjE8Jv5SpC7dQ== 9463 10643 dependencies: 9464 - "@csstools/convert-colors" "^1.4.0" 9465 - postcss "^7.0.5" 9466 - postcss-values-parser "^2.0.0" 10644 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 10645 + postcss-value-parser "^4.2.0" 9467 10646 9468 - postcss-color-hex-alpha@^5.0.3: 9469 - version "5.0.3" 9470 - resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz#a8d9ca4c39d497c9661e374b9c51899ef0f87388" 9471 - integrity sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw== 10647 + postcss-color-hex-alpha@^9.0.2: 10648 + version "9.0.4" 10649 + resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-9.0.4.tgz#f455902fb222453b2eb9699dfa9fc17a9c056f1e" 10650 + integrity sha512-XQZm4q4fNFqVCYMGPiBjcqDhuG7Ey2xrl99AnDJMyr5eDASsAGalndVgHZF8i97VFNy1GQeZc4q2ydagGmhelQ== 9472 10651 dependencies: 9473 - postcss "^7.0.14" 9474 - postcss-values-parser "^2.0.1" 10652 + "@csstools/utilities" "^1.0.0" 10653 + postcss-value-parser "^4.2.0" 9475 10654 9476 - postcss-color-mod-function@^3.0.3: 9477 - version "3.0.3" 9478 - resolved "https://registry.yarnpkg.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz#816ba145ac11cc3cb6baa905a75a49f903e4d31d" 9479 - integrity sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ== 10655 + postcss-color-rebeccapurple@^8.0.2: 10656 + version "8.0.2" 10657 + resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-8.0.2.tgz#c0f2dcf1ef4dd393314920aa181cca8c390a2648" 10658 + integrity sha512-xWf/JmAxVoB5bltHpXk+uGRoGFwu4WDAR7210el+iyvTdqiKpDhtcT8N3edXMoVJY0WHFMrKMUieql/wRNiXkw== 9480 10659 dependencies: 9481 - "@csstools/convert-colors" "^1.4.0" 9482 - postcss "^7.0.2" 9483 - postcss-values-parser "^2.0.0" 10660 + postcss-value-parser "^4.2.0" 9484 10661 9485 - postcss-color-rebeccapurple@^4.0.1: 9486 - version "4.0.1" 9487 - resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz#c7a89be872bb74e45b1e3022bfe5748823e6de77" 9488 - integrity sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g== 10662 + postcss-colormin@^5.3.1: 10663 + version "5.3.1" 10664 + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz#86c27c26ed6ba00d96c79e08f3ffb418d1d1988f" 10665 + integrity sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ== 9489 10666 dependencies: 9490 - postcss "^7.0.2" 9491 - postcss-values-parser "^2.0.0" 10667 + browserslist "^4.21.4" 10668 + caniuse-api "^3.0.0" 10669 + colord "^2.9.1" 10670 + postcss-value-parser "^4.2.0" 9492 10671 9493 - postcss-colormin@^4.0.3: 9494 - version "4.0.3" 9495 - resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" 9496 - integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== 10672 + postcss-convert-values@^5.1.3: 10673 + version "5.1.3" 10674 + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393" 10675 + integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== 9497 10676 dependencies: 9498 - browserslist "^4.0.0" 9499 - color "^3.0.0" 9500 - has "^1.0.0" 9501 - postcss "^7.0.0" 9502 - postcss-value-parser "^3.0.0" 10677 + browserslist "^4.21.4" 10678 + postcss-value-parser "^4.2.0" 9503 10679 9504 - postcss-convert-values@^4.0.1: 9505 - version "4.0.1" 9506 - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" 9507 - integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== 10680 + postcss-custom-media@^9.1.5: 10681 + version "9.1.5" 10682 + resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-9.1.5.tgz#20c5822dd15155d768f8dd84e07a6ffd5d01b054" 10683 + integrity sha512-GStyWMz7Qbo/Gtw1xVspzVSX8eipgNg4lpsO3CAeY4/A1mzok+RV6MCv3fg62trWijh/lYEj6vps4o8JcBBpDA== 9508 10684 dependencies: 9509 - postcss "^7.0.0" 9510 - postcss-value-parser "^3.0.0" 10685 + "@csstools/cascade-layer-name-parser" "^1.0.2" 10686 + "@csstools/css-parser-algorithms" "^2.2.0" 10687 + "@csstools/css-tokenizer" "^2.1.1" 10688 + "@csstools/media-query-list-parser" "^2.1.1" 9511 10689 9512 - postcss-custom-media@^7.0.8: 9513 - version "7.0.8" 9514 - resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz#fffd13ffeffad73621be5f387076a28b00294e0c" 9515 - integrity sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg== 10690 + postcss-custom-properties@^13.2.0: 10691 + version "13.3.12" 10692 + resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-13.3.12.tgz#e21960c7d13aed960b28236412d4da67f75317b0" 10693 + integrity sha512-oPn/OVqONB2ZLNqN185LDyaVByELAA/u3l2CS2TS16x2j2XsmV4kd8U49+TMxmUsEU9d8fB/I10E6U7kB0L1BA== 9516 10694 dependencies: 9517 - postcss "^7.0.14" 10695 + "@csstools/cascade-layer-name-parser" "^1.0.13" 10696 + "@csstools/css-parser-algorithms" "^2.7.1" 10697 + "@csstools/css-tokenizer" "^2.4.1" 10698 + "@csstools/utilities" "^1.0.0" 10699 + postcss-value-parser "^4.2.0" 9518 10700 9519 - postcss-custom-properties@^8.0.11: 9520 - version "8.0.11" 9521 - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz#2d61772d6e92f22f5e0d52602df8fae46fa30d97" 9522 - integrity sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA== 10701 + postcss-custom-selectors@^7.1.3: 10702 + version "7.1.12" 10703 + resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-7.1.12.tgz#4d1bac2469003aad3aa3d73481a1b7a45290852b" 10704 + integrity sha512-ctIoprBMJwByYMGjXG0F7IT2iMF2hnamQ+aWZETyBM0aAlyaYdVZTeUkk8RB+9h9wP+NdN3f01lfvKl2ZSqC0g== 9523 10705 dependencies: 9524 - postcss "^7.0.17" 9525 - postcss-values-parser "^2.0.1" 10706 + "@csstools/cascade-layer-name-parser" "^1.0.13" 10707 + "@csstools/css-parser-algorithms" "^2.7.1" 10708 + "@csstools/css-tokenizer" "^2.4.1" 10709 + postcss-selector-parser "^6.1.0" 9526 10710 9527 - postcss-custom-selectors@^5.1.2: 10711 + postcss-dir-pseudo-class@^7.0.2: 10712 + version "7.0.2" 10713 + resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-7.0.2.tgz#71618b7eb4abe067845d11b3c8f322760c9b3e88" 10714 + integrity sha512-cMnslilYxBf9k3qejnovrUONZx1rXeUZJw06fgIUBzABJe3D2LiLL5WAER7Imt3nrkaIgG05XZBztueLEf5P8w== 10715 + dependencies: 10716 + postcss-selector-parser "^6.0.10" 10717 + 10718 + postcss-discard-comments@^5.1.2: 9528 10719 version "5.1.2" 9529 - resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz#64858c6eb2ecff2fb41d0b28c9dd7b3db4de7fba" 9530 - integrity sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w== 9531 - dependencies: 9532 - postcss "^7.0.2" 9533 - postcss-selector-parser "^5.0.0-rc.3" 10720 + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696" 10721 + integrity sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== 9534 10722 9535 - postcss-dir-pseudo-class@^5.0.0: 10723 + postcss-discard-duplicates@^5.1.0: 10724 + version "5.1.0" 10725 + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz#9eb4fe8456706a4eebd6d3b7b777d07bad03e848" 10726 + integrity sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== 10727 + 10728 + postcss-discard-empty@^5.1.1: 10729 + version "5.1.1" 10730 + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz#e57762343ff7f503fe53fca553d18d7f0c369c6c" 10731 + integrity sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== 10732 + 10733 + postcss-discard-overridden@^5.1.0: 10734 + version "5.1.0" 10735 + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e" 10736 + integrity sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== 10737 + 10738 + postcss-double-position-gradients@^4.0.4: 10739 + version "4.0.4" 10740 + resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-4.0.4.tgz#57850aceb94a05778e7fdf31767a5b2a78f2be62" 10741 + integrity sha512-nUAbUXURemLXIrl4Xoia2tiu5z/n8sY+BVDZApoeT9BlpByyrp02P/lFCRrRvZ/zrGRE+MOGLhk8o7VcMCtPtQ== 10742 + dependencies: 10743 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 10744 + postcss-value-parser "^4.2.0" 10745 + 10746 + postcss-focus-visible@^8.0.2: 10747 + version "8.0.2" 10748 + resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-8.0.2.tgz#a7ac26ffe3e9c2bd17d7200d75e2d79ee8110891" 10749 + integrity sha512-f/Vd+EC/GaKElknU59esVcRYr/Y3t1ZAQyL4u2xSOgkDy4bMCmG7VP5cGvj3+BTLNE9ETfEuz2nnt4qkZwTTeA== 10750 + dependencies: 10751 + postcss-selector-parser "^6.0.10" 10752 + 10753 + postcss-focus-within@^7.0.2: 10754 + version "7.0.2" 10755 + resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-7.0.2.tgz#5d2c866030e66ed22b204c9506de640943310b1c" 10756 + integrity sha512-AHAJ89UQBcqBvFgQJE9XasGuwMNkKsGj4D/f9Uk60jFmEBHpAL14DrnSk3Rj+SwZTr/WUG+mh+Rvf8fid/346w== 10757 + dependencies: 10758 + postcss-selector-parser "^6.0.10" 10759 + 10760 + postcss-font-variant@^5.0.0: 9536 10761 version "5.0.0" 9537 - resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz#6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2" 9538 - integrity sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw== 9539 - dependencies: 9540 - postcss "^7.0.2" 9541 - postcss-selector-parser "^5.0.0-rc.3" 10762 + resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66" 10763 + integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== 9542 10764 9543 - postcss-discard-comments@^4.0.2: 9544 - version "4.0.2" 9545 - resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" 9546 - integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== 9547 - dependencies: 9548 - postcss "^7.0.0" 9549 - 9550 - postcss-discard-duplicates@^4.0.2: 9551 - version "4.0.2" 9552 - resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" 9553 - integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== 9554 - dependencies: 9555 - postcss "^7.0.0" 9556 - 9557 - postcss-discard-empty@^4.0.1: 10765 + postcss-gap-properties@^4.0.1: 9558 10766 version "4.0.1" 9559 - resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" 9560 - integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== 9561 - dependencies: 9562 - postcss "^7.0.0" 10767 + resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-4.0.1.tgz#0347d6a84a46bfbe88bedc542cc4b354e04a8338" 10768 + integrity sha512-V5OuQGw4lBumPlwHWk/PRfMKjaq/LTGR4WDTemIMCaMevArVfCCA9wBJiL1VjDAd+rzuCIlkRoRvDsSiAaZ4Fg== 9563 10769 9564 - postcss-discard-overridden@^4.0.1: 9565 - version "4.0.1" 9566 - resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" 9567 - integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== 10770 + postcss-image-set-function@^5.0.2: 10771 + version "5.0.2" 10772 + resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-5.0.2.tgz#088e0f535f43e74d6ea8033ff7b0482e2735ea6e" 10773 + integrity sha512-Sszjwo0ubETX0Fi5MvpYzsONwrsjeabjMoc5YqHvURFItXgIu3HdCjcVuVKGMPGzKRhgaknmdM5uVWInWPJmeg== 9568 10774 dependencies: 9569 - postcss "^7.0.0" 9570 - 9571 - postcss-double-position-gradients@^1.0.0: 9572 - version "1.0.0" 9573 - resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz#fc927d52fddc896cb3a2812ebc5df147e110522e" 9574 - integrity sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA== 9575 - dependencies: 9576 - postcss "^7.0.5" 9577 - postcss-values-parser "^2.0.0" 9578 - 9579 - postcss-env-function@^2.0.2: 9580 - version "2.0.2" 9581 - resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz#0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7" 9582 - integrity sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw== 9583 - dependencies: 9584 - postcss "^7.0.2" 9585 - postcss-values-parser "^2.0.0" 9586 - 9587 - postcss-focus-visible@^4.0.0: 9588 - version "4.0.0" 9589 - resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz#477d107113ade6024b14128317ade2bd1e17046e" 9590 - integrity sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g== 9591 - dependencies: 9592 - postcss "^7.0.2" 9593 - 9594 - postcss-focus-within@^3.0.0: 9595 - version "3.0.0" 9596 - resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz#763b8788596cee9b874c999201cdde80659ef680" 9597 - integrity sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w== 9598 - dependencies: 9599 - postcss "^7.0.2" 9600 - 9601 - postcss-font-variant@^4.0.0: 9602 - version "4.0.1" 9603 - resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz#42d4c0ab30894f60f98b17561eb5c0321f502641" 9604 - integrity sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA== 9605 - dependencies: 9606 - postcss "^7.0.2" 9607 - 9608 - postcss-gap-properties@^2.0.0: 9609 - version "2.0.0" 9610 - resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz#431c192ab3ed96a3c3d09f2ff615960f902c1715" 9611 - integrity sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg== 9612 - dependencies: 9613 - postcss "^7.0.2" 9614 - 9615 - postcss-image-set-function@^3.0.1: 9616 - version "3.0.1" 9617 - resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz#28920a2f29945bed4c3198d7df6496d410d3f288" 9618 - integrity sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw== 9619 - dependencies: 9620 - postcss "^7.0.2" 9621 - postcss-values-parser "^2.0.0" 10775 + postcss-value-parser "^4.2.0" 9622 10776 9623 10777 postcss-import-resolver@^2.0.0: 9624 10778 version "2.0.0" ··· 9627 10781 dependencies: 9628 10782 enhanced-resolve "^4.1.1" 9629 10783 9630 - postcss-import@^12.0.1: 9631 - version "12.0.1" 9632 - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.1.tgz#cf8c7ab0b5ccab5649024536e565f841928b7153" 9633 - integrity sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== 10784 + postcss-import@^15.1.0: 10785 + version "15.1.0" 10786 + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" 10787 + integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== 9634 10788 dependencies: 9635 - postcss "^7.0.1" 9636 - postcss-value-parser "^3.2.3" 10789 + postcss-value-parser "^4.0.0" 9637 10790 read-cache "^1.0.0" 9638 10791 resolve "^1.1.7" 9639 10792 9640 - postcss-initial@^3.0.0: 9641 - version "3.0.4" 9642 - resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.4.tgz#9d32069a10531fe2ecafa0b6ac750ee0bc7efc53" 9643 - integrity sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg== 9644 - dependencies: 9645 - postcss "^7.0.2" 10793 + postcss-initial@^4.0.1: 10794 + version "4.0.1" 10795 + resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42" 10796 + integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ== 9646 10797 9647 - postcss-lab-function@^2.0.1: 9648 - version "2.0.1" 9649 - resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz#bb51a6856cd12289ab4ae20db1e3821ef13d7d2e" 9650 - integrity sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg== 10798 + postcss-lab-function@^5.2.3: 10799 + version "5.2.3" 10800 + resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-5.2.3.tgz#52ae2b90738c3aa2934519242cfc0a4d44ace29f" 10801 + integrity sha512-fi32AYKzji5/rvgxo5zXHFvAYBw0u0OzELbeCNjEZVLUir18Oj+9RmNphtM8QdLUaUnrfx8zy8vVYLmFLkdmrQ== 9651 10802 dependencies: 9652 - "@csstools/convert-colors" "^1.4.0" 9653 - postcss "^7.0.2" 9654 - postcss-values-parser "^2.0.0" 10803 + "@csstools/css-color-parser" "^1.2.0" 10804 + "@csstools/css-parser-algorithms" "^2.1.1" 10805 + "@csstools/css-tokenizer" "^2.1.1" 10806 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 9655 10807 9656 - postcss-load-config@^2.0.0: 9657 - version "2.1.2" 9658 - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a" 9659 - integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== 10808 + postcss-loader@^4.3.0: 10809 + version "4.3.0" 10810 + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.3.0.tgz#2c4de9657cd4f07af5ab42bd60a673004da1b8cc" 10811 + integrity sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q== 9660 10812 dependencies: 9661 - cosmiconfig "^5.0.0" 9662 - import-cwd "^2.0.0" 10813 + cosmiconfig "^7.0.0" 10814 + klona "^2.0.4" 10815 + loader-utils "^2.0.0" 10816 + schema-utils "^3.0.0" 10817 + semver "^7.3.4" 9663 10818 9664 - postcss-loader@^3.0.0: 9665 - version "3.0.0" 9666 - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" 9667 - integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== 10819 + postcss-logical@^6.2.0: 10820 + version "6.2.0" 10821 + resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-6.2.0.tgz#85e49cfee3ffda839d4befcab9f70c70a7bb337a" 10822 + integrity sha512-aqlfKGaY0nnbgI9jwUikp4gJKBqcH5noU/EdnIVceghaaDPYhZuyJVxlvWNy55tlTG5tunRKCTAX9yljLiFgmw== 9668 10823 dependencies: 9669 - loader-utils "^1.1.0" 9670 - postcss "^7.0.0" 9671 - postcss-load-config "^2.0.0" 9672 - schema-utils "^1.0.0" 10824 + postcss-value-parser "^4.2.0" 9673 10825 9674 - postcss-logical@^3.0.0: 9675 - version "3.0.0" 9676 - resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5" 9677 - integrity sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA== 10826 + postcss-merge-longhand@^5.1.7: 10827 + version "5.1.7" 10828 + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16" 10829 + integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== 9678 10830 dependencies: 9679 - postcss "^7.0.2" 10831 + postcss-value-parser "^4.2.0" 10832 + stylehacks "^5.1.1" 9680 10833 9681 - postcss-media-minmax@^4.0.0: 9682 - version "4.0.0" 9683 - resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz#b75bb6cbc217c8ac49433e12f22048814a4f5ed5" 9684 - integrity sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw== 10834 + postcss-merge-rules@^5.1.4: 10835 + version "5.1.4" 10836 + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz#2f26fa5cacb75b1402e213789f6766ae5e40313c" 10837 + integrity sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g== 9685 10838 dependencies: 9686 - postcss "^7.0.2" 9687 - 9688 - postcss-merge-longhand@^4.0.11: 9689 - version "4.0.11" 9690 - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" 9691 - integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== 9692 - dependencies: 9693 - css-color-names "0.0.4" 9694 - postcss "^7.0.0" 9695 - postcss-value-parser "^3.0.0" 9696 - stylehacks "^4.0.0" 9697 - 9698 - postcss-merge-rules@^4.0.3: 9699 - version "4.0.3" 9700 - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" 9701 - integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== 9702 - dependencies: 9703 - browserslist "^4.0.0" 10839 + browserslist "^4.21.4" 9704 10840 caniuse-api "^3.0.0" 9705 - cssnano-util-same-parent "^4.0.0" 9706 - postcss "^7.0.0" 9707 - postcss-selector-parser "^3.0.0" 9708 - vendors "^1.0.0" 10841 + cssnano-utils "^3.1.0" 10842 + postcss-selector-parser "^6.0.5" 9709 10843 9710 - postcss-minify-font-values@^4.0.2: 9711 - version "4.0.2" 9712 - resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" 9713 - integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== 10844 + postcss-minify-font-values@^5.1.0: 10845 + version "5.1.0" 10846 + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b" 10847 + integrity sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== 9714 10848 dependencies: 9715 - postcss "^7.0.0" 9716 - postcss-value-parser "^3.0.0" 10849 + postcss-value-parser "^4.2.0" 9717 10850 9718 - postcss-minify-gradients@^4.0.2: 9719 - version "4.0.2" 9720 - resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" 9721 - integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== 10851 + postcss-minify-gradients@^5.1.1: 10852 + version "5.1.1" 10853 + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz#f1fe1b4f498134a5068240c2f25d46fcd236ba2c" 10854 + integrity sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== 9722 10855 dependencies: 9723 - cssnano-util-get-arguments "^4.0.0" 9724 - is-color-stop "^1.0.0" 9725 - postcss "^7.0.0" 9726 - postcss-value-parser "^3.0.0" 10856 + colord "^2.9.1" 10857 + cssnano-utils "^3.1.0" 10858 + postcss-value-parser "^4.2.0" 9727 10859 9728 - postcss-minify-params@^4.0.2: 9729 - version "4.0.2" 9730 - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" 9731 - integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== 10860 + postcss-minify-params@^5.1.4: 10861 + version "5.1.4" 10862 + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352" 10863 + integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== 9732 10864 dependencies: 9733 - alphanum-sort "^1.0.0" 9734 - browserslist "^4.0.0" 9735 - cssnano-util-get-arguments "^4.0.0" 9736 - postcss "^7.0.0" 9737 - postcss-value-parser "^3.0.0" 9738 - uniqs "^2.0.0" 10865 + browserslist "^4.21.4" 10866 + cssnano-utils "^3.1.0" 10867 + postcss-value-parser "^4.2.0" 9739 10868 9740 - postcss-minify-selectors@^4.0.2: 9741 - version "4.0.2" 9742 - resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" 9743 - integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== 10869 + postcss-minify-selectors@^5.2.1: 10870 + version "5.2.1" 10871 + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6" 10872 + integrity sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== 9744 10873 dependencies: 9745 - alphanum-sort "^1.0.0" 9746 - has "^1.0.0" 9747 - postcss "^7.0.0" 9748 - postcss-selector-parser "^3.0.0" 10874 + postcss-selector-parser "^6.0.5" 9749 10875 9750 - postcss-modules-extract-imports@^2.0.0: 9751 - version "2.0.0" 9752 - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" 9753 - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== 9754 - dependencies: 9755 - postcss "^7.0.5" 10876 + postcss-modules-extract-imports@^3.0.0: 10877 + version "3.1.0" 10878 + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002" 10879 + integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q== 9756 10880 9757 - postcss-modules-local-by-default@^3.0.3: 9758 - version "3.0.3" 9759 - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" 9760 - integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== 10881 + postcss-modules-local-by-default@^4.0.0: 10882 + version "4.0.5" 10883 + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz#f1b9bd757a8edf4d8556e8d0f4f894260e3df78f" 10884 + integrity sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw== 9761 10885 dependencies: 9762 - icss-utils "^4.1.1" 9763 - postcss "^7.0.32" 10886 + icss-utils "^5.0.0" 9764 10887 postcss-selector-parser "^6.0.2" 9765 10888 postcss-value-parser "^4.1.0" 9766 10889 9767 - postcss-modules-scope@^2.2.0: 9768 - version "2.2.0" 9769 - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" 9770 - integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== 10890 + postcss-modules-scope@^3.0.0: 10891 + version "3.2.0" 10892 + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz#a43d28289a169ce2c15c00c4e64c0858e43457d5" 10893 + integrity sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ== 9771 10894 dependencies: 9772 - postcss "^7.0.6" 9773 - postcss-selector-parser "^6.0.0" 10895 + postcss-selector-parser "^6.0.4" 9774 10896 9775 - postcss-modules-values@^3.0.0: 9776 - version "3.0.0" 9777 - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" 9778 - integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== 9779 - dependencies: 9780 - icss-utils "^4.0.0" 9781 - postcss "^7.0.6" 9782 - 9783 - postcss-nesting@^7.0.0: 9784 - version "7.0.1" 9785 - resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052" 9786 - integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg== 9787 - dependencies: 9788 - postcss "^7.0.2" 9789 - 9790 - postcss-normalize-charset@^4.0.1: 9791 - version "4.0.1" 9792 - resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" 9793 - integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== 9794 - dependencies: 9795 - postcss "^7.0.0" 9796 - 9797 - postcss-normalize-display-values@^4.0.2: 9798 - version "4.0.2" 9799 - resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" 9800 - integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== 9801 - dependencies: 9802 - cssnano-util-get-match "^4.0.0" 9803 - postcss "^7.0.0" 9804 - postcss-value-parser "^3.0.0" 9805 - 9806 - postcss-normalize-positions@^4.0.2: 9807 - version "4.0.2" 9808 - resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" 9809 - integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== 9810 - dependencies: 9811 - cssnano-util-get-arguments "^4.0.0" 9812 - has "^1.0.0" 9813 - postcss "^7.0.0" 9814 - postcss-value-parser "^3.0.0" 9815 - 9816 - postcss-normalize-repeat-style@^4.0.2: 9817 - version "4.0.2" 9818 - resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" 9819 - integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== 9820 - dependencies: 9821 - cssnano-util-get-arguments "^4.0.0" 9822 - cssnano-util-get-match "^4.0.0" 9823 - postcss "^7.0.0" 9824 - postcss-value-parser "^3.0.0" 9825 - 9826 - postcss-normalize-string@^4.0.2: 9827 - version "4.0.2" 9828 - resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" 9829 - integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== 9830 - dependencies: 9831 - has "^1.0.0" 9832 - postcss "^7.0.0" 9833 - postcss-value-parser "^3.0.0" 9834 - 9835 - postcss-normalize-timing-functions@^4.0.2: 9836 - version "4.0.2" 9837 - resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" 9838 - integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== 9839 - dependencies: 9840 - cssnano-util-get-match "^4.0.0" 9841 - postcss "^7.0.0" 9842 - postcss-value-parser "^3.0.0" 9843 - 9844 - postcss-normalize-unicode@^4.0.1: 9845 - version "4.0.1" 9846 - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" 9847 - integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== 9848 - dependencies: 9849 - browserslist "^4.0.0" 9850 - postcss "^7.0.0" 9851 - postcss-value-parser "^3.0.0" 9852 - 9853 - postcss-normalize-url@^4.0.1: 9854 - version "4.0.1" 9855 - resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" 9856 - integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== 9857 - dependencies: 9858 - is-absolute-url "^2.0.0" 9859 - normalize-url "^3.0.0" 9860 - postcss "^7.0.0" 9861 - postcss-value-parser "^3.0.0" 9862 - 9863 - postcss-normalize-whitespace@^4.0.2: 9864 - version "4.0.2" 9865 - resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" 9866 - integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== 9867 - dependencies: 9868 - postcss "^7.0.0" 9869 - postcss-value-parser "^3.0.0" 9870 - 9871 - postcss-ordered-values@^4.1.2: 9872 - version "4.1.2" 9873 - resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" 9874 - integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== 9875 - dependencies: 9876 - cssnano-util-get-arguments "^4.0.0" 9877 - postcss "^7.0.0" 9878 - postcss-value-parser "^3.0.0" 9879 - 9880 - postcss-overflow-shorthand@^2.0.0: 9881 - version "2.0.0" 9882 - resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz#31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30" 9883 - integrity sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g== 9884 - dependencies: 9885 - postcss "^7.0.2" 9886 - 9887 - postcss-page-break@^2.0.0: 9888 - version "2.0.0" 9889 - resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz#add52d0e0a528cabe6afee8b46e2abb277df46bf" 9890 - integrity sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ== 9891 - dependencies: 9892 - postcss "^7.0.2" 9893 - 9894 - postcss-place@^4.0.1: 9895 - version "4.0.1" 9896 - resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-4.0.1.tgz#e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62" 9897 - integrity sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg== 9898 - dependencies: 9899 - postcss "^7.0.2" 9900 - postcss-values-parser "^2.0.0" 9901 - 9902 - postcss-preset-env@^6.7.0: 9903 - version "6.7.1" 9904 - resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.1.tgz#26563d2e9395d626a45a836450844540694bfcef" 9905 - integrity sha512-rlRkgX9t0v2On33n7TK8pnkcYOATGQSv48J2RS8GsXhqtg+xk6AummHP88Y5mJo0TLJelBjePvSjScTNkj3+qw== 9906 - dependencies: 9907 - autoprefixer "^9.6.1" 9908 - browserslist "^4.6.4" 9909 - caniuse-lite "^1.0.30000981" 9910 - css-blank-pseudo "^0.1.4" 9911 - css-has-pseudo "^0.10.0" 9912 - css-prefers-color-scheme "^3.1.1" 9913 - cssdb "^4.4.0" 9914 - postcss "^7.0.17" 9915 - postcss-attribute-case-insensitive "^4.0.1" 9916 - postcss-color-functional-notation "^2.0.1" 9917 - postcss-color-gray "^5.0.0" 9918 - postcss-color-hex-alpha "^5.0.3" 9919 - postcss-color-mod-function "^3.0.3" 9920 - postcss-color-rebeccapurple "^4.0.1" 9921 - postcss-custom-media "^7.0.8" 9922 - postcss-custom-properties "^8.0.11" 9923 - postcss-custom-selectors "^5.1.2" 9924 - postcss-dir-pseudo-class "^5.0.0" 9925 - postcss-double-position-gradients "^1.0.0" 9926 - postcss-env-function "^2.0.2" 9927 - postcss-focus-visible "^4.0.0" 9928 - postcss-focus-within "^3.0.0" 9929 - postcss-font-variant "^4.0.0" 9930 - postcss-gap-properties "^2.0.0" 9931 - postcss-image-set-function "^3.0.1" 9932 - postcss-initial "^3.0.0" 9933 - postcss-lab-function "^2.0.1" 9934 - postcss-logical "^3.0.0" 9935 - postcss-media-minmax "^4.0.0" 9936 - postcss-nesting "^7.0.0" 9937 - postcss-overflow-shorthand "^2.0.0" 9938 - postcss-page-break "^2.0.0" 9939 - postcss-place "^4.0.1" 9940 - postcss-pseudo-class-any-link "^6.0.0" 9941 - postcss-replace-overflow-wrap "^3.0.0" 9942 - postcss-selector-matches "^4.0.0" 9943 - postcss-selector-not "^4.0.0" 9944 - 9945 - postcss-pseudo-class-any-link@^6.0.0: 9946 - version "6.0.0" 9947 - resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz#2ed3eed393b3702879dec4a87032b210daeb04d1" 9948 - integrity sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew== 9949 - dependencies: 9950 - postcss "^7.0.2" 9951 - postcss-selector-parser "^5.0.0-rc.3" 9952 - 9953 - postcss-reduce-initial@^4.0.3: 9954 - version "4.0.3" 9955 - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" 9956 - integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== 9957 - dependencies: 9958 - browserslist "^4.0.0" 9959 - caniuse-api "^3.0.0" 9960 - has "^1.0.0" 9961 - postcss "^7.0.0" 9962 - 9963 - postcss-reduce-transforms@^4.0.2: 9964 - version "4.0.2" 9965 - resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" 9966 - integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== 9967 - dependencies: 9968 - cssnano-util-get-match "^4.0.0" 9969 - has "^1.0.0" 9970 - postcss "^7.0.0" 9971 - postcss-value-parser "^3.0.0" 9972 - 9973 - postcss-replace-overflow-wrap@^3.0.0: 9974 - version "3.0.0" 9975 - resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz#61b360ffdaedca84c7c918d2b0f0d0ea559ab01c" 9976 - integrity sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw== 9977 - dependencies: 9978 - postcss "^7.0.2" 9979 - 9980 - postcss-selector-matches@^4.0.0: 10897 + postcss-modules-values@^4.0.0: 9981 10898 version "4.0.0" 9982 - resolved "https://registry.yarnpkg.com/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz#71c8248f917ba2cc93037c9637ee09c64436fcff" 9983 - integrity sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww== 10899 + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" 10900 + integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== 9984 10901 dependencies: 9985 - balanced-match "^1.0.0" 9986 - postcss "^7.0.2" 10902 + icss-utils "^5.0.0" 9987 10903 9988 - postcss-selector-not@^4.0.0: 10904 + postcss-nesting@^11.3.0: 10905 + version "11.3.0" 10906 + resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-11.3.0.tgz#f0a16ecd55555770d41974236c90918447355a5f" 10907 + integrity sha512-JlS10AQm/RzyrUGgl5irVkAlZYTJ99mNueUl+Qab+TcHhVedLiylWVkKBhRale+rS9yWIJK48JVzQlq3LcSdeA== 10908 + dependencies: 10909 + "@csstools/selector-specificity" "^2.0.0" 10910 + postcss-selector-parser "^6.0.10" 10911 + 10912 + postcss-normalize-charset@^5.1.0: 10913 + version "5.1.0" 10914 + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed" 10915 + integrity sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== 10916 + 10917 + postcss-normalize-display-values@^5.1.0: 10918 + version "5.1.0" 10919 + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz#72abbae58081960e9edd7200fcf21ab8325c3da8" 10920 + integrity sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== 10921 + dependencies: 10922 + postcss-value-parser "^4.2.0" 10923 + 10924 + postcss-normalize-positions@^5.1.1: 10925 + version "5.1.1" 10926 + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz#ef97279d894087b59325b45c47f1e863daefbb92" 10927 + integrity sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== 10928 + dependencies: 10929 + postcss-value-parser "^4.2.0" 10930 + 10931 + postcss-normalize-repeat-style@^5.1.1: 10932 + version "5.1.1" 10933 + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz#e9eb96805204f4766df66fd09ed2e13545420fb2" 10934 + integrity sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== 10935 + dependencies: 10936 + postcss-value-parser "^4.2.0" 10937 + 10938 + postcss-normalize-string@^5.1.0: 10939 + version "5.1.0" 10940 + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz#411961169e07308c82c1f8c55f3e8a337757e228" 10941 + integrity sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== 10942 + dependencies: 10943 + postcss-value-parser "^4.2.0" 10944 + 10945 + postcss-normalize-timing-functions@^5.1.0: 10946 + version "5.1.0" 10947 + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz#d5614410f8f0b2388e9f240aa6011ba6f52dafbb" 10948 + integrity sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== 10949 + dependencies: 10950 + postcss-value-parser "^4.2.0" 10951 + 10952 + postcss-normalize-unicode@^5.1.1: 10953 + version "5.1.1" 10954 + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030" 10955 + integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== 10956 + dependencies: 10957 + browserslist "^4.21.4" 10958 + postcss-value-parser "^4.2.0" 10959 + 10960 + postcss-normalize-url@^5.1.0: 10961 + version "5.1.0" 10962 + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc" 10963 + integrity sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== 10964 + dependencies: 10965 + normalize-url "^6.0.1" 10966 + postcss-value-parser "^4.2.0" 10967 + 10968 + postcss-normalize-whitespace@^5.1.1: 10969 + version "5.1.1" 10970 + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz#08a1a0d1ffa17a7cc6efe1e6c9da969cc4493cfa" 10971 + integrity sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== 10972 + dependencies: 10973 + postcss-value-parser "^4.2.0" 10974 + 10975 + postcss-opacity-percentage@^2.0.0: 10976 + version "2.0.0" 10977 + resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-2.0.0.tgz#c0a56060cd4586e3f954dbde1efffc2deed53002" 10978 + integrity sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ== 10979 + 10980 + postcss-ordered-values@^5.1.3: 10981 + version "5.1.3" 10982 + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38" 10983 + integrity sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== 10984 + dependencies: 10985 + cssnano-utils "^3.1.0" 10986 + postcss-value-parser "^4.2.0" 10987 + 10988 + postcss-overflow-shorthand@^4.0.1: 9989 10989 version "4.0.1" 9990 - resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz#263016eef1cf219e0ade9a913780fc1f48204cbf" 9991 - integrity sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ== 10990 + resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-4.0.1.tgz#cb61ca24d8c4e1dbf14d85181b017cfa6953aa34" 10991 + integrity sha512-HQZ0qi/9iSYHW4w3ogNqVNr2J49DHJAl7r8O2p0Meip38jsdnRPgiDW7r/LlLrrMBMe3KHkvNtAV2UmRVxzLIg== 9992 10992 dependencies: 9993 - balanced-match "^1.0.0" 9994 - postcss "^7.0.2" 10993 + postcss-value-parser "^4.2.0" 9995 10994 9996 - postcss-selector-parser@^3.0.0: 9997 - version "3.1.2" 9998 - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" 9999 - integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== 10995 + postcss-page-break@^3.0.4: 10996 + version "3.0.4" 10997 + resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f" 10998 + integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== 10999 + 11000 + postcss-place@^8.0.1: 11001 + version "8.0.1" 11002 + resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-8.0.1.tgz#408d7a27e99192df51c95fe62a3a34def62aa66a" 11003 + integrity sha512-Ow2LedN8sL4pq8ubukO77phSVt4QyCm35ZGCYXKvRFayAwcpgB0sjNJglDoTuRdUL32q/ZC1VkPBo0AOEr4Uiw== 10000 11004 dependencies: 10001 - dot-prop "^5.2.0" 10002 - indexes-of "^1.0.1" 10003 - uniq "^1.0.1" 11005 + postcss-value-parser "^4.2.0" 10004 11006 10005 - postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4: 10006 - version "5.0.0" 10007 - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c" 10008 - integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ== 11007 + postcss-preset-env@^8.0.1: 11008 + version "8.5.1" 11009 + resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-8.5.1.tgz#f4f10fb5374514b80cc68b8937deb310a4f07415" 11010 + integrity sha512-qhWnJJjP6ArLUINWJ38t6Aftxnv9NW6cXK0NuwcLCcRilbuw72dSFLkCVUJeCfHGgJiKzX+pnhkGiki0PEynWg== 10009 11011 dependencies: 10010 - cssesc "^2.0.0" 10011 - indexes-of "^1.0.1" 10012 - uniq "^1.0.1" 11012 + "@csstools/postcss-cascade-layers" "^3.0.1" 11013 + "@csstools/postcss-color-function" "^2.2.3" 11014 + "@csstools/postcss-color-mix-function" "^1.0.3" 11015 + "@csstools/postcss-font-format-keywords" "^2.0.2" 11016 + "@csstools/postcss-gradients-interpolation-method" "^3.0.6" 11017 + "@csstools/postcss-hwb-function" "^2.2.2" 11018 + "@csstools/postcss-ic-unit" "^2.0.4" 11019 + "@csstools/postcss-is-pseudo-class" "^3.2.1" 11020 + "@csstools/postcss-logical-float-and-clear" "^1.0.1" 11021 + "@csstools/postcss-logical-resize" "^1.0.1" 11022 + "@csstools/postcss-logical-viewport-units" "^1.0.3" 11023 + "@csstools/postcss-media-minmax" "^1.0.4" 11024 + "@csstools/postcss-media-queries-aspect-ratio-number-values" "^1.0.4" 11025 + "@csstools/postcss-nested-calc" "^2.0.2" 11026 + "@csstools/postcss-normalize-display-values" "^2.0.1" 11027 + "@csstools/postcss-oklab-function" "^2.2.3" 11028 + "@csstools/postcss-progressive-custom-properties" "^2.3.0" 11029 + "@csstools/postcss-relative-color-syntax" "^1.0.2" 11030 + "@csstools/postcss-scope-pseudo-class" "^2.0.2" 11031 + "@csstools/postcss-stepped-value-functions" "^2.1.1" 11032 + "@csstools/postcss-text-decoration-shorthand" "^2.2.4" 11033 + "@csstools/postcss-trigonometric-functions" "^2.1.1" 11034 + "@csstools/postcss-unset-value" "^2.0.1" 11035 + autoprefixer "^10.4.14" 11036 + browserslist "^4.21.9" 11037 + css-blank-pseudo "^5.0.2" 11038 + css-has-pseudo "^5.0.2" 11039 + css-prefers-color-scheme "^8.0.2" 11040 + cssdb "^7.6.0" 11041 + postcss-attribute-case-insensitive "^6.0.2" 11042 + postcss-clamp "^4.1.0" 11043 + postcss-color-functional-notation "^5.1.0" 11044 + postcss-color-hex-alpha "^9.0.2" 11045 + postcss-color-rebeccapurple "^8.0.2" 11046 + postcss-custom-media "^9.1.5" 11047 + postcss-custom-properties "^13.2.0" 11048 + postcss-custom-selectors "^7.1.3" 11049 + postcss-dir-pseudo-class "^7.0.2" 11050 + postcss-double-position-gradients "^4.0.4" 11051 + postcss-focus-visible "^8.0.2" 11052 + postcss-focus-within "^7.0.2" 11053 + postcss-font-variant "^5.0.0" 11054 + postcss-gap-properties "^4.0.1" 11055 + postcss-image-set-function "^5.0.2" 11056 + postcss-initial "^4.0.1" 11057 + postcss-lab-function "^5.2.3" 11058 + postcss-logical "^6.2.0" 11059 + postcss-nesting "^11.3.0" 11060 + postcss-opacity-percentage "^2.0.0" 11061 + postcss-overflow-shorthand "^4.0.1" 11062 + postcss-page-break "^3.0.4" 11063 + postcss-place "^8.0.1" 11064 + postcss-pseudo-class-any-link "^8.0.2" 11065 + postcss-replace-overflow-wrap "^4.0.0" 11066 + postcss-selector-not "^7.0.1" 11067 + postcss-value-parser "^4.2.0" 10013 11068 10014 - postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.9: 11069 + postcss-pseudo-class-any-link@^8.0.2: 11070 + version "8.0.2" 11071 + resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-8.0.2.tgz#f5738503f2045de0c4dc216eca99bd835f74e42e" 11072 + integrity sha512-FYTIuRE07jZ2CW8POvctRgArQJ43yxhr5vLmImdKUvjFCkR09kh8pIdlCwdx/jbFm7MiW4QP58L4oOUv3grQYA== 11073 + dependencies: 11074 + postcss-selector-parser "^6.0.10" 11075 + 11076 + postcss-reduce-initial@^5.1.2: 11077 + version "5.1.2" 11078 + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz#798cd77b3e033eae7105c18c9d371d989e1382d6" 11079 + integrity sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg== 11080 + dependencies: 11081 + browserslist "^4.21.4" 11082 + caniuse-api "^3.0.0" 11083 + 11084 + postcss-reduce-transforms@^5.1.0: 11085 + version "5.1.0" 11086 + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9" 11087 + integrity sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== 11088 + dependencies: 11089 + postcss-value-parser "^4.2.0" 11090 + 11091 + postcss-replace-overflow-wrap@^4.0.0: 11092 + version "4.0.0" 11093 + resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319" 11094 + integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw== 11095 + 11096 + postcss-selector-not@^7.0.1: 11097 + version "7.0.2" 11098 + resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-7.0.2.tgz#f9184c7770be5dcb4abd7efa3610a15fbd2f0b31" 11099 + integrity sha512-/SSxf/90Obye49VZIfc0ls4H0P6i6V1iHv0pzZH8SdgvZOPFkF37ef1r5cyWcMflJSFJ5bfuoluTnFnBBFiuSA== 11100 + dependencies: 11101 + postcss-selector-parser "^6.0.13" 11102 + 11103 + postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.13, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.1.0: 11104 + version "6.1.2" 11105 + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de" 11106 + integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg== 11107 + dependencies: 11108 + cssesc "^3.0.0" 11109 + util-deprecate "^1.0.2" 11110 + 11111 + postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.9: 10015 11112 version "6.0.10" 10016 11113 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" 10017 11114 integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== ··· 10019 11116 cssesc "^3.0.0" 10020 11117 util-deprecate "^1.0.2" 10021 11118 10022 - postcss-svgo@^4.0.3: 10023 - version "4.0.3" 10024 - resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e" 10025 - integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== 11119 + postcss-svgo@^5.1.0: 11120 + version "5.1.0" 11121 + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" 11122 + integrity sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== 10026 11123 dependencies: 10027 - postcss "^7.0.0" 10028 - postcss-value-parser "^3.0.0" 10029 - svgo "^1.0.0" 11124 + postcss-value-parser "^4.2.0" 11125 + svgo "^2.7.0" 10030 11126 10031 - postcss-unique-selectors@^4.0.1: 10032 - version "4.0.1" 10033 - resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" 10034 - integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== 11127 + postcss-unique-selectors@^5.1.1: 11128 + version "5.1.1" 11129 + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6" 11130 + integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== 10035 11131 dependencies: 10036 - alphanum-sort "^1.0.0" 10037 - postcss "^7.0.0" 10038 - uniqs "^2.0.0" 11132 + postcss-selector-parser "^6.0.5" 10039 11133 10040 - postcss-url@^8.0.0: 10041 - version "8.0.0" 10042 - resolved "https://registry.yarnpkg.com/postcss-url/-/postcss-url-8.0.0.tgz#7b10059bd12929cdbb1971c60f61a0e5af86b4ca" 10043 - integrity sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw== 11134 + postcss-url@^10.1.3: 11135 + version "10.1.3" 11136 + resolved "https://registry.yarnpkg.com/postcss-url/-/postcss-url-10.1.3.tgz#54120cc910309e2475ec05c2cfa8f8a2deafdf1e" 11137 + integrity sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw== 10044 11138 dependencies: 10045 - mime "^2.3.1" 10046 - minimatch "^3.0.4" 10047 - mkdirp "^0.5.0" 10048 - postcss "^7.0.2" 10049 - xxhashjs "^0.2.1" 11139 + make-dir "~3.1.0" 11140 + mime "~2.5.2" 11141 + minimatch "~3.0.4" 11142 + xxhashjs "~0.2.2" 10050 11143 10051 - postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3: 10052 - version "3.3.1" 10053 - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" 10054 - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== 10055 - 10056 - postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: 11144 + postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: 10057 11145 version "4.2.0" 10058 11146 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" 10059 11147 integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== 10060 11148 10061 - postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1: 10062 - version "2.0.1" 10063 - resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz#da8b472d901da1e205b47bdc98637b9e9e550e5f" 10064 - integrity sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg== 10065 - dependencies: 10066 - flatten "^1.0.2" 10067 - indexes-of "^1.0.1" 10068 - uniq "^1.0.1" 10069 - 10070 - postcss@7.x.x, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6: 11149 + postcss@7.x.x, postcss@^7.0.36: 10071 11150 version "7.0.39" 10072 11151 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" 10073 11152 integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== 10074 11153 dependencies: 10075 11154 picocolors "^0.2.1" 10076 11155 source-map "^0.6.1" 11156 + 11157 + postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14, postcss@^8.4.21: 11158 + version "8.4.47" 11159 + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365" 11160 + integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ== 11161 + dependencies: 11162 + nanoid "^3.3.7" 11163 + picocolors "^1.1.0" 11164 + source-map-js "^1.2.1" 10077 11165 10078 11166 prelude-ls@^1.2.1: 10079 11167 version "1.2.1" ··· 10177 11265 resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8" 10178 11266 integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg== 10179 11267 11268 + protocols@^2.0.0, protocols@^2.0.1: 11269 + version "2.0.1" 11270 + resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86" 11271 + integrity sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q== 11272 + 10180 11273 proxy-agent@5.0.0: 10181 11274 version "5.0.0" 10182 11275 resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-5.0.0.tgz#d31405c10d6e8431fde96cba7a0c027ce01d633b" ··· 10265 11358 dependencies: 10266 11359 escape-goat "^2.0.0" 10267 11360 10268 - q@^1.1.2, q@^1.5.1: 11361 + q@^1.5.1: 10269 11362 version "1.5.1" 10270 11363 resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" 10271 11364 integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= ··· 10304 11397 version "0.2.0" 10305 11398 resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" 10306 11399 integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= 10307 - 10308 - querystring@^0.2.0: 10309 - version "0.2.1" 10310 - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd" 10311 - integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== 10312 11400 10313 11401 queue-microtask@^1.2.2: 10314 11402 version "1.2.3" ··· 10363 11451 defu "^6.0.0" 10364 11452 destr "^1.1.1" 10365 11453 flat "^5.0.0" 11454 + 11455 + rc9@^2.0.1, rc9@^2.1.1: 11456 + version "2.1.2" 11457 + resolved "https://registry.yarnpkg.com/rc9/-/rc9-2.1.2.tgz#6282ff638a50caa0a91a31d76af4a0b9cbd1080d" 11458 + integrity sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg== 11459 + dependencies: 11460 + defu "^6.1.4" 11461 + destr "^2.0.3" 10366 11462 10367 11463 rc@^1.2.8: 10368 11464 version "1.2.8" ··· 10492 11588 dependencies: 10493 11589 regenerate "^1.4.2" 10494 11590 11591 + regenerate-unicode-properties@^10.2.0: 11592 + version "10.2.0" 11593 + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz#626e39df8c372338ea9b8028d1f99dc3fd9c3db0" 11594 + integrity sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA== 11595 + dependencies: 11596 + regenerate "^1.4.2" 11597 + 10495 11598 regenerate@^1.4.2: 10496 11599 version "1.4.2" 10497 11600 resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" 10498 11601 integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== 10499 11602 10500 - regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.9: 11603 + regenerator-runtime@^0.13.11: 11604 + version "0.13.11" 11605 + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" 11606 + integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== 11607 + 11608 + regenerator-runtime@^0.13.4: 10501 11609 version "0.13.9" 10502 11610 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" 10503 11611 integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== 11612 + 11613 + regenerator-runtime@^0.14.0: 11614 + version "0.14.1" 11615 + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" 11616 + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== 10504 11617 10505 11618 regenerator-transform@^0.15.0: 10506 11619 version "0.15.0" 10507 11620 resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537" 10508 11621 integrity sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg== 11622 + dependencies: 11623 + "@babel/runtime" "^7.8.4" 11624 + 11625 + regenerator-transform@^0.15.2: 11626 + version "0.15.2" 11627 + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" 11628 + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== 10509 11629 dependencies: 10510 11630 "@babel/runtime" "^7.8.4" 10511 11631 ··· 10548 11668 unicode-match-property-ecmascript "^2.0.0" 10549 11669 unicode-match-property-value-ecmascript "^2.0.0" 10550 11670 11671 + regexpu-core@^6.1.1: 11672 + version "6.1.1" 11673 + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.1.1.tgz#b469b245594cb2d088ceebc6369dceb8c00becac" 11674 + integrity sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw== 11675 + dependencies: 11676 + regenerate "^1.4.2" 11677 + regenerate-unicode-properties "^10.2.0" 11678 + regjsgen "^0.8.0" 11679 + regjsparser "^0.11.0" 11680 + unicode-match-property-ecmascript "^2.0.0" 11681 + unicode-match-property-value-ecmascript "^2.1.0" 11682 + 10551 11683 registry-auth-token@^4.0.0: 10552 11684 version "4.2.1" 10553 11685 resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" ··· 10566 11698 version "0.6.0" 10567 11699 resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d" 10568 11700 integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== 11701 + 11702 + regjsgen@^0.8.0: 11703 + version "0.8.0" 11704 + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz#df23ff26e0c5b300a6470cad160a9d090c3a37ab" 11705 + integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q== 11706 + 11707 + regjsparser@^0.11.0: 11708 + version "0.11.1" 11709 + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.11.1.tgz#ae55c74f646db0c8fcb922d4da635e33da405149" 11710 + integrity sha512-1DHODs4B8p/mQHU9kr+jv8+wIC9mtG4eBHxWxIq5mhjE3D5oORhCc6deRKzTjs9DcfRFmj9BHSDguZklqCGFWQ== 11711 + dependencies: 11712 + jsesc "~3.0.2" 10569 11713 10570 11714 regjsparser@^0.8.2: 10571 11715 version "0.8.4" ··· 10659 11803 dependencies: 10660 11804 resolve-from "^5.0.0" 10661 11805 10662 - resolve-from@^3.0.0: 10663 - version "3.0.0" 10664 - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" 10665 - integrity sha1-six699nWiBvItuZTM17rywoYh0g= 10666 - 10667 11806 resolve-from@^4.0.0: 10668 11807 version "4.0.0" 10669 11808 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" ··· 10684 11823 resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9" 10685 11824 integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ== 10686 11825 10687 - resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.2.0, resolve@^1.20.0, resolve@^1.22.0: 11826 + resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0: 10688 11827 version "1.22.0" 10689 11828 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" 10690 11829 integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== ··· 10747 11886 version "1.3.0" 10748 11887 resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" 10749 11888 integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== 10750 - 10751 - rgb-regex@^1.0.1: 10752 - version "1.0.1" 10753 - resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" 10754 - integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= 10755 - 10756 - rgba-regex@^1.0.0: 10757 - version "1.0.0" 10758 - resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" 10759 - integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= 10760 11889 10761 11890 rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3: 10762 11891 version "2.7.1" ··· 10878 12007 schema-utils "^3.0.0" 10879 12008 semver "^7.3.2" 10880 12009 10881 - sax@~1.2.4: 10882 - version "1.2.4" 10883 - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" 10884 - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== 10885 - 10886 12010 schema-utils@2.7.0: 10887 12011 version "2.7.0" 10888 12012 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" ··· 10901 12025 ajv-errors "^1.0.0" 10902 12026 ajv-keywords "^3.1.0" 10903 12027 10904 - schema-utils@^2.0.0, schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1: 12028 + schema-utils@^2.0.0, schema-utils@^2.6.5, schema-utils@^2.7.0: 10905 12029 version "2.7.1" 10906 12030 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" 10907 12031 integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== ··· 10963 12087 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" 10964 12088 integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== 10965 12089 12090 + semver@^6.3.1: 12091 + version "6.3.1" 12092 + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" 12093 + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== 12094 + 12095 + semver@^7.3.8: 12096 + version "7.6.3" 12097 + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" 12098 + integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== 12099 + 10966 12100 send@0.18.0: 10967 12101 version "0.18.0" 10968 12102 resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" ··· 10982 12116 range-parser "~1.2.1" 10983 12117 statuses "2.0.1" 10984 12118 10985 - serialize-javascript@^3.1.0: 10986 - version "3.1.0" 10987 - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.1.0.tgz#8bf3a9170712664ef2561b44b691eafe399214ea" 10988 - integrity sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg== 12119 + send@0.19.0: 12120 + version "0.19.0" 12121 + resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8" 12122 + integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== 10989 12123 dependencies: 10990 - randombytes "^2.1.0" 12124 + debug "2.6.9" 12125 + depd "2.0.0" 12126 + destroy "1.2.0" 12127 + encodeurl "~1.0.2" 12128 + escape-html "~1.0.3" 12129 + etag "~1.8.1" 12130 + fresh "0.5.2" 12131 + http-errors "2.0.0" 12132 + mime "1.6.0" 12133 + ms "2.1.3" 12134 + on-finished "2.4.1" 12135 + range-parser "~1.2.1" 12136 + statuses "2.0.1" 10991 12137 10992 12138 serialize-javascript@^4.0.0: 10993 12139 version "4.0.0" ··· 11010 12156 dependencies: 11011 12157 randombytes "^2.1.0" 11012 12158 11013 - serve-placeholder@^1.2.4: 11014 - version "1.2.4" 11015 - resolved "https://registry.yarnpkg.com/serve-placeholder/-/serve-placeholder-1.2.4.tgz#513eac9c435272c7fe9a86612c852ae9b1467fd4" 11016 - integrity sha512-jWD9cZXLcr4vHTTL5KEPIUBUYyOWN/z6v/tn0l6XxFhi9iqV3Fc5Y1aFeduUyz+cx8sALzGCUczkPfeOlrq9jg== 12159 + serialize-javascript@^6.0.1: 12160 + version "6.0.2" 12161 + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" 12162 + integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== 11017 12163 dependencies: 11018 - defu "^5.0.0" 12164 + randombytes "^2.1.0" 12165 + 12166 + serve-placeholder@^2.0.1: 12167 + version "2.0.2" 12168 + resolved "https://registry.yarnpkg.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz#c5db17fb8e906687c275404eaeb29c0d93aacc36" 12169 + integrity sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ== 12170 + dependencies: 12171 + defu "^6.1.4" 11019 12172 11020 12173 serve-static@^1.14.1: 11021 12174 version "1.15.0" ··· 11026 12179 escape-html "~1.0.3" 11027 12180 parseurl "~1.3.3" 11028 12181 send "0.18.0" 12182 + 12183 + serve-static@^1.15.0: 12184 + version "1.16.2" 12185 + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296" 12186 + integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== 12187 + dependencies: 12188 + encodeurl "~2.0.0" 12189 + escape-html "~1.0.3" 12190 + parseurl "~1.3.3" 12191 + send "0.19.0" 11029 12192 11030 12193 server-destroy@^1.0.1: 11031 12194 version "1.0.1" ··· 11072 12235 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" 11073 12236 integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== 11074 12237 11075 - shell-quote@^1.6.1: 11076 - version "1.7.3" 11077 - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" 11078 - integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== 12238 + shell-quote@^1.8.1: 12239 + version "1.8.1" 12240 + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" 12241 + integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== 11079 12242 11080 12243 shelljs@0.8.5: 11081 12244 version "0.8.5" ··· 11095 12258 get-intrinsic "^1.0.2" 11096 12259 object-inspect "^1.9.0" 11097 12260 11098 - signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.5, signal-exit@^3.0.7: 12261 + signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: 11099 12262 version "3.0.7" 11100 12263 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" 11101 12264 integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== 11102 - 11103 - simple-swizzle@^0.2.2: 11104 - version "0.2.2" 11105 - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" 11106 - integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= 11107 - dependencies: 11108 - is-arrayish "^0.3.1" 11109 12265 11110 12266 siroc@0.16.0: 11111 12267 version "0.16.0" ··· 11136 12292 upath "^2.0.1" 11137 12293 v8-compile-cache "^2.3.0" 11138 12294 11139 - sirv@^1.0.7: 11140 - version "1.0.19" 11141 - resolved "https://registry.yarnpkg.com/sirv/-/sirv-1.0.19.tgz#1d73979b38c7fe91fcba49c85280daa9c2363b49" 11142 - integrity sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ== 12295 + sirv@^2.0.3: 12296 + version "2.0.4" 12297 + resolved "https://registry.yarnpkg.com/sirv/-/sirv-2.0.4.tgz#5dd9a725c578e34e449f332703eb2a74e46a29b0" 12298 + integrity sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ== 11143 12299 dependencies: 11144 - "@polka/url" "^1.0.0-next.20" 11145 - mrmime "^1.0.0" 11146 - totalist "^1.0.0" 12300 + "@polka/url" "^1.0.0-next.24" 12301 + mrmime "^2.0.0" 12302 + totalist "^3.0.0" 11147 12303 11148 12304 sisteransi@^1.0.5: 11149 12305 version "1.0.5" ··· 11273 12429 version "2.0.1" 11274 12430 resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" 11275 12431 integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== 12432 + 12433 + source-map-js@^1.2.1: 12434 + version "1.2.1" 12435 + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" 12436 + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== 11276 12437 11277 12438 source-map-resolve@^0.5.0: 11278 12439 version "0.5.3" ··· 11454 12615 resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.1.1.tgz#1f19c4d3f6278c52efd08a94574a2a8d32b7d092" 11455 12616 integrity sha512-/c645XdExBypL01TpFKiG/3RAa/Qmu+zRi0MwAmrdEkwHNuN0ebo8ccAXBBDa5Z0QOJgBskUIbuCK91x0sCVEw== 11456 12617 12618 + std-env@^3.3.2, std-env@^3.5.0: 12619 + version "3.7.0" 12620 + resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2" 12621 + integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg== 12622 + 11457 12623 stream-browserify@^2.0.1: 11458 12624 version "2.0.2" 11459 12625 resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" ··· 11564 12730 dependencies: 11565 12731 safe-buffer "~5.1.0" 11566 12732 11567 - strip-ansi@^3.0.0, strip-ansi@^3.0.1: 12733 + strip-ansi@^3.0.1: 11568 12734 version "3.0.1" 11569 12735 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" 11570 12736 integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= ··· 11622 12788 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" 11623 12789 integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= 11624 12790 11625 - style-resources-loader@^1.4.1: 12791 + style-resources-loader@^1.5.0: 11626 12792 version "1.5.0" 11627 12793 resolved "https://registry.yarnpkg.com/style-resources-loader/-/style-resources-loader-1.5.0.tgz#6e0585ca475b9dac45387c308be90d74c814f41f" 11628 12794 integrity sha512-fIfyvQ+uvXaCBGGAgfh+9v46ARQB1AWdaop2RpQw0PBVuROsTBqGvx8dj0kxwjGOAyq3vepe4AOK3M6+Q/q2jw== ··· 11632 12798 schema-utils "^2.7.0" 11633 12799 tslib "^2.3.1" 11634 12800 11635 - stylehacks@^4.0.0: 11636 - version "4.0.3" 11637 - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" 11638 - integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== 12801 + stylehacks@^5.1.1: 12802 + version "5.1.1" 12803 + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9" 12804 + integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== 11639 12805 dependencies: 11640 - browserslist "^4.0.0" 11641 - postcss "^7.0.0" 11642 - postcss-selector-parser "^3.0.0" 11643 - 11644 - supports-color@^2.0.0: 11645 - version "2.0.0" 11646 - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" 11647 - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= 12806 + browserslist "^4.21.4" 12807 + postcss-selector-parser "^6.0.4" 11648 12808 11649 12809 supports-color@^5.3.0: 11650 12810 version "5.5.0" ··· 11685 12845 resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" 11686 12846 integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= 11687 12847 11688 - svgo@^1.0.0: 11689 - version "1.3.2" 11690 - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" 11691 - integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== 12848 + svgo@^2.7.0: 12849 + version "2.8.0" 12850 + resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" 12851 + integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== 11692 12852 dependencies: 11693 - chalk "^2.4.1" 11694 - coa "^2.0.2" 11695 - css-select "^2.0.0" 11696 - css-select-base-adapter "^0.1.1" 11697 - css-tree "1.0.0-alpha.37" 11698 - csso "^4.0.2" 11699 - js-yaml "^3.13.1" 11700 - mkdirp "~0.5.1" 11701 - object.values "^1.1.0" 11702 - sax "~1.2.4" 12853 + "@trysound/sax" "0.2.0" 12854 + commander "^7.2.0" 12855 + css-select "^4.1.3" 12856 + css-tree "^1.1.3" 12857 + csso "^4.2.0" 12858 + picocolors "^1.0.0" 11703 12859 stable "^0.1.8" 11704 - unquote "~1.1.1" 11705 - util.promisify "~1.0.0" 11706 12860 11707 12861 tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3: 11708 12862 version "1.1.3" ··· 11840 12994 dependencies: 11841 12995 setimmediate "^1.0.4" 11842 12996 11843 - timsort@^0.3.0: 11844 - version "0.3.0" 11845 - resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" 11846 - integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= 11847 - 11848 12997 tmp@^0.0.33: 11849 12998 version "0.0.33" 11850 12999 resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" ··· 11909 13058 resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" 11910 13059 integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== 11911 13060 11912 - totalist@^1.0.0: 11913 - version "1.1.0" 11914 - resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df" 11915 - integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g== 13061 + totalist@^3.0.0: 13062 + version "3.0.1" 13063 + resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.1.tgz#ba3a3d600c915b1a97872348f79c127475f6acf8" 13064 + integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ== 11916 13065 11917 13066 tr46@~0.0.3: 11918 13067 version "0.0.3" ··· 12043 13192 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" 12044 13193 integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== 12045 13194 12046 - ua-parser-js@^1.0.2: 12047 - version "1.0.2" 12048 - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.2.tgz#e2976c34dbfb30b15d2c300b2a53eac87c57a775" 12049 - integrity sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg== 13195 + ua-parser-js@^1.0.33: 13196 + version "1.0.39" 13197 + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.39.tgz#bfc07f361549bf249bd8f4589a4cccec18fd2018" 13198 + integrity sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw== 12050 13199 12051 - ufo@^0.7.5, ufo@^0.7.9: 13200 + ufo@^0.7.5: 12052 13201 version "0.7.11" 12053 13202 resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.7.11.tgz#17defad497981290383c5d26357773431fdbadcb" 12054 13203 integrity sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg== 13204 + 13205 + ufo@^1.0.1: 13206 + version "1.5.4" 13207 + resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754" 13208 + integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ== 12055 13209 12056 13210 uglify-js@^3.1.4, uglify-js@^3.5.1: 12057 13211 version "3.15.4" ··· 12073 13227 resolved "https://registry.yarnpkg.com/unctx/-/unctx-0.0.3.tgz#e06f67d5bebe2babe5a57c1dc13d77255e3458c0" 12074 13228 integrity sha512-x+NCoXiYn93laQNnoJGZx2UZj7vv8ViFKadUCDx9S4QoPIkGRCYT0OLUDEMlg/B+Q6bnqdSkPLmiy/kjNIwVyQ== 12075 13229 12076 - unfetch@^4.2.0: 12077 - version "4.2.0" 12078 - resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be" 12079 - integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA== 13230 + unfetch@^5.0.0: 13231 + version "5.0.0" 13232 + resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142" 13233 + integrity sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg== 12080 13234 12081 13235 unicode-canonical-property-names-ecmascript@^2.0.0: 12082 13236 version "2.0.0" ··· 12096 13250 resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" 12097 13251 integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== 12098 13252 13253 + unicode-match-property-value-ecmascript@^2.1.0: 13254 + version "2.2.0" 13255 + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz#a0401aee72714598f739b68b104e4fe3a0cb3c71" 13256 + integrity sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg== 13257 + 12099 13258 unicode-property-aliases-ecmascript@^2.0.0: 12100 13259 version "2.0.0" 12101 13260 resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" ··· 12110 13269 get-value "^2.0.6" 12111 13270 is-extendable "^0.1.1" 12112 13271 set-value "^2.0.1" 12113 - 12114 - uniq@^1.0.1: 12115 - version "1.0.1" 12116 - resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" 12117 - integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= 12118 - 12119 - uniqs@^2.0.0: 12120 - version "2.0.0" 12121 - resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" 12122 - integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= 12123 13272 12124 13273 unique-filename@^1.1.1: 12125 13274 version "1.1.1" ··· 12162 13311 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" 12163 13312 integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= 12164 13313 12165 - unquote@~1.1.1: 12166 - version "1.1.1" 12167 - resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" 12168 - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= 12169 - 12170 13314 unset-value@^1.0.0: 12171 13315 version "1.0.0" 12172 13316 resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" ··· 12189 13333 version "2.0.1" 12190 13334 resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" 12191 13335 integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== 13336 + 13337 + update-browserslist-db@^1.1.0: 13338 + version "1.1.1" 13339 + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5" 13340 + integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A== 13341 + dependencies: 13342 + escalade "^3.2.0" 13343 + picocolors "^1.1.0" 12192 13344 12193 13345 update-notifier@5.1.0: 12194 13346 version "5.1.0" ··· 12274 13426 define-properties "^1.1.2" 12275 13427 object.getownpropertydescriptors "^2.0.3" 12276 13428 12277 - util.promisify@~1.0.0: 12278 - version "1.0.1" 12279 - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" 12280 - integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== 12281 - dependencies: 12282 - define-properties "^1.1.3" 12283 - es-abstract "^1.17.2" 12284 - has-symbols "^1.0.1" 12285 - object.getownpropertydescriptors "^2.1.0" 12286 - 12287 13429 util@0.10.3: 12288 13430 version "0.10.3" 12289 13431 resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" ··· 12335 13477 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" 12336 13478 integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= 12337 13479 12338 - vendors@^1.0.0: 12339 - version "1.0.4" 12340 - resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" 12341 - integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== 12342 - 12343 13480 vm-browserify@^1.0.1: 12344 13481 version "1.1.2" 12345 13482 resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" ··· 12376 13513 resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" 12377 13514 integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== 12378 13515 12379 - vue-loader@^15.9.8: 12380 - version "15.9.8" 12381 - resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.8.tgz#4b0f602afaf66a996be1e534fb9609dc4ab10e61" 12382 - integrity sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog== 13516 + vue-loader@^15.10.1: 13517 + version "15.11.1" 13518 + resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.11.1.tgz#dee91169211276ed43c5715caef88a56b1f497b0" 13519 + integrity sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q== 12383 13520 dependencies: 12384 13521 "@vue/component-compiler-utils" "^3.1.0" 12385 13522 hash-sum "^1.0.2" ··· 12399 13536 resolved "https://registry.yarnpkg.com/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998" 12400 13537 integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g== 12401 13538 12402 - vue-router@^3.5.3: 12403 - version "3.5.3" 12404 - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.3.tgz#041048053e336829d05dafacf6a8fb669a2e7999" 12405 - integrity sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg== 13539 + vue-router@^3.6.5: 13540 + version "3.6.5" 13541 + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.6.5.tgz#95847d52b9a7e3f1361cb605c8e6441f202afad8" 13542 + integrity sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ== 12406 13543 12407 - vue-server-renderer@^2.6.14: 12408 - version "2.6.14" 12409 - resolved "https://registry.yarnpkg.com/vue-server-renderer/-/vue-server-renderer-2.6.14.tgz#c8bffff152df6b47b858818ef8d524d2fc351654" 12410 - integrity sha512-HifYRa/LW7cKywg9gd4ZtvtRuBlstQBao5ZCWlg40fyB4OPoGfEXAzxb0emSLv4pBDOHYx0UjpqvxpiQFEuoLA== 13544 + vue-server-renderer@^2.7.14: 13545 + version "2.7.16" 13546 + resolved "https://registry.yarnpkg.com/vue-server-renderer/-/vue-server-renderer-2.7.16.tgz#b41736366f1caf4535b3ff75822783c975a303aa" 13547 + integrity sha512-U7GgR4rYmHmbs3Z2gqsasfk7JNuTsy/xrR5EMMGRLkjN8+ryDlqQq6Uu3DcmbCATAei814YOxyl0eq2HNqgXyQ== 12411 13548 dependencies: 12412 - chalk "^1.1.3" 12413 - hash-sum "^1.0.2" 12414 - he "^1.1.0" 13549 + chalk "^4.1.2" 13550 + hash-sum "^2.0.0" 13551 + he "^1.2.0" 12415 13552 lodash.template "^4.5.0" 12416 13553 lodash.uniq "^4.5.0" 12417 - resolve "^1.2.0" 12418 - serialize-javascript "^3.1.0" 13554 + resolve "^1.22.0" 13555 + serialize-javascript "^6.0.0" 12419 13556 source-map "0.5.6" 12420 13557 12421 13558 vue-style-loader@^4.1.0, vue-style-loader@^4.1.3: ··· 12434 13571 de-indent "^1.0.2" 12435 13572 he "^1.1.0" 12436 13573 13574 + vue-template-compiler@^2.7.14: 13575 + version "2.7.16" 13576 + resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b" 13577 + integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ== 13578 + dependencies: 13579 + de-indent "^1.0.2" 13580 + he "^1.2.0" 13581 + 12437 13582 vue-template-es2015-compiler@^1.9.0: 12438 13583 version "1.9.1" 12439 13584 resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" 12440 13585 integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== 12441 13586 12442 - vue@^2.6.14: 12443 - version "2.6.14" 12444 - resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235" 12445 - integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ== 13587 + vue@^2.7.10: 13588 + version "2.7.16" 13589 + resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9" 13590 + integrity sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw== 13591 + dependencies: 13592 + "@vue/compiler-sfc" "2.7.16" 13593 + csstype "^3.1.0" 12446 13594 12447 13595 vuex@^3.6.2: 12448 13596 version "3.6.2" ··· 12474 13622 chokidar "^3.4.1" 12475 13623 watchpack-chokidar2 "^2.0.1" 12476 13624 12477 - watchpack@^2.2.0: 12478 - version "2.3.1" 12479 - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25" 12480 - integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== 13625 + watchpack@^2.4.0: 13626 + version "2.4.2" 13627 + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.2.tgz#2feeaed67412e7c33184e5a79ca738fbd38564da" 13628 + integrity sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw== 12481 13629 dependencies: 12482 13630 glob-to-regexp "^0.4.1" 12483 13631 graceful-fs "^4.1.2" ··· 12494 13642 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" 12495 13643 integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= 12496 13644 12497 - webpack-bundle-analyzer@^4.5.0: 12498 - version "4.5.0" 12499 - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5" 12500 - integrity sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ== 13645 + webpack-bundle-analyzer@^4.7.0: 13646 + version "4.10.2" 13647 + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz#633af2862c213730be3dbdf40456db171b60d5bd" 13648 + integrity sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw== 12501 13649 dependencies: 13650 + "@discoveryjs/json-ext" "0.5.7" 12502 13651 acorn "^8.0.4" 12503 13652 acorn-walk "^8.0.0" 12504 - chalk "^4.1.0" 12505 13653 commander "^7.2.0" 13654 + debounce "^1.2.1" 13655 + escape-string-regexp "^4.0.0" 12506 13656 gzip-size "^6.0.0" 12507 - lodash "^4.17.20" 13657 + html-escaper "^2.0.2" 12508 13658 opener "^1.5.2" 12509 - sirv "^1.0.7" 13659 + picocolors "^1.0.0" 13660 + sirv "^2.0.3" 12510 13661 ws "^7.3.1" 12511 13662 12512 - webpack-dev-middleware@^5.2.1: 12513 - version "5.3.1" 12514 - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz#aa079a8dedd7e58bfeab358a9af7dab304cee57f" 12515 - integrity sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg== 13663 + webpack-dev-middleware@^5.3.3: 13664 + version "5.3.4" 13665 + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517" 13666 + integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q== 12516 13667 dependencies: 12517 13668 colorette "^2.0.10" 12518 - memfs "^3.4.1" 13669 + memfs "^3.4.3" 12519 13670 mime-types "^2.1.31" 12520 13671 range-parser "^1.2.1" 12521 13672 schema-utils "^4.0.0" 12522 13673 12523 - webpack-hot-middleware@^2.25.1: 12524 - version "2.25.1" 12525 - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz#581f59edf0781743f4ca4c200fd32c9266c6cf7c" 12526 - integrity sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw== 13674 + webpack-hot-middleware@^2.25.3: 13675 + version "2.26.1" 13676 + resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz#87214f1e3f9f3acab9271fef9e6ed7b637d719c0" 13677 + integrity sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A== 12527 13678 dependencies: 12528 13679 ansi-html-community "0.0.8" 12529 13680 html-entities "^2.1.0" 12530 - querystring "^0.2.0" 12531 13681 strip-ansi "^6.0.0" 12532 13682 12533 13683 webpack-node-externals@^3.0.0: ··· 12726 13876 resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" 12727 13877 integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== 12728 13878 12729 - xxhashjs@^0.2.1: 13879 + xxhashjs@~0.2.2: 12730 13880 version "0.2.2" 12731 13881 resolved "https://registry.yarnpkg.com/xxhashjs/-/xxhashjs-0.2.2.tgz#8a6251567621a1c46a5ae204da0249c7f8caa9d8" 12732 13882 integrity sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw== ··· 12758 13908 resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" 12759 13909 integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== 12760 13910 12761 - yaml@^1.10.0, yaml@^1.7.2: 13911 + yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: 12762 13912 version "1.10.2" 12763 13913 resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" 12764 13914 integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==