From 6dbf0606f2d8c0a83a0baae8cecd3056c5a385d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 20:40:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20babel=20monorepo?= =?UTF-8?q?=20to=20`v8`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +- yarn.lock | 894 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 887 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index eca841c8..29c012b9 100755 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "usehooks-ts": "^3.0.0" }, "devDependencies": { - "@babel/core": "^7.20.12", - "@babel/eslint-parser": "^7.11.0", + "@babel/core": "^8.0.0", + "@babel/eslint-parser": "^8.0.0", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.20.2", - "@babel/preset-react": "^7.18.6", + "@babel/preset-env": "^8.0.0", + "@babel/preset-react": "^8.0.0", "@changesets/cli": "^2.26.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.6.0", "@types/chrome": "^0.0.323", diff --git a/yarn.lock b/yarn.lock index 736e7435..77a70443 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20,6 +20,14 @@ js-tokens "^4.0.0" picocolors "^1.1.1" +"@babel/code-frame@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-8.0.0.tgz#f374ea9392011ffecf223805dd0d9315606e5bbf" + integrity sha512-dYYg153EyN2Ekbqw2zAsbd6/JR+9N2SEoC7YV2GyyqMM7x9bLDTjBD6XBhSMLH0wtIVyJj03jWNriQhaN+eoCw== + dependencies: + "@babel/helper-validator-identifier" "^8.0.0" + js-tokens "^10.0.0" + "@babel/compat-data@^7.22.6": version "7.27.2" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" @@ -35,7 +43,12 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== -"@babel/core@^7.16.0", "@babel/core@^7.20.12": +"@babel/compat-data@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-8.0.0.tgz#e780eb6052d8ceeaeadd3a6cd82dda470a945622" + integrity sha512-DOjnob/cXOUgDOozCDeq/aK2p5y8dUIVdf6tNhEV1HQRd6I8aQ4f4fbtHRVEvb6lP3BGomrKHiS8ICAASSVQSw== + +"@babel/core@^7.16.0": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== @@ -56,14 +69,27 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@^7.11.0": - version "7.29.7" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.29.7.tgz#272cc7531972ff45bc0db96c45349cb7304d21e1" - integrity sha512-zxt+UJTOMKvUt3yOg+D58MLuz334pHp93qifMFcjIIO+9hN6t+ufw2gi7vDPMpxvfnHRR+3VVXvIjineCcgyXw== - dependencies: - "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" - eslint-visitor-keys "^2.1.0" - semver "^6.3.1" +"@babel/core@^8.0.0": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-8.0.1.tgz#dcb133d3ddcfb2b5a6558da03bf240319da0b8c8" + integrity sha512-5FgxM4dLQpMJHSiVATk8foW263dVHQHBVpXYiimNECVWG01f4nFyEbQixeT6Mwvg7TayREJ2gpKl3o2RoMdnqw== + dependencies: + "@babel/code-frame" "^8.0.0" + "@babel/generator" "^8.0.0" + "@babel/helper-compilation-targets" "^8.0.0" + "@babel/helpers" "^8.0.0" + "@babel/parser" "^8.0.0" + "@babel/template" "^8.0.0" + "@babel/traverse" "^8.0.0" + "@babel/types" "^8.0.0" + "@types/gensync" "^1.0.5" + convert-source-map "^2.0.0" + empathic "^2.0.1" + gensync "^1.0.0-beta.2" + import-meta-resolve "^4.2.0" + json5 "^2.2.3" + obug "^2.1.1" + semver "^7.7.3" "@babel/eslint-parser@^7.16.3": version "7.22.15" @@ -74,6 +100,15 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.1" +"@babel/eslint-parser@^8.0.0": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-8.0.1.tgz#34a56c88deb4cf1340257296d1309028fadbb953" + integrity sha512-2javO8pAQv/ld6sS6OcxoLAlzZEZy+xm99bnoAfMhzKSumKhdF5wylpbZB7XTorWr3KLPtx5K95eduJPOy1mzA== + dependencies: + eslint-scope "^9.1.0" + eslint-visitor-keys "^5.0.0" + semver "^7.7.3" + "@babel/generator@^7.26.10", "@babel/generator@^7.26.9": version "7.26.10" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" @@ -96,6 +131,18 @@ "@jridgewell/trace-mapping" "^0.3.28" jsesc "^3.0.2" +"@babel/generator@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-8.0.0.tgz#24b7b53a74fa8e74cc2377e054fecef4dcdada96" + integrity sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g== + dependencies: + "@babel/parser" "^8.0.0" + "@babel/types" "^8.0.0" + "@jridgewell/gen-mapping" "^0.3.12" + "@jridgewell/trace-mapping" "^0.3.28" + "@types/jsesc" "^2.5.0" + jsesc "^3.0.2" + "@babel/helper-annotate-as-pure@^7.18.6": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4" @@ -117,6 +164,13 @@ dependencies: "@babel/types" "^7.29.7" +"@babel/helper-annotate-as-pure@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-8.0.0.tgz#e094d0ea95f319cdc399fe25ec82e4b3dddb8461" + integrity sha512-NSpMkMsvvZqzThJ0p1B02cbtA2ObEyfBvq950bmNkyxsxvcxwhvvCB036rKhlEnuBBo30bOrk13u3FzlKSoRrw== + dependencies: + "@babel/types" "^8.0.0" + "@babel/helper-compilation-targets@^7.22.6": version "7.27.2" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" @@ -139,6 +193,17 @@ lru-cache "^5.1.1" semver "^6.3.1" +"@babel/helper-compilation-targets@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-8.0.0.tgz#63f230f427c9ea82323d829c935f6190d93b3736" + integrity sha512-JwculLABZvyPvyLBpwU/E/IbH2uM3mnxNtIJpxnIfb24y1PrdVxK5Dqjle4DpgqpGRnwgC7G8IkzPdSXZrO1Ew== + dependencies: + "@babel/compat-data" "^8.0.0" + "@babel/helper-validator-option" "^8.0.0" + browserslist "^4.24.0" + lru-cache "^11.0.0" + semver "^7.7.3" + "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.25.9": version "7.26.9" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz#d6f83e3039547fbb39967e78043cd3c8b7820c71" @@ -165,6 +230,19 @@ "@babel/traverse" "^7.29.7" semver "^6.3.1" +"@babel/helper-create-class-features-plugin@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-8.0.1.tgz#d8c5f55a3741a5f7d526bb4bfc361805601ef954" + integrity sha512-++t3ZktzlLmASAxIlxeXQK9Z2YwUafYGYcvGBFevqOqt16HozVHStUoQvWD09fzAZOb/uJGpUTBuGK41AJAuOA== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + "@babel/helper-member-expression-to-functions" "^8.0.0" + "@babel/helper-optimise-call-expression" "^8.0.0" + "@babel/helper-replace-supers" "^8.0.1" + "@babel/helper-skip-transparent-expression-wrappers" "^8.0.0" + "@babel/traverse" "^8.0.0" + semver "^7.7.3" + "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.29.7.tgz#5d4c3f928f315cf6c4184ea2fc3b5b38745b2430" @@ -174,6 +252,15 @@ regexpu-core "^6.3.1" semver "^6.3.1" +"@babel/helper-create-regexp-features-plugin@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-8.0.1.tgz#ef4b040ade2636c9e5196f198d7dcdd25dd84858" + integrity sha512-PydTbcVTiIfVweHMeY1u3MslaD/ZzvnaTNhJp+7ghofelLWshF66Ckc/ZsjStfvRQIKQ4uVG0yEJucyDtyrWgw== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + regexpu-core "^6.3.1" + semver "^7.7.3" + "@babel/helper-define-polyfill-provider@^0.6.2": version "0.6.3" resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz#f4f2792fae2ef382074bc2d713522cf24e6ddb21" @@ -207,11 +294,25 @@ lodash.debounce "^4.0.8" resolve "^1.22.11" +"@babel/helper-define-polyfill-provider@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-1.0.0.tgz#f88af5f058a456f05d87148b3a0357220c3d3042" + integrity sha512-9jzVaTeZyXRDKTgUnNzcPQMO8y0ga3o+Z4fKjNet9Fcx7slgKa83qRbz0EwROSd6qO6CoEe/HQszqSPKb5lhkw== + dependencies: + "@babel/helper-compilation-targets" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.0" + lodash.debounce "^4.0.8" + "@babel/helper-globals@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b" integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA== +"@babel/helper-globals@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-8.0.0.tgz#c93789d6c1c2f1b65a97a07515c471a049559bf1" + integrity sha512-lLozHOM6sWWlxNo8CYqHy4MBZeTvHXNgVPBfPOGsjPKUzHC2Az9QwB6gxdQmpwHl6GlQtbGgS+lj5887guDiLw== + "@babel/helper-member-expression-to-functions@^7.25.9": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3" @@ -228,6 +329,14 @@ "@babel/traverse" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/helper-member-expression-to-functions@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-8.0.0.tgz#c097e24f7aeb60ab08966ef6c2127fc8ee32449e" + integrity sha512-xkXrMbtk87Gk7+oKBVmBc6EORg/Qwx++AHESldmHkpvG8wgccdhJJFwrzqlF382Fk8wfXhJHWE/g/43QvEGNPQ== + dependencies: + "@babel/traverse" "^8.0.0" + "@babel/types" "^8.0.0" + "@babel/helper-module-imports@^7.25.9": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" @@ -244,6 +353,14 @@ "@babel/traverse" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/helper-module-imports@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-8.0.0.tgz#b6b16c75f80616b545f72e842d8224b981fd41d5" + integrity sha512-NZ7mSS93o4ndX4KrbD7W8Sf3QT8Qe24PrnFyUcuOPDzK6faqDFKjY9RG7he7+I7FdiQ4llpnosFqzrXa+Vy3Ew== + dependencies: + "@babel/traverse" "^8.0.0" + "@babel/types" "^8.0.0" + "@babel/helper-module-transforms@^7.26.0": version "7.26.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" @@ -262,6 +379,15 @@ "@babel/helper-validator-identifier" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/helper-module-transforms@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-8.0.1.tgz#e8cf988892d7d8c774a9072dca0962f94b606bb6" + integrity sha512-UgAhl1kqiW5ciE0yCXqqvnb4H2n3IELJ7lIIQRezwDPilPEZX5i+Rvbja9MFTkwUn2biEiSMeV31aUzR4Lwakw== + dependencies: + "@babel/helper-module-imports" "^8.0.0" + "@babel/helper-validator-identifier" "^8.0.0" + "@babel/traverse" "^8.0.0" + "@babel/helper-optimise-call-expression@^7.25.9": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e" @@ -276,6 +402,13 @@ dependencies: "@babel/types" "^7.29.7" +"@babel/helper-optimise-call-expression@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-8.0.0.tgz#dc1118493494fbfc3bb24b490550673908a99b6c" + integrity sha512-3W6satvtPuCUkUx63S2jMoW9EQNYkADgs1HTfufmL7gCmAulHMKupA/12WNz4A0GMMFn/YnWWwqOT9IZrJHQjg== + dependencies: + "@babel/types" "^8.0.0" + "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4" @@ -291,6 +424,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== +"@babel/helper-plugin-utils@^8.0.0", "@babel/helper-plugin-utils@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-8.0.1.tgz#d1c9d8ae225902c597deac8c79ace4227feac8af" + integrity sha512-3PKFgjTyPlhFhorfP+SjKQxLViIL++zWjFOO4hGriYU+Bsm983DxEM1JmDRJVWXV0O9npu+xXRqz7Pbd3mh70g== + "@babel/helper-remap-async-to-generator@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.29.7.tgz#34b1f68dd75b86d31df781a29c3ff2df88da82e6" @@ -300,6 +438,15 @@ "@babel/helper-wrap-function" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/helper-remap-async-to-generator@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-8.0.1.tgz#e6d370bd0e274eb7a0ef486d5a7e1eb3158ec2df" + integrity sha512-baAKuLEMmu6BCSY3tuiU7qglM1qOZt6F1SrFScA241oNqksxkxfEZEKztlGRmoVns9AQ5UgArH7RsUEjxWnzgQ== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + "@babel/helper-wrap-function" "^8.0.0" + "@babel/traverse" "^8.0.0" + "@babel/helper-replace-supers@^7.26.5": version "7.26.5" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d" @@ -318,6 +465,15 @@ "@babel/helper-optimise-call-expression" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/helper-replace-supers@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-8.0.1.tgz#c9b23aba6b9aff16cacac135052e790cde8d7d5b" + integrity sha512-B1SZADIcy3tmH8CmWvj4SHi/oAPom4UL3uknTc2QRNsPVLFk/sPnZvQL/8kj7Y5omvjMqie0vklvs6XM4OLW5Q== + dependencies: + "@babel/helper-member-expression-to-functions" "^8.0.0" + "@babel/helper-optimise-call-expression" "^8.0.0" + "@babel/traverse" "^8.0.0" + "@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.25.9": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9" @@ -334,6 +490,14 @@ "@babel/traverse" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/helper-skip-transparent-expression-wrappers@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-8.0.0.tgz#27a6db3fb4ed17d2b32dbb69c4b30be346d8e8a6" + integrity sha512-xmCA9kP3IhySsqhzwIdWGlDN/1A4cCKNBO/uwZx/3YzmDoMePwno2Q5/Bq0q+tYaKbeF940YiKV/kaW8Mzvpjw== + dependencies: + "@babel/traverse" "^8.0.0" + "@babel/types" "^8.0.0" + "@babel/helper-string-parser@^7.25.9": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" @@ -344,6 +508,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== +"@babel/helper-string-parser@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz#4d47d9ad35d0f5bd7d202b348bf558328a347977" + integrity sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg== + "@babel/helper-validator-identifier@^7.25.9": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" @@ -359,6 +528,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== +"@babel/helper-validator-identifier@^8.0.0": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.2.tgz#5527f2e24e5a9f4de7426dca448031749691bb6f" + integrity sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA== + "@babel/helper-validator-option@^7.25.9": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" @@ -369,6 +543,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a" integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw== +"@babel/helper-validator-option@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-8.0.0.tgz#53307a6882254fa8d940017a701a8f7ec603a1a9" + integrity sha512-U4Dybxh4WESWHt5XhBeExi4DrY0/DNK1aHpQbsrQXCUbFHuMweT0TpLEWKvaraV2Y6fS+ZXunsZ8zIuZIgvF2Q== + "@babel/helper-wrap-function@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.29.7.tgz#eec72163044548a0935e9d182bf2d547ec5ff483" @@ -378,6 +557,15 @@ "@babel/traverse" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/helper-wrap-function@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-8.0.0.tgz#e1d7458e375203746283c6d7eba7c41abb8b27c8" + integrity sha512-Qpm8+wi5xfDkBfollanwriCcKniFfBmMmaKB01GVM6VGzKXo1fdxosZp04qEr5HM+LKhwr3hG1yRy8+ORsficA== + dependencies: + "@babel/template" "^8.0.0" + "@babel/traverse" "^8.0.0" + "@babel/types" "^8.0.0" + "@babel/helpers@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" @@ -386,6 +574,14 @@ "@babel/template" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/helpers@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-8.0.0.tgz#2c612d4b7fdbd5f1d2fa7321015e36b02d1a2d79" + integrity sha512-wfbi91pM3py96oIiJEz7qIpyXDytgr9zQC1HEWwlGNVRAEmItuU/0a41ZUKu1sJGyhhOIpc4t5vk4PYzt8wpsg== + dependencies: + "@babel/template" "^8.0.0" + "@babel/types" "^8.0.0" + "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": version "7.26.10" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" @@ -400,6 +596,13 @@ dependencies: "@babel/types" "^7.29.7" +"@babel/parser@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-8.0.0.tgz#31f6860840277dc1c6d6f8b67bf74e0ccaa5df0a" + integrity sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ== + dependencies: + "@babel/types" "^8.0.0" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.29.7.tgz#2b535896d933a85aa92377eaa3d51a437d54a4e3" @@ -408,6 +611,13 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-8.0.1.tgz#3d82bcb279dc4e121449db87db1cd6be80723394" + integrity sha512-Ytgjjne4RnG3Oig7ik+NfY4ebRY30BPptVkkyu1f72eINJXRM3/bkU++tIc5aPvyLmo4KH20avq0xJ2o+9aEnw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.29.7.tgz#b00711a9e52bf4fe55ef7e54b2ef4a881bf804c8" @@ -415,6 +625,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-bugfix-safari-class-field-initializer-scope@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-8.0.1.tgz#a50daa2342074378182c14edacae9dbc080fa39c" + integrity sha512-X7pAMBhuKluA7UfwZNvKN0XVVu/AGeo84Z75eJl85rcb8J2aBzLK92btahM1X5h0oi0QIrbe0qIMA/0+4Buk7w== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.29.7": version "7.29.7" 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.29.7.tgz#2375328852026a3cf6bc0bcf2de7d236f2d5e701" @@ -422,6 +639,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-8.0.1.tgz#6bbbeb0857110b969ea378cfbb0ed367573a5d11" + integrity sha512-DJviKTxYfH0hFwnMiW4dnPyMGzS3Hrr4zUfXl1zwQ0QiGlGlNYklLoPSYEQr8S7nau0/K7NdQjTh0qbYuyFjCA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-7.29.7.tgz#759a857c46c4d2a6199685cf71070d81ae5f743a" @@ -430,6 +654,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/helper-skip-transparent-expression-wrappers" "^7.29.7" +"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-8.0.1.tgz#20e1734d7b4904027c179899c5698aa7f0710ca3" + integrity sha512-DmR/N+B9+4PbURFj4+zdnWj49/PFAnK2bn8+E4ZAmwn3J5QCxnbG7Ep6aRfz9M8Aw+rBro0kIJQycvzFpl4buQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-skip-transparent-expression-wrappers" "^8.0.0" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.29.7.tgz#86de98dd8e03836178231ea96c27dab26016a705" @@ -439,6 +671,15 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.29.7" "@babel/plugin-transform-optional-chaining" "^7.29.7" +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-8.0.1.tgz#67eb04ffb85d7d4d1a842b46856559e7bb51162b" + integrity sha512-x8bi0LFVD2xkULjfNn+hCMg16yAFHAM9fS/ThSFeYBi+0MP9K6qcY2BZb4urUwC7PYtEy5wPe6TKjOEjXrCGFA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-skip-transparent-expression-wrappers" "^8.0.0" + "@babel/plugin-transform-optional-chaining" "^8.0.1" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.29.7.tgz#f5d892681dbf4b08753436a5e55000d5ba728d6d" @@ -447,6 +688,13 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-8.0.1.tgz#1d6aa72059f79a262b782b063090d30a0e3d7901" + integrity sha512-P8+RN2n7ts2s1vnE+lXdHYf+dhnmcGSen/kWzBsVluT9Sey5AqmcRXYWlHqgQxaNlKTD5YMa1tf5z4d1v8W88w== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" @@ -554,6 +802,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-syntax-jsx@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-8.0.1.tgz#ab457699bd42e3071541fdc2dbade25049f2cc2f" + integrity sha512-n0jtCOxEovhU7METqSQjcZO9pX53nu9uNIjMS+hEt+Nt9jA7oOZoBIgbCxhhASmF6T6rPDGge5UAvh6Z4eFz/g== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" @@ -604,6 +859,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-arrow-functions@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-8.0.1.tgz#0853719e3525db9489bb386c04379729ce0e3055" + integrity sha512-o/gr7kRlq3PKLLuYth4udOsrC7geBerti+QtwPeyxMOsEQO1d8kDHqk9r2PtMx2y9i8FG7tzyTerfv1yMLSMsQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-async-generator-functions@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.7.tgz#a5365617921d82a1fee33124a1102bb38a1e677d" @@ -613,6 +875,15 @@ "@babel/helper-remap-async-to-generator" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-transform-async-generator-functions@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-8.0.1.tgz#08391c4034f4164b0d6db25a1e8db7e5a9e33c57" + integrity sha512-kqnSMF1YHBzuiQrl68675i5Ma1oljvo+SJsNEZFZVBu5BUrVIZm9KId3ui2PdtLK2sv2zM8sJnjPDfgLxQlEqQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-remap-async-to-generator" "^8.0.1" + "@babel/traverse" "^8.0.0" + "@babel/plugin-transform-async-to-generator@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.29.7.tgz#3b5e8f1fb58133cf701bcf0baaf6f01bfd1a8889" @@ -622,6 +893,15 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/helper-remap-async-to-generator" "^7.29.7" +"@babel/plugin-transform-async-to-generator@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-8.0.1.tgz#d2abb7718eefb2d7fc33afdeb4ceeca266d4e011" + integrity sha512-e1jmmEU4p2Lx64sA1+EF8e8/RxPuegzbXcEbmFp5alDyLE+f2ViUpZ77bRWMXzihTwgVVmn/TOpqDbAuS5g1Ew== + dependencies: + "@babel/helper-module-imports" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-remap-async-to-generator" "^8.0.1" + "@babel/plugin-transform-block-scoped-functions@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.29.7.tgz#96d292634434082d6687bcdb81139affedf77e8c" @@ -629,6 +909,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-block-scoped-functions@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-8.0.1.tgz#b6cb56ca893d988a283e901db929513beeaf5ab6" + integrity sha512-0V97/gcf7LIgPieEiK1YT0eXa18XJFSLOTZjzEZhA9SJIqZhD/IwGUrCitBzXSmnGCP7hchwC6svHtJ/Eidcpg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-block-scoping@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.29.7.tgz#baa376691ae16244cd14335422fca6900f54e17d" @@ -636,6 +923,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-block-scoping@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-8.0.1.tgz#11d192ddb722cd3280c735bac1e4c5190f052979" + integrity sha512-HxiQvKsSCs2jOmMhjDrooHaZYOy6W8bqwXp/zjdgPjsNrda6tK9/CH3a/cVIeg6ge3hSS02ALqvqgIo4rTsuSg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-class-properties@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.29.7.tgz#034897b8a21beec163332fac2de235b14409abdf" @@ -644,6 +938,14 @@ "@babel/helper-create-class-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-class-properties@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-8.0.1.tgz#34f90390a92f24b5678f190e72441c077805078b" + integrity sha512-tORnYiVhIHnKj90TgbSZXrO24f9oEpA6MgFxpIDSKKlHv7AzBIRhkMlYevanueLNYaQXqZWarfCgXM4bWTfNiw== + dependencies: + "@babel/helper-create-class-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-class-static-block@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.29.7.tgz#fed8efd19f3dd3e1114ee390707c70912778fd7c" @@ -652,6 +954,14 @@ "@babel/helper-create-class-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-class-static-block@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-8.0.1.tgz#92c33a29c3300e3168ae0f8a251e306084efd7d4" + integrity sha512-NEVK+L0Le8h8tJ+IK0CGS5y9Yi1ZHxLj6M5PeanhMFuq9aSo0XI+Wtmbuyop6fTNukOm7ORNntf/kwid891vqQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-classes@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.29.7.tgz#61d3e5aaae0c838acc3204d9db7c8dc05c25815b" @@ -664,6 +974,18 @@ "@babel/helper-replace-supers" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-transform-classes@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-8.0.1.tgz#48543407d8fbcb15636983546805e64af6bc5823" + integrity sha512-phwyCES8kIMAdVOFw25ztmgAvkl2G+TvUv7azUYyrlR1Qoo3eLJC/MU3MGUKFZ4BWtsJ1NTJM1lKRLzKbswg7w== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + "@babel/helper-compilation-targets" "^8.0.0" + "@babel/helper-globals" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-replace-supers" "^8.0.1" + "@babel/traverse" "^8.0.0" + "@babel/plugin-transform-computed-properties@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.29.7.tgz#95028787ca31901b9a20b5c6d9605c32346f55ad" @@ -672,6 +994,13 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/template" "^7.29.7" +"@babel/plugin-transform-computed-properties@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-8.0.1.tgz#f4cc3c951fcc2013a1617ae8c641900e05c665ad" + integrity sha512-i4l3OGLO8DUDcwdnyraOvILbhqdUf4QgfzhVxSOSzRy49XKXrY7pwaSg9gDSKmhZfNPrEMciBSJSciQh/CjB1A== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-destructuring@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.29.7.tgz#5781ec6947852e27b64c1165f0db431f408090e4" @@ -680,6 +1009,13 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-transform-destructuring@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-8.0.1.tgz#09fbb2b299eda95082672078891a7ca5d7c1f808" + integrity sha512-RtR8uLDl0QcCmqMNIkM8gmDeYZ3rS0ZH+sa+I6sfc09yFoqfp9AEPgBstq9KyfVb0lFCVSRFfJXCI70FIl5ccw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-dotall-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.29.7.tgz#b203de9740e4c7ff6b55ce436ed5313b88d70af8" @@ -688,6 +1024,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-dotall-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-8.0.1.tgz#b5efe76552b8adaed4f2fc7fdefe564ca1029979" + integrity sha512-czOUoSaZljJ92yu+bYlXqb/UBN8K9daNCob/B6/7nthSvfGP6YhCnfqD64XWfyb2dN4ypxALNplApoJrsMd4fw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-duplicate-keys@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.29.7.tgz#8f3fe721835cb7a433420841dae90afc962ea7ae" @@ -695,6 +1039,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-duplicate-keys@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-8.0.1.tgz#7dc186973c25fec1b41c4f95567cf8a11fbc2299" + integrity sha512-kNnVLkxFUEcTtCyB5PFVQ5Xoy88Bk1lU/ZgDu97CW8eNhRH2Wsiy8Sq5l5dFnwtIUYjzsXHU77jUy1W5AtGSIw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.7.tgz#dc6c405e55c01b7657e1827a25332c4ac17e9cac" @@ -703,6 +1054,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-8.0.1.tgz#bb9064ae8ceb712cc331c3994b281d3073a4e84a" + integrity sha512-Tv43P47o6fuHgBL7HLHQg3WKXohW9CEUGjLtnCDW27yJLK0zKUdTTqREbZbycNHA83hewMjde5tF6ekrHu9bAA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-dynamic-import@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.29.7.tgz#a83a6faec5bab5b619adf9d0eac6c1c270123c2a" @@ -710,6 +1069,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-dynamic-import@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-8.0.1.tgz#b20e862baf78a8b7e51004d374fadfb883afe2b7" + integrity sha512-AS9GlgKc43tJNRu7yOvLaTko4qmdOb+8M69uNS8i421WLO20eVez7LdG5khKdi8E0LIQpYzzzdGIrdXWnO753g== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-explicit-resource-management@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.29.7.tgz#65c8b9f76ec915b02a0e1df703125a0fca58abaa" @@ -718,6 +1084,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/plugin-transform-destructuring" "^7.29.7" +"@babel/plugin-transform-explicit-resource-management@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-8.0.1.tgz#565b96ac556afcd3fea6ac1bb68b07301ecd519e" + integrity sha512-VzDIYwBlLCpV6mJfloRdJm8HmYnMqs7O+bGha8yfg2kP7jAdxeCw6yZBVBeaKKQUThtSU52iy+3lB7DhYsbOBA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-destructuring" "^8.0.1" + "@babel/plugin-transform-exponentiation-operator@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.29.7.tgz#00bf002fde8794356171f5d4df200f6bc0d5a303" @@ -725,6 +1099,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-exponentiation-operator@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-8.0.1.tgz#9595d2faa13cf6fd131b06fb80e39fefdf2f45f1" + integrity sha512-DsZvUUklUmDQ7d2vp+VjqgUWD51mGxhZZ1FPdPP9Hcj0vsgGUKX+zEBGp/vzB1O5PZUxWT/Euq5fu39M9dm9wg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-export-namespace-from@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.29.7.tgz#d6014f45cec61d7691335c6c9804204bee801d51" @@ -732,6 +1113,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-export-namespace-from@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-8.0.1.tgz#c2cc2352a09101fa4fa2ba6dbd42d13750a2cfdd" + integrity sha512-bFzznm46bvWGaTYKle3iolbBJ+oPBfUjwCPesxlFE3SQ7DaY9EHf/8Y5ZzrodKJi8JDdcAyaVWaDUSVyhULh0g== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-flow-strip-types@^7.16.0": version "7.26.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz#2904c85a814e7abb1f4850b8baf4f07d0a2389d4" @@ -748,6 +1136,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/helper-skip-transparent-expression-wrappers" "^7.29.7" +"@babel/plugin-transform-for-of@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-8.0.1.tgz#f7acc2de37a169def39af87545eaef7861ca941d" + integrity sha512-rpeXtgELjpIBQH/+YmyFlD9timPEVCyqY+TNednzoeoTYvXSBEeUvYnYE+BK8rB8m6hHiNK7aL9QWKhGifEJCw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-skip-transparent-expression-wrappers" "^8.0.0" + "@babel/plugin-transform-function-name@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.29.7.tgz#8b87f8a7504dbcd96135167e3fc4f61126a7bd86" @@ -757,6 +1153,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-transform-function-name@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-8.0.1.tgz#8ff53c20f1ae0889edb9cc66fd8fd181c79c42bd" + integrity sha512-H1L/JfPf3CqmubuaiZaquXKQ8MRs4YWSsgRllkTviM8TafcCNnlvc4/fJZ3rXP8HmFM+/Bg+TlsPehUI9BtDFA== + dependencies: + "@babel/helper-compilation-targets" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-json-strings@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.29.7.tgz#f57d63dcc05b4481c281acedcd8fc4e3e439a1d4" @@ -764,6 +1168,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-json-strings@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-8.0.1.tgz#4158bfcc6dd6540768dfa42564bc03c31f1339c8" + integrity sha512-Mowp8X0J6p7ZehLU82B5e65te2uuSeDHyxrEROwEAS2VKXNXssfw5ZMqhY7k9iXTsOv1Xs/49G3lDCj9Vvw8qQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-literals@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.29.7.tgz#b90bd47463326c2a9d779e1bd5e1f88b9f421921" @@ -771,6 +1182,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-literals@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-8.0.1.tgz#a3f7298214b1d71ca32a220c7d08ca7f9aef4be1" + integrity sha512-ai7kfPRcfyUV1EszXoF1PvL3IuJoCuH08WSEPoRcJTWfZZ55VL/rcfvbVY16QLA3jjbzzSneQSoCtD3L6OyUjw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-logical-assignment-operators@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.29.7.tgz#9b29425adf5c794967aabe4b046a046a167bac2f" @@ -778,6 +1196,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-logical-assignment-operators@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-8.0.1.tgz#4b178108d287c48a0a6f3d71dff758332c1e52bd" + integrity sha512-Emvtr5zkEGyCNAmt+qKD5EUh8G0RbxV9EZWrDdX0LuVy5tBq1B3fOIslvVF9aCJmpnwS/AvAT53b9LxAZyXlng== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-member-expression-literals@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.29.7.tgz#1281689fa2fefc17b110d21ebafd0fe9402d5309" @@ -785,6 +1210,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-member-expression-literals@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-8.0.1.tgz#69fbe366a7e08b36dac577d94394805ea2d30e8e" + integrity sha512-3Axi9abnyGsm/hh6DsKPZ1Cr9fTtKqS7w0Ig5g12mU269YclpH8pV3xMln2vPLexXgUp6S6L+I06d9/YOLfRKA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-modules-amd@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.29.7.tgz#f05ca662c8a1dc4be2f337af9c7e80369c942d6c" @@ -793,6 +1225,14 @@ "@babel/helper-module-transforms" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-modules-amd@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-8.0.1.tgz#545ad557095f4ff66014df8472b111bd939f9a41" + integrity sha512-FDdhET8y1YFDNRuoynqSf23WTzbBBpbIB2oRrlFX7YYm9uWtFvJDSD1r/epBSjfPkOjeaaLgRW9xNnt3JGx46A== + dependencies: + "@babel/helper-module-transforms" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-modules-commonjs@^7.25.9": version "7.26.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb" @@ -809,6 +1249,14 @@ "@babel/helper-module-transforms" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-modules-commonjs@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-8.0.1.tgz#ae8c414da671dc7ac4bb4b502a2714841ab84402" + integrity sha512-PMuzulWrrzFNmY3lXSk/tV9NRb7y0eZZLJY4UEo2TKszroxvUZHAPPi+T9FDyrQhod+TQA+t+8/QYaaMpiEuhA== + dependencies: + "@babel/helper-module-transforms" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-modules-systemjs@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz#e575dd2ab9882906de120ff7dc9dee9914d8b6f3" @@ -819,6 +1267,15 @@ "@babel/helper-validator-identifier" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-transform-modules-systemjs@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-8.0.1.tgz#516c875a37e1bf8b8ccd3ec385ebdc9ef8909d5b" + integrity sha512-0NEHanXmnFEnfT2dLKTXnu7m8GXFsnxRgteBC2aH21hYMBwAgxu5dcTdi/Eg+ToI1HbZe0CHwz4XRLgRNQhYoQ== + dependencies: + "@babel/helper-module-transforms" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-validator-identifier" "^8.0.0" + "@babel/plugin-transform-modules-umd@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.29.7.tgz#391d1c0215aca6307257f2f608598dfe55feb6cf" @@ -827,6 +1284,14 @@ "@babel/helper-module-transforms" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-modules-umd@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-8.0.1.tgz#676901c5b51b47422d22f56aea7c594007ed9a4e" + integrity sha512-XKTa2J2MdkmbVEeChq9f7Or0VYcsF0NyVBgytRyeN9F+J+ETAB2SHhfkG4toz/ssuU0i+h/QgJ6ddo5YakSQcA== + dependencies: + "@babel/helper-module-transforms" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-named-capturing-groups-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.7.tgz#21e75d847b31189842fa7a77703722ed4b43d27d" @@ -835,6 +1300,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-named-capturing-groups-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-8.0.1.tgz#5a9fe24a5f41c988443e91440bd7b5510c73a0fe" + integrity sha512-zCHu+Jr2gTdJE48lN9SV/kXueCW2M79mKtKJc/ttfzzr/jvgdQdCd17RADMqFRQc/25MLxdtjTmlD0HSAMOlIQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-new-target@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.29.7.tgz#714147ce7947e1b49cbd84137ca2e75e92b2a067" @@ -842,6 +1315,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-new-target@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-8.0.1.tgz#04c0a824ecf3a8c98cc985eb08ad089d12aa514c" + integrity sha512-QSQxVg1x4PuOuhWUs4Y9u+x9Y+ER8z6G3tC+bDLBzvoOrNLJrEBQLRnwrTP8e5klihAw6Z+e9X5RjdAKcAGapA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-nullish-coalescing-operator@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.29.7.tgz#8a54cdf88c3f50433a6173117a286195b67714cc" @@ -849,6 +1329,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-nullish-coalescing-operator@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-8.0.1.tgz#348babb611affcc7e33ff83125a7fbb83810354b" + integrity sha512-AgCJAmQLF7+PtsK79wJqr4xJ2StHCXlz7JL5CVFP4HejJx25Tk6yl1ZrXvi0cKh3VGDVnfVxefxnrpsBirgpyQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-numeric-separator@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.29.7.tgz#0266d5cd42ab87ec40fee45a4e36483cfdcbc66a" @@ -856,6 +1343,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-numeric-separator@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-8.0.1.tgz#6cc75019fe3ff1f4ea72221ac896bac2db6c349e" + integrity sha512-it2DmUyLIA1GQUXlFDEnI+/G89mTgxndnAiZYpW8xYR6LboblfirMqiWJeTna5uypQJg7viTT4D1iEURRtFcfw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-object-rest-spread@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.29.7.tgz#e0d5060241803922c545676613cc8acbbda0d266" @@ -867,6 +1361,16 @@ "@babel/plugin-transform-parameters" "^7.29.7" "@babel/traverse" "^7.29.7" +"@babel/plugin-transform-object-rest-spread@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-8.0.1.tgz#8c01bfdae9ea2b13b063b24217c4670e2f8f1b15" + integrity sha512-VmxkDu6bBdbxRzqn6E93hYucug4OVa6svSO19W//vVzNUGAmQzk3QRyHyyEtfcjSLR3NWfRsWwVM9zExLmd+2w== + dependencies: + "@babel/helper-compilation-targets" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-destructuring" "^8.0.1" + "@babel/plugin-transform-parameters" "^8.0.1" + "@babel/plugin-transform-object-super@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.29.7.tgz#e89283d14fa3c35817d4493ffc6bc649aa10e4eb" @@ -875,6 +1379,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/helper-replace-supers" "^7.29.7" +"@babel/plugin-transform-object-super@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-8.0.1.tgz#342cc314b825f07d0b58e5cc114df422d1626319" + integrity sha512-fDkPXRTRKGm25bAq01q82UM4ypPqdVXCwphUUm4t1dL01fGIG0v8KRvT+4BjhMAtRxtPuI34t5Vs7yjRgs3ZgQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-replace-supers" "^8.0.1" + "@babel/plugin-transform-optional-catch-binding@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.29.7.tgz#729664f79985be504eba112c51de9f71d009030b" @@ -882,6 +1394,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-optional-catch-binding@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-8.0.1.tgz#59a7f643660262fb83a8a29d52068e21d2910120" + integrity sha512-b2OQ74uGliyATcasTjxGy2O/86UI/n+EN4juB4EMfEwTi9j9uq70PuP0L8fW77vfRY66gO/YoTo/WbIdQ/Si1g== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-optional-chaining@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.29.7.tgz#b84a1b574b3c73001023092567e16c492b720e51" @@ -890,6 +1409,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/helper-skip-transparent-expression-wrappers" "^7.29.7" +"@babel/plugin-transform-optional-chaining@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-8.0.1.tgz#4c5f044591755a20ea821d42b58ec99723097d71" + integrity sha512-WtRS1c94lZGpGHxYLXMEWeoMVcuv8nkiyr8BTs6OYZv7N3Y9xVE8nbdFIl4lDJH6aH8/pLhqAQOL69d/WI9WdA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-skip-transparent-expression-wrappers" "^8.0.0" + "@babel/plugin-transform-parameters@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.29.7.tgz#a5ddc3b9bfb534814cb8334cbeba47d9cf9db090" @@ -897,6 +1424,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-parameters@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-8.0.1.tgz#11e78b7bed56e5396666341bd5a5f39f3d5cd160" + integrity sha512-IIwRqroW0CYQwR6+3pnmu27z+H98poScWdnov8z6osumMeEsFxAFBBsDS2CFk2jFpPlGqVr89jK/HXO6i5DzxQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-private-methods@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.29.7.tgz#cea8bd3ab99533892897a02999d5b752584ad145" @@ -905,6 +1439,14 @@ "@babel/helper-create-class-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-private-methods@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-8.0.1.tgz#1060ecbc0cbd6525a5188fc2fb0ef542148f5986" + integrity sha512-TrFCGcXaVDh6S5IRhmLSRTY9H80VTCMQWnZtzBRg4RWg3KCLmdmsmj4M15kZAPZfoPkWL/SJb4em3Py/vOiX8g== + dependencies: + "@babel/helper-create-class-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-private-property-in-object@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.29.7.tgz#4a2f6be5aba47be7afbdb4cd7903c46edf3a7661" @@ -914,6 +1456,15 @@ "@babel/helper-create-class-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-private-property-in-object@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-8.0.1.tgz#503b138249603a2f26da337ff14551aaa90714d7" + integrity sha512-e+yfOqSYBZaf3PARpiQkjZrpWYgmcFLhK+1tevh2CpHR1O9/36IdyPnAZusESX5nzVV/XZTDAtQBRLa8HPT5Dw== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + "@babel/helper-create-class-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-property-literals@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.29.7.tgz#d45817cd72f9e134ab1f7fbb79264cfcb85cf636" @@ -921,6 +1472,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-property-literals@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-8.0.1.tgz#17b7a44301864f6b211f4d4a62f684b3db899823" + integrity sha512-Z/qx4cxUtYR1nt7XWRutObPxDks98fEYsjWbVeKEqZH6y3AGknmgzCqmHf2FHWZCl1DfoPeuJY+3hZ+35D+2tg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-react-display-name@^7.16.0": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz#4b79746b59efa1f38c8695065a92a9f5afb24f7d" @@ -935,6 +1493,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-react-display-name@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-8.0.1.tgz#da70220bacd0abcfb3a5fa4af89acde94d891fbc" + integrity sha512-soLishXlkyu6jcICPyO3HEP7A3GCzKEnn7XfvYrImuWEOwFAz93qShmWSYPf5ww0ZkO4By0zsN2bVIDF54fSdA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-react-jsx-development@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.29.7.tgz#64e6aacb5cb43b9e80d3d5f19ddefc158a624f09" @@ -942,6 +1507,13 @@ dependencies: "@babel/plugin-transform-react-jsx" "^7.29.7" +"@babel/plugin-transform-react-jsx-development@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-8.0.1.tgz#11fa2b7af26ceaafc47a3cc6e2bd720bba96fc04" + integrity sha512-Hb+HUZpV9KFHjm+F+P3aLDMi8QXU9l3ROCQv20z18Me2sGyW5nNNR5YTevNlgHvCpFek3BnAwhDGq/BRndXViw== + dependencies: + "@babel/plugin-transform-react-jsx" "^8.0.1" + "@babel/plugin-transform-react-jsx@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.29.7.tgz#3d16a0e5773f079400a8c82a190709cdf92ee204" @@ -953,6 +1525,17 @@ "@babel/plugin-syntax-jsx" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/plugin-transform-react-jsx@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-8.0.1.tgz#0b7192bd35e5ca68d1324cd9347f5990f296177f" + integrity sha512-NgkoF7Uq+30TmOPDdNUimT0Nta02uVjqJRFNlVWKrbOCu/CkzfHa4aMnIs0lMpkMmZmWA1e42Va+F04i/pY1zw== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + "@babel/helper-module-imports" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-syntax-jsx" "^8.0.1" + "@babel/types" "^8.0.0" + "@babel/plugin-transform-react-pure-annotations@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.29.7.tgz#76445c90112dd0a7371b63264563bfa9a4fcd6e3" @@ -961,6 +1544,14 @@ "@babel/helper-annotate-as-pure" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-react-pure-annotations@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-8.0.1.tgz#95d5bf8dab5ce0631b320b75ce3c6a6e550c356a" + integrity sha512-7/8UwU8hoPBurXa9tUiTTC8aACTRy5tCqLUtqikHp2eGiWoEB57AduOdbQ71OOMTEvawKrGhv3WfzkDpI+/oSg== + dependencies: + "@babel/helper-annotate-as-pure" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-regenerator@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.7.tgz#0f42626a7dbb0e7a7f52e036d3e43deebdc3ea4e" @@ -968,6 +1559,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-regenerator@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-8.0.2.tgz#fbef65bd45ddc94aedff6c20d5678cc43a234400" + integrity sha512-aFfsjCRYducRV4dPnpsBbdRkLjboca9FVDg6HZCgy0Ahvk2ZQ/2exmCRC5qS9P6rsWwrmIheNaIM6A1j2F8KMA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-regexp-modifiers@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.29.7.tgz#68311c0c10af2198212528863f8542843e424025" @@ -976,6 +1574,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-regexp-modifiers@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-8.0.1.tgz#3cf3868fe3765e865320b4a0246eb7c1dc11054e" + integrity sha512-02ITRDBesPdTYU0oShAzERwEPzozOUQSXlz3qrt8JGuhalBJQv9z5NjgHJPC9sS3Fsam8gDtfAEpBnqZwUIdjQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-reserved-words@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.29.7.tgz#a6feeb179b36a5f1fc6e3154c1eb727bdbe35876" @@ -983,6 +1589,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-reserved-words@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-8.0.1.tgz#c23277978e7fe9cbbd35041a87297fb6137e903a" + integrity sha512-+aykZi7ZP3U84veqfJXm3HhPZGddWFi64g7jr0ni6tb1zel+1ey+SL+IRKPoZXFyFqvYEsoqrmx4PyEJRlHl/Q== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-runtime@^7.16.4": version "7.26.9" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz#ea8be19ef134668e98f7b54daf7c4f853859dc44" @@ -1002,6 +1615,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-shorthand-properties@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-8.0.1.tgz#411778b05b0e37bcdb36d0b4c01d3991ff74631c" + integrity sha512-JddANd9yPVH8dYgVoNkqAH5BftnsDxFpG51Zas7sc6F3poz5QWcejHNGO8a/57IX5ByjGSzEmYk9Z7ZMa5MWaw== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-spread@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.29.7.tgz#a128bcdd6b5e5e47054907b2e50bc19c3f856edd" @@ -1010,6 +1630,14 @@ "@babel/helper-plugin-utils" "^7.29.7" "@babel/helper-skip-transparent-expression-wrappers" "^7.29.7" +"@babel/plugin-transform-spread@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-8.0.1.tgz#31dc78d26a0e8b6d9211fa188e97b2190ac40c95" + integrity sha512-O9Bw9FyxlSw1SlMg3S82/GKNZ0x77RPbHezotEy1JTlIM/vk6WO8jW1iF+iTiKLOXNvi+b+LZ9t77Gi+Q0FhGg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-skip-transparent-expression-wrappers" "^8.0.0" + "@babel/plugin-transform-sticky-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.29.7.tgz#a42c0fd1fa42f7e98e1e0c7757f72a1bbca3a015" @@ -1017,6 +1645,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-sticky-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-8.0.1.tgz#a79d88359be27fcb2579d1a2a34ce6ebf09d4efb" + integrity sha512-IsVP6WrZZQdaG2zLmeKwWiI+ua2NB5L1+f77C2/8z2NCDz7uxlIA/lnwocYOJk9PXcOC2sZgRls3LN4XpNduzQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-template-literals@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.29.7.tgz#ada97d8e0832bca8edb315888aa654b1570f3835" @@ -1024,6 +1659,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-template-literals@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-8.0.1.tgz#9df1a9211f69833bf8329b1fc1ca0b4e7eb14544" + integrity sha512-JXvtj5+BJA9Qv3prDzW2z2DkGTJNmG0BObTdUD03STiu1Jr4fNQkQy3hYZgPL46a2RjcuhwBMYf49BOuJ98gnA== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-typeof-symbol@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.29.7.tgz#d848a4677c1ee3485ab017f4018f04597798911c" @@ -1031,6 +1673,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-typeof-symbol@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-8.0.1.tgz#f23c0463b3623c7b713c77df5859a75fe33164d7" + integrity sha512-+wJoxgxP2gtey0UMUOMhzMMji2XHO/Uu6MXUh/r5Yhc2jngKzK/wFxY2WNe4UCaRcMvCb4gcnB8wIgFXJsocXg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-typescript@^7.25.9": version "7.26.8" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz#2e9caa870aa102f50d7125240d9dbf91334b0950" @@ -1049,6 +1698,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-unicode-escapes@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-8.0.1.tgz#054e1c262a1b7d1e7acd0f4c8223d27582610db7" + integrity sha512-TAXJepIJ6vZphytTwcf+LuXi2M2ZWI43VCqNw+1ZZLPP/38Z1A8j4Mahvg8kqDgMOSM/cakk+hedTJCiw3jQuQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-unicode-property-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.29.7.tgz#44444afc73768c2190fac4d95f7716817b7f204a" @@ -1057,6 +1713,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-unicode-property-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-8.0.1.tgz#34b6f42e285c8014f9c7995c05b9db0d1dcf9084" + integrity sha512-zjBN9tSMSuomNDfurL69Gf7+v4D2t5uI1mSZaYJDo88SKpbduhCXqtxH7Tx66iCF6caWYwnBzSM0tnCozmQq5Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-unicode-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.29.7.tgz#c3064b293ff7f1794b71f7650eec8db9896d3e59" @@ -1065,6 +1729,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" +"@babel/plugin-transform-unicode-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-8.0.1.tgz#1501bafc88bad29cd8bac954f47fb1ee44f63599" + integrity sha512-v0oO83cvT5lwbcIVRShpx4vaHD8AvM9IBowsQuTeP+kGmhh3recJQs33Bl6dlo3/2g9amlznLbFGn4VJbPCJqA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-unicode-sets-regex@^7.29.7": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.29.7.tgz#b03ac9f27326f6197e8e574add83bbf33fc34ecd" @@ -1073,7 +1745,15 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" -"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.20.2": +"@babel/plugin-transform-unicode-sets-regex@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-8.0.1.tgz#cb8b0c4dc96a1ce7c3c4b112a28776e8cddbf2dd" + integrity sha512-MlQeyS0K7gh0XNeLBMS/3Z07HjDOKhA7xm2L18GyxOXyiFHI9E+ZuQ4mFYmcLjluXsE/Wf6dABIqZvKpKw0Z3w== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^8.0.1" + "@babel/helper-plugin-utils" "^8.0.1" + +"@babel/preset-env@^7.16.4": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.7.tgz#5e2ab5e764b493fdefc99c43aeaa70a9533a37fd" integrity sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA== @@ -1150,6 +1830,77 @@ core-js-compat "^3.48.0" semver "^6.3.1" +"@babel/preset-env@^8.0.0": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-8.0.2.tgz#dfee131c5dec359bab222ad33abb5b8480d639b3" + integrity sha512-CUGLn9hNBCF/eXnwdFAWERbniCcXCRvnKwLV9fegeUEIqv7YlU2MepsWMMM54GcILx5XYMnRh+JAL+K5G+mK6g== + dependencies: + "@babel/compat-data" "^8.0.0" + "@babel/helper-compilation-targets" "^8.0.0" + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-validator-option" "^8.0.0" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^8.0.1" + "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^8.0.1" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^8.0.1" + "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^8.0.1" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^8.0.1" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^8.0.1" + "@babel/plugin-transform-arrow-functions" "^8.0.1" + "@babel/plugin-transform-async-generator-functions" "^8.0.1" + "@babel/plugin-transform-async-to-generator" "^8.0.1" + "@babel/plugin-transform-block-scoped-functions" "^8.0.1" + "@babel/plugin-transform-block-scoping" "^8.0.1" + "@babel/plugin-transform-class-properties" "^8.0.1" + "@babel/plugin-transform-class-static-block" "^8.0.1" + "@babel/plugin-transform-classes" "^8.0.1" + "@babel/plugin-transform-computed-properties" "^8.0.1" + "@babel/plugin-transform-destructuring" "^8.0.1" + "@babel/plugin-transform-dotall-regex" "^8.0.1" + "@babel/plugin-transform-duplicate-keys" "^8.0.1" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^8.0.1" + "@babel/plugin-transform-dynamic-import" "^8.0.1" + "@babel/plugin-transform-explicit-resource-management" "^8.0.1" + "@babel/plugin-transform-exponentiation-operator" "^8.0.1" + "@babel/plugin-transform-export-namespace-from" "^8.0.1" + "@babel/plugin-transform-for-of" "^8.0.1" + "@babel/plugin-transform-function-name" "^8.0.1" + "@babel/plugin-transform-json-strings" "^8.0.1" + "@babel/plugin-transform-literals" "^8.0.1" + "@babel/plugin-transform-logical-assignment-operators" "^8.0.1" + "@babel/plugin-transform-member-expression-literals" "^8.0.1" + "@babel/plugin-transform-modules-amd" "^8.0.1" + "@babel/plugin-transform-modules-commonjs" "^8.0.1" + "@babel/plugin-transform-modules-systemjs" "^8.0.1" + "@babel/plugin-transform-modules-umd" "^8.0.1" + "@babel/plugin-transform-named-capturing-groups-regex" "^8.0.1" + "@babel/plugin-transform-new-target" "^8.0.1" + "@babel/plugin-transform-nullish-coalescing-operator" "^8.0.1" + "@babel/plugin-transform-numeric-separator" "^8.0.1" + "@babel/plugin-transform-object-rest-spread" "^8.0.1" + "@babel/plugin-transform-object-super" "^8.0.1" + "@babel/plugin-transform-optional-catch-binding" "^8.0.1" + "@babel/plugin-transform-optional-chaining" "^8.0.1" + "@babel/plugin-transform-parameters" "^8.0.1" + "@babel/plugin-transform-private-methods" "^8.0.1" + "@babel/plugin-transform-private-property-in-object" "^8.0.1" + "@babel/plugin-transform-property-literals" "^8.0.1" + "@babel/plugin-transform-regenerator" "^8.0.2" + "@babel/plugin-transform-regexp-modifiers" "^8.0.1" + "@babel/plugin-transform-reserved-words" "^8.0.1" + "@babel/plugin-transform-shorthand-properties" "^8.0.1" + "@babel/plugin-transform-spread" "^8.0.1" + "@babel/plugin-transform-sticky-regex" "^8.0.1" + "@babel/plugin-transform-template-literals" "^8.0.1" + "@babel/plugin-transform-typeof-symbol" "^8.0.1" + "@babel/plugin-transform-unicode-escapes" "^8.0.1" + "@babel/plugin-transform-unicode-property-regex" "^8.0.1" + "@babel/plugin-transform-unicode-regex" "^8.0.1" + "@babel/plugin-transform-unicode-sets-regex" "^8.0.1" + "@babel/preset-modules" "^0.2.0" + babel-plugin-polyfill-corejs3 "^1.0.0" + core-js-compat "^3.48.0" + semver "^7.7.3" + "@babel/preset-modules@0.1.6-no-external-plugins": version "0.1.6-no-external-plugins" resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" @@ -1159,7 +1910,18 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.16.0", "@babel/preset-react@^7.18.6": +"@babel/preset-modules@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.2.0.tgz#dd34a1696e9e4f4d2ded987f6205de7368e0f654" + integrity sha512-yz0RBN2fx4fjCeFcTWsWgL7PxSRltvTa0Qg14HkWCU3qS8MO7ZSJlBVbGceynd5C9NsJwwUHNQD3dc6tYO+jqQ== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/plugin-transform-dotall-regex" "^8.0.1" + "@babel/plugin-transform-unicode-property-regex" "^8.0.1" + "@babel/types" "^8.0.0" + esutils "^2.0.2" + +"@babel/preset-react@^7.16.0": version "7.29.7" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.29.7.tgz#2ed18366e38c2081bbf1760dc01e88fa5674eb17" integrity sha512-C+PV1TFUPTmBQGoPBL8j2QmLpZ117YTCwxIZeJOM96GbYMFSc7/pOXU5lVykwnZxyTqQxRsvoRk6f2FktZgGHA== @@ -1171,6 +1933,18 @@ "@babel/plugin-transform-react-jsx-development" "^7.29.7" "@babel/plugin-transform-react-pure-annotations" "^7.29.7" +"@babel/preset-react@^8.0.0": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-8.0.1.tgz#0cb1802ff37a96faf983b5e781270f2752bb3476" + integrity sha512-jrFuPp/pTddFZbtmWhdLNAYc6UMcpboeUPnw0BBrm4nOmcAko/1TRcFi1PzWCeOFRU+VaSiKmat87W1HvR7mIg== + dependencies: + "@babel/helper-plugin-utils" "^8.0.1" + "@babel/helper-validator-option" "^8.0.0" + "@babel/plugin-transform-react-display-name" "^8.0.1" + "@babel/plugin-transform-react-jsx" "^8.0.1" + "@babel/plugin-transform-react-jsx-development" "^8.0.1" + "@babel/plugin-transform-react-pure-annotations" "^8.0.1" + "@babel/preset-typescript@^7.16.0": version "7.26.0" resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d" @@ -1212,6 +1986,15 @@ "@babel/parser" "^7.29.7" "@babel/types" "^7.29.7" +"@babel/template@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-8.0.0.tgz#18c12626b0d6d23a0443771655864ed7566a3452" + integrity sha512-eAD0QW/AlbamBbw0FeGiwasbCVPq5ncW0HNVyLP3B9czqLyh4gvw+5JTSNt6le9+ziAU7mqDZsKTHf3jTb4chQ== + dependencies: + "@babel/code-frame" "^8.0.0" + "@babel/parser" "^8.0.0" + "@babel/types" "^8.0.0" + "@babel/traverse@^7.25.9": version "7.26.10" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" @@ -1251,6 +2034,19 @@ "@babel/types" "^7.29.7" debug "^4.3.1" +"@babel/traverse@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-8.0.0.tgz#0473589140c796d13e27641ab0783069f0fe7512" + integrity sha512-bxTj/W2VclGE6CctlfQOpxg8MPDzXArRqkOBePw8EHfebcjF7fETWSS3BriEECo+UiU/Yblq+xUtSImFu7cTbw== + dependencies: + "@babel/code-frame" "^8.0.0" + "@babel/generator" "^8.0.0" + "@babel/helper-globals" "^8.0.0" + "@babel/parser" "^8.0.0" + "@babel/template" "^8.0.0" + "@babel/types" "^8.0.0" + obug "^2.1.1" + "@babel/types@^7.25.9": version "7.27.1" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" @@ -1283,6 +2079,14 @@ "@babel/helper-string-parser" "^7.29.7" "@babel/helper-validator-identifier" "^7.29.7" +"@babel/types@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-8.0.0.tgz#b518f1ef7f9838bffdca4e123b449d3f644f4494" + integrity sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw== + dependencies: + "@babel/helper-string-parser" "^8.0.0" + "@babel/helper-validator-identifier" "^8.0.0" + "@changesets/apply-release-plan@^7.1.1": version "7.1.1" resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-7.1.1.tgz#198c3d4dd9eafd0b3fa402a5d212eabe89db134e" @@ -2127,6 +2931,11 @@ dependencies: "@types/node" "*" +"@types/esrecurse@^4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec" + integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw== + "@types/estree@^1.0.8": version "1.0.9" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.9.tgz#cf3f0e876d7bee15a93ab925b82bf570a3904a24" @@ -2183,6 +2992,11 @@ resolved "https://registry.yarnpkg.com/@types/filewriter/-/filewriter-0.0.30.tgz#1be7733877589d57c653b8356cefe5fe7c74b89e" integrity sha512-lB98tui0uxc7erbj0serZfJlHKLNJHwBltPnbmO1WRpL5T325GOHRiQfr2E29V2q+S1brDO63Fpdt6vb3bES9Q== +"@types/gensync@^1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.5.tgz#1819eba537d036dcf4ec7e8c8f15fbfe938e99a0" + integrity sha512-MbsRCT7mTikHwKZ0X+LVUTLRrZZRLipTuXEO9qOYO+zmjMVk81axyClMROf6uoPD9MRVu46bx8zoR0Ad9q3NAg== + "@types/glob@^7.1.1": version "7.2.0" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" @@ -2213,6 +3027,11 @@ dependencies: "@types/node" "*" +"@types/jsesc@^2.5.0": + version "2.5.1" + resolved "https://registry.yarnpkg.com/@types/jsesc/-/jsesc-2.5.1.tgz#c34defc608ec94b68dc6a12a581b440942c6d503" + integrity sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw== + "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": version "7.0.15" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" @@ -3171,6 +3990,14 @@ babel-plugin-polyfill-corejs3@^0.14.0: "@babel/helper-define-polyfill-provider" "^0.6.8" core-js-compat "^3.48.0" +babel-plugin-polyfill-corejs3@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-1.0.0.tgz#3abc188f97898ce67fe714a0dd971120c696501d" + integrity sha512-yIkslVjbmml2Xjb6XhFW7lISXHsqk6cesxTdDsXoMom4Lnb99DbD3OQbSOoM5Z+ASh8YXYaLAsRQrU2Jeh3Qig== + dependencies: + "@babel/helper-define-polyfill-provider" "^1.0.0" + core-js-compat "^3.48.0" + babel-plugin-polyfill-regenerator@^0.6.1: version "0.6.4" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz#428c615d3c177292a22b4f93ed99e358d7906a9b" @@ -3992,6 +4819,11 @@ emojis-list@^3.0.0: resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== +empathic@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/empathic/-/empathic-2.0.1.tgz#37b1bede31093e04a03d2abce95ea323fee8ef49" + integrity sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q== + encodeurl@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58" @@ -4678,6 +5510,16 @@ eslint-scope@^7.2.2: esrecurse "^4.3.0" estraverse "^5.2.0" +eslint-scope@^9.1.0: + version "9.1.2" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802" + integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ== + dependencies: + "@types/esrecurse" "^4.3.1" + "@types/estree" "^1.0.8" + esrecurse "^4.3.0" + estraverse "^5.2.0" + eslint-utils@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" @@ -4700,6 +5542,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== +eslint-visitor-keys@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be" + integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA== + eslint@^8.52.0: version "8.57.1" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" @@ -5466,6 +6313,11 @@ import-local@^3.2.0: pkg-dir "^4.2.0" resolve-cwd "^3.0.0" +import-meta-resolve@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz#08cb85b5bd37ecc8eb1e0f670dc2767002d43734" + integrity sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg== + imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" @@ -5847,6 +6699,11 @@ jest-worker@^27.4.5: merge-stream "^2.0.0" supports-color "^8.0.0" +js-tokens@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-10.0.0.tgz#dffe7599b4a8bb7fe30aff8d0235234dffb79831" + integrity sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q== + "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -6054,6 +6911,11 @@ lower-case@^2.0.2: dependencies: tslib "^2.0.3" +lru-cache@^11.0.0: + version "11.5.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.1.tgz#f3daa3540847b9737ebc02499ddb36765e54db4a" + integrity sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A== + lru-cache@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" @@ -6378,6 +7240,11 @@ obuf@^1.0.0, obuf@^1.1.2: resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== +obug@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/obug/-/obug-2.1.3.tgz#c02c60f95abd603409330e767db7f2823193331e" + integrity sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg== + on-finished@^2.4.1, on-finished@~2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" @@ -7220,6 +8087,11 @@ semver@^7.5.4, semver@^7.6.0: resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== +semver@^7.7.3: + version "7.8.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.5.tgz#39b646037dd50c14fb451e7e4cac58ed8b863f69" + integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA== + send@~0.19.0, send@~0.19.1: version "0.19.2" resolved "https://registry.yarnpkg.com/send/-/send-0.19.2.tgz#59bc0da1b4ea7ad42736fd642b1c4294e114ff29"