From a98e4beec53c24c603a670de0c64f4b80618f356 Mon Sep 17 00:00:00 2001 From: samithkavishke Date: Fri, 19 Jun 2026 11:34:33 +0530 Subject: [PATCH 1/9] Fix the trivy vulnerability --- common/config/rush/pnpm-config.json | 4 +- common/config/rush/pnpm-lock.yaml | 65 +++++++++++------------------ 2 files changed, 27 insertions(+), 42 deletions(-) diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index d4a5f1da1c7..434f77fc829 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -101,7 +101,9 @@ "markdown-it": ">=14.2.0", "protobufjs": ">=7.6.3 <8", "tmp": ">=0.2.7", - "webpack-dev-server": ">=5.2.5" + "webpack-dev-server": ">=5.2.5", + "undici": ">=7.28.0", + "http-proxy-middleware": ">=3.0.6" }, /** diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 2b9094d261e..df58220aab8 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -18,6 +18,8 @@ overrides: protobufjs: '>=7.6.3 <8' tmp: '>=0.2.7' webpack-dev-server: '>=5.2.5' + undici: '>=7.28.0' + http-proxy-middleware: '>=3.0.6' pnpmfileChecksum: sha256-XTeZQwJtKk4dimqf7175GhJCXrnq3Yh7+kwb86Bwcdo= @@ -10582,9 +10584,6 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/http-proxy@1.17.17': - resolution: {integrity: sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==} - '@types/is-function@1.0.3': resolution: {integrity: sha512-/CLhCW79JUeLKznI6mbVieGbl4QU5Hfn+6udw1YHZoofASjbQ5zaP5LzAUZYDpRYEjS4/P+DhEgyJ/PQmGGTWw==} @@ -15518,14 +15517,9 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - http-proxy-middleware@2.0.9: - resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/express': ^4.17.13 - peerDependenciesMeta: - '@types/express': - optional: true + http-proxy-middleware@4.1.1: + resolution: {integrity: sha512-KX5ZofGXLFXqFAkQoOWZ+rTtaLTut7m0gyL+QzJrdejtIZ+F4bPPDoe7reISg2+v0CAz5OfVwEJEhty7X+e57g==} + engines: {node: ^22.15.0 || ^24.0.0 || >=26.0.0} http-proxy@1.18.1: resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} @@ -15555,6 +15549,9 @@ packages: resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} engines: {node: '>= 14'} + httpxy@0.5.3: + resolution: {integrity: sha512-SMS9V6Sn7VWaS11lYhoAr0ceoaiolTWf4jYdJn0NJhCdKMu9R2H9Fh0LBDWBHQF6HRLI1PmaePYsjanSpE5PEw==} + human-signals@1.1.1: resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} engines: {node: '>=8.12.0'} @@ -15980,10 +15977,6 @@ packages: resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} engines: {node: '>=8'} - is-plain-obj@3.0.0: - resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} - engines: {node: '>=10'} - is-plain-obj@4.1.0: resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} engines: {node: '>=12'} @@ -21933,9 +21926,9 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici@7.24.0: - resolution: {integrity: sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==} - engines: {node: '>=20.18.1'} + undici@8.5.0: + resolution: {integrity: sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==} + engines: {node: '>=22.19.0'} unfetch@4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} @@ -34683,10 +34676,6 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/http-proxy@1.17.17': - dependencies: - '@types/node': 20.19.17 - '@types/is-function@1.0.3': {} '@types/istanbul-lib-coverage@2.0.6': {} @@ -37520,7 +37509,7 @@ snapshots: parse5: 7.3.0 parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 7.24.0 + undici: 8.5.0 whatwg-mimetype: 4.0.0 chokidar@2.1.8: @@ -41272,17 +41261,15 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.9(@types/express@4.17.25): + http-proxy-middleware@4.1.1: dependencies: - '@types/http-proxy': 1.17.17 - http-proxy: 1.18.1 + debug: 4.4.3(supports-color@8.1.1) + httpxy: 0.5.3 is-glob: 4.0.3 - is-plain-obj: 3.0.0 + is-plain-obj: 4.1.0 micromatch: 4.0.8 - optionalDependencies: - '@types/express': 4.17.25 transitivePeerDependencies: - - debug + - supports-color http-proxy@1.18.1: dependencies: @@ -41338,6 +41325,8 @@ snapshots: transitivePeerDependencies: - supports-color + httpxy@0.5.3: {} + human-signals@1.1.1: {} human-signals@2.1.0: {} @@ -41679,8 +41668,6 @@ snapshots: is-plain-obj@2.1.0: {} - is-plain-obj@3.0.0: {} - is-plain-obj@4.1.0: {} is-plain-object@2.0.4: @@ -50347,7 +50334,7 @@ snapshots: undici-types@6.21.0: {} - undici@7.24.0: {} + undici@8.5.0: {} unfetch@4.2.0: {} @@ -51304,7 +51291,7 @@ snapshots: connect-history-api-fallback: 2.0.0 express: 4.22.1 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.9(@types/express@4.17.25) + http-proxy-middleware: 4.1.1 ipaddr.js: 2.4.0 launch-editor: 2.14.1 open: 10.2.0 @@ -51321,7 +51308,6 @@ snapshots: webpack-cli: 4.10.0(webpack-dev-server@5.2.5)(webpack@5.104.1) transitivePeerDependencies: - bufferutil - - debug - supports-color - utf-8-validate optional: true @@ -51344,7 +51330,7 @@ snapshots: connect-history-api-fallback: 2.0.0 express: 4.22.1 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.9(@types/express@4.17.25) + http-proxy-middleware: 4.1.1 ipaddr.js: 2.4.0 launch-editor: 2.14.1 open: 10.2.0 @@ -51361,7 +51347,6 @@ snapshots: webpack-cli: 5.1.4(webpack-dev-server@5.2.5)(webpack@5.104.1) transitivePeerDependencies: - bufferutil - - debug - supports-color - utf-8-validate @@ -51383,7 +51368,7 @@ snapshots: connect-history-api-fallback: 2.0.0 express: 4.22.1 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.9(@types/express@4.17.25) + http-proxy-middleware: 4.1.1 ipaddr.js: 2.4.0 launch-editor: 2.14.1 open: 10.2.0 @@ -51400,7 +51385,6 @@ snapshots: webpack-cli: 6.0.1(webpack-dev-server@5.2.5)(webpack@5.104.1) transitivePeerDependencies: - bufferutil - - debug - supports-color - utf-8-validate @@ -51422,7 +51406,7 @@ snapshots: connect-history-api-fallback: 2.0.0 express: 4.22.1 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.9(@types/express@4.17.25) + http-proxy-middleware: 4.1.1 ipaddr.js: 2.4.0 launch-editor: 2.14.1 open: 10.2.0 @@ -51438,7 +51422,6 @@ snapshots: webpack: 5.104.1(webpack-cli@5.1.4) transitivePeerDependencies: - bufferutil - - debug - supports-color - utf-8-validate optional: true From 0536fc9f829219fe7d032224585e8ebd3bb06d3c Mon Sep 17 00:00:00 2001 From: gigara Date: Mon, 22 Jun 2026 23:58:52 +0530 Subject: [PATCH 2/9] Fix vulnerability --- .../autoinstallers/rush-plugins/package.json | 2 +- .../rush-plugins/pnpm-lock.yaml | 103 ++++++++++-------- 2 files changed, 56 insertions(+), 49 deletions(-) diff --git a/common/autoinstallers/rush-plugins/package.json b/common/autoinstallers/rush-plugins/package.json index 126239bc09f..a5bb132b557 100644 --- a/common/autoinstallers/rush-plugins/package.json +++ b/common/autoinstallers/rush-plugins/package.json @@ -8,7 +8,7 @@ "fast-xml-builder": "1.1.7", "minimatch": "3.1.5", "brace-expansion": "1.1.13", - "undici": "6.24.0" + "undici": "6.27.0" } }, "dependencies": { diff --git a/common/autoinstallers/rush-plugins/pnpm-lock.yaml b/common/autoinstallers/rush-plugins/pnpm-lock.yaml index d3629b16c91..f4a1ce317ba 100644 --- a/common/autoinstallers/rush-plugins/pnpm-lock.yaml +++ b/common/autoinstallers/rush-plugins/pnpm-lock.yaml @@ -9,7 +9,7 @@ overrides: fast-xml-builder: 1.1.7 minimatch: 3.1.5 brace-expansion: 1.1.13 - undici: 6.24.0 + undici: 6.27.0 importers: @@ -51,8 +51,8 @@ packages: resolution: {integrity: sha512-ykRMW8PjVAn+RS6ww5cmK9U2CyH9p4Q88YJwvUslfuMmN98w/2rdGRLPqJYObapBCdzBVeDgYWdJnFPFb7qzpg==} engines: {node: '>=20.0.0'} - '@azure/core-client@1.10.1': - resolution: {integrity: sha512-Nh5PhEOeY6PrnxNPsEHRr9eimxLwgLlpmguQaHKBinFYA/RU9+kOYVOQqOrTsCL+KSxrLLl1gD8Dk5BFW/7l/w==} + '@azure/core-client@1.10.2': + resolution: {integrity: sha512-1D2LpsU7y9xrqKjdIbsB7PlrRePw0xsVV8p+AKTlzITrWmscajryfJCdDJB/oGwvDI5HmRo04eMMADB67uwAwQ==} engines: {node: '>=20.0.0'} '@azure/core-http-compat@2.4.0': @@ -70,8 +70,8 @@ packages: resolution: {integrity: sha512-YKWi9YuCU04B55h25cnOYZHxXYtEvQEbKST5vqRga7hWY9ydd3FZHdeQF8pyh+acWZvppw13M/LMGx0LABUVMA==} engines: {node: '>=18.0.0'} - '@azure/core-rest-pipeline@1.23.0': - resolution: {integrity: sha512-Evs1INHo+jUjwHi1T6SG6Ua/LHOQBCLuKEEE6efIpt4ZOoNonaT1kP32GoOcdNDbfqsD2445CPri3MubBy5DEQ==} + '@azure/core-rest-pipeline@1.24.0': + resolution: {integrity: sha512-PpLsoDQ3AMmKZ0VU+0GrmqMxgp/sExjlVm4R+nLWngeoEGAzOIPVifaxKGU5gMv+nWELUoHfvrolWD+ZS/nFJg==} engines: {node: '>=20.0.0'} '@azure/core-tracing@1.3.1': @@ -90,19 +90,19 @@ packages: resolution: {integrity: sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==} engines: {node: '>=20.0.0'} - '@azure/storage-blob@12.31.0': - resolution: {integrity: sha512-DBgNv10aCSxopt92DkTDD0o9xScXeBqPKGmR50FPZQaEcH4JLQ+GEOGEDv19V5BMkB7kxr+m4h6il/cCDPvmHg==} + '@azure/storage-blob@12.32.0': + resolution: {integrity: sha512-80LzSNnFQye2LCCBFghAJS6jJQJ7N4bfgZ6qDMgVGRtugZ7TLDKQZ2hczMigmZH3jAcMRdma/IygsC5+0gT7Tw==} engines: {node: '>=20.0.0'} - '@azure/storage-common@12.3.0': - resolution: {integrity: sha512-/OFHhy86aG5Pe8dP5tsp+BuJ25JOAl9yaMU3WZbkeoiFMHFtJ7tu5ili7qEdBXNW9G5lDB19trwyI6V49F/8iQ==} + '@azure/storage-common@12.4.0': + resolution: {integrity: sha512-kNhJKMxQb374KOVt63CZnGIpDcrKNzJeyANLJymxE9mCJSdRGzb+Iv9oSIiCj6tNMLypr530b9ObOiA/5OvwOg==} engines: {node: '>=20.0.0'} '@gigara/rush-github-action-build-cache-plugin@1.1.8': resolution: {integrity: sha512-lkZbhG11/26hibbfNoEyCN2L2GcpY1YzO6rsEWozcOmxVct82Hr7xKspmwUavo4dpA38FlJQMqBM3w5kz/uVAg==} - '@nodable/entities@2.1.0': - resolution: {integrity: sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==} + '@nodable/entities@2.2.0': + resolution: {integrity: sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==} '@protobuf-ts/runtime-rpc@2.11.1': resolution: {integrity: sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==} @@ -110,14 +110,17 @@ packages: '@protobuf-ts/runtime@2.11.1': resolution: {integrity: sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==} - '@typespec/ts-http-runtime@0.3.5': - resolution: {integrity: sha512-yURCknZhvywvQItHMMmFSo+fq5arCUIyz/CVk7jD89MSai7dkaX8ufjCWp3NttLojoTVbcE72ri+be/TnEbMHw==} + '@typespec/ts-http-runtime@0.3.6': + resolution: {integrity: sha512-jIXhD0eWQ1JA6ln/5Dltyx22UxWNrw0hZmhy2rlv6m6KgF7kplHx3g0fzi09lNmTJQRR91OlemYp3xFnvDK9og==} engines: {node: '>=20.0.0'} agent-base@7.1.4: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} + anynum@1.0.1: + resolution: {integrity: sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==} + balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -161,16 +164,16 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - path-expression-matcher@1.5.0: - resolution: {integrity: sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==} + path-expression-matcher@1.6.0: + resolution: {integrity: sha512-e5y7RCLHKjemsgQ4eqGJtPyr10ILz25HO7flzxhTV8bgvd5yHx98DGtCAtbVW9f2TqnYI/gEVZd+vz7snrdPTw==} engines: {node: '>=14.0.0'} semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - strnum@2.3.0: - resolution: {integrity: sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==} + strnum@2.4.1: + resolution: {integrity: sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==} tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -179,8 +182,8 @@ packages: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} - undici@6.24.0: - resolution: {integrity: sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==} + undici@6.27.0: + resolution: {integrity: sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==} engines: {node: '>=18.17'} snapshots: @@ -193,8 +196,8 @@ snapshots: '@actions/http-client': 3.0.2 '@actions/io': 2.0.0 '@azure/abort-controller': 1.1.0 - '@azure/core-rest-pipeline': 1.23.0 - '@azure/storage-blob': 12.31.0 + '@azure/core-rest-pipeline': 1.24.0 + '@azure/storage-blob': 12.32.0 '@protobuf-ts/runtime-rpc': 2.11.1 semver: 6.3.1 transitivePeerDependencies: @@ -217,7 +220,7 @@ snapshots: '@actions/http-client@3.0.2': dependencies: tunnel: 0.0.6 - undici: 6.24.0 + undici: 6.27.0 '@actions/io@2.0.0': {} @@ -237,11 +240,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/core-client@1.10.1': + '@azure/core-client@1.10.2': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-rest-pipeline': 1.23.0 + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 @@ -249,11 +252,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/core-http-compat@2.4.0(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.23.0)': + '@azure/core-http-compat@2.4.0(@azure/core-client@1.10.2)(@azure/core-rest-pipeline@1.24.0)': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-client': 1.10.1 - '@azure/core-rest-pipeline': 1.23.0 + '@azure/core-client': 1.10.2 + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-lro@2.7.2': dependencies: @@ -268,14 +271,14 @@ snapshots: dependencies: tslib: 2.8.1 - '@azure/core-rest-pipeline@1.23.0': + '@azure/core-rest-pipeline@1.24.0': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 - '@typespec/ts-http-runtime': 0.3.5 + '@typespec/ts-http-runtime': 0.3.6 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -287,7 +290,7 @@ snapshots: '@azure/core-util@1.13.1': dependencies: '@azure/abort-controller': 2.1.2 - '@typespec/ts-http-runtime': 0.3.5 + '@typespec/ts-http-runtime': 0.3.6 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -299,36 +302,36 @@ snapshots: '@azure/logger@1.3.0': dependencies: - '@typespec/ts-http-runtime': 0.3.5 + '@typespec/ts-http-runtime': 0.3.6 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/storage-blob@12.31.0': + '@azure/storage-blob@12.32.0': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-client': 1.10.1 - '@azure/core-http-compat': 2.4.0(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.23.0) + '@azure/core-client': 1.10.2 + '@azure/core-http-compat': 2.4.0(@azure/core-client@1.10.2)(@azure/core-rest-pipeline@1.24.0) '@azure/core-lro': 2.7.2 '@azure/core-paging': 1.6.2 - '@azure/core-rest-pipeline': 1.23.0 + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/core-xml': 1.5.1 '@azure/logger': 1.3.0 - '@azure/storage-common': 12.3.0(@azure/core-client@1.10.1) + '@azure/storage-common': 12.4.0(@azure/core-client@1.10.2) events: 3.3.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/storage-common@12.3.0(@azure/core-client@1.10.1)': + '@azure/storage-common@12.4.0(@azure/core-client@1.10.2)': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-http-compat': 2.4.0(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.23.0) - '@azure/core-rest-pipeline': 1.23.0 + '@azure/core-http-compat': 2.4.0(@azure/core-client@1.10.2)(@azure/core-rest-pipeline@1.24.0) + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 @@ -345,7 +348,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@nodable/entities@2.1.0': {} + '@nodable/entities@2.2.0': {} '@protobuf-ts/runtime-rpc@2.11.1': dependencies: @@ -353,7 +356,7 @@ snapshots: '@protobuf-ts/runtime@2.11.1': {} - '@typespec/ts-http-runtime@0.3.5': + '@typespec/ts-http-runtime@0.3.6': dependencies: http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -363,6 +366,8 @@ snapshots: agent-base@7.1.4: {} + anynum@1.0.1: {} + balanced-match@1.0.2: {} brace-expansion@1.1.13: @@ -380,14 +385,14 @@ snapshots: fast-xml-builder@1.1.7: dependencies: - path-expression-matcher: 1.5.0 + path-expression-matcher: 1.6.0 fast-xml-parser@5.7.0: dependencies: - '@nodable/entities': 2.1.0 + '@nodable/entities': 2.2.0 fast-xml-builder: 1.1.7 - path-expression-matcher: 1.5.0 - strnum: 2.3.0 + path-expression-matcher: 1.6.0 + strnum: 2.4.1 http-proxy-agent@7.0.2: dependencies: @@ -409,14 +414,16 @@ snapshots: ms@2.1.3: {} - path-expression-matcher@1.5.0: {} + path-expression-matcher@1.6.0: {} semver@6.3.1: {} - strnum@2.3.0: {} + strnum@2.4.1: + dependencies: + anynum: 1.0.1 tslib@2.8.1: {} tunnel@0.0.6: {} - undici@6.24.0: {} + undici@6.27.0: {} From 4f62bb0b00b11eba311b5e24a2fea805204b0101 Mon Sep 17 00:00:00 2001 From: samithkavishke Date: Tue, 23 Jun 2026 13:35:09 +0530 Subject: [PATCH 3/9] Fix e2e tests with the vscode update --- .../run-concurrent/run-concurrent.spec.ts | 2 +- .../run-conflict/run-conflict.spec.ts | 2 +- .../utils/helpers/setup.ts | 2 +- .../utils/helpers/sidebar.ts | 20 ++++++++++++++++++- .../utils/pages/ProjectExplorer.ts | 14 +++++++++++-- 5 files changed, 34 insertions(+), 6 deletions(-) diff --git a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-concurrent/run-concurrent.spec.ts b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-concurrent/run-concurrent.spec.ts index 677513e93f8..a6878269b6a 100644 --- a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-concurrent/run-concurrent.spec.ts +++ b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-concurrent/run-concurrent.spec.ts @@ -47,7 +47,7 @@ async function waitForWorkspaceTree(firstItem: string) { const projectExplorer = new ProjectExplorer(page.page); await projectExplorer.init().catch(() => undefined); await page.page - .locator(`div[role="treeitem"][aria-label='${firstItem}']`) + .locator(ProjectExplorer.treeItemSelector(firstItem)) .first() .waitFor({ timeout: 90000 }); } diff --git a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-conflict/run-conflict.spec.ts b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-conflict/run-conflict.spec.ts index 900e5a5d402..8566aa833f7 100644 --- a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-conflict/run-conflict.spec.ts +++ b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/run-conflict/run-conflict.spec.ts @@ -97,7 +97,7 @@ export default function createTests() { const projectExplorer = new ProjectExplorer(page.page); await projectExplorer.init().catch(() => undefined); await page.page - .locator(`div[role="treeitem"][aria-label='${DEFAULT_PROJECT_NAME}']`) + .locator(ProjectExplorer.treeItemSelector(DEFAULT_PROJECT_NAME)) .first() .waitFor({ timeout: 90000 }); diff --git a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/setup.ts b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/setup.ts index 10ef1899472..0606afab264 100644 --- a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/setup.ts +++ b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/setup.ts @@ -32,7 +32,7 @@ export const dataFolder = path.join(__dirname, '..', '..', '..', 'data'); const emptyProjectPath = path.join(__dirname, '..', '..', 'data', 'empty_project'); export const extensionsFolder = path.join(__dirname, '..', '..', '..', '..', 'vsix'); const repoRootExtensionsFolder = path.join(__dirname, '..', '..', '..', '..', '..', '..', '..'); -const vscodeVersion = 'latest'; +const vscodeVersion = '1.125.1'; const baseVsCodeProfileName = process.env.BI_E2E_PROFILE_NAME ?? `bi-test-profile-${process.pid}`; let vscodeLaunchAttempt = 0; export const resourcesFolder = path.join(__dirname, '..', '..', '..', 'test-resources'); diff --git a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/sidebar.ts b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/sidebar.ts index aaf7beb3b39..84dc36b1c5d 100644 --- a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/sidebar.ts +++ b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/helpers/sidebar.ts @@ -17,12 +17,30 @@ */ import { ExtendedPage } from "@wso2/playwright-vscode-tester"; -import { BI_SIDEBAR_VIEW_ID } from "./constants"; +import { BI_INTEGRATOR_LABEL, BI_SIDEBAR_VIEW_ID } from "./constants"; /** * Wait until BI extension sidebar tree container is available. + * + * After a window reload the BI view container is not guaranteed to be the + * active viewlet — newer VS Code versions don't reliably restore the last + * open view, so its DOM is absent and a passive wait would time out. We first + * actively open the WSO2 Integrator activity-bar view (mirroring how + * ProjectExplorer.init() opens it), then wait for its pane to attach. */ export async function waitForBISidebarTreeView(page: ExtendedPage, timeout: number = 30000): Promise { + try { + const activityTab = page.page.locator(`[role="tab"][aria-label="${BI_INTEGRATOR_LABEL}"]`).first(); + await activityTab.waitFor({ state: 'visible', timeout: Math.min(timeout, 15000) }); + const isActive = await activityTab.evaluate((el) => el.classList.contains('checked')).catch(() => false); + if (!isActive) { + await activityTab.click(); + } + } catch { + // Activity tab not ready yet; fall through to selector polling below, + // which throws with a detailed error if the view never appears. + } + const selectors = [ `div.composite.viewlet#${BI_SIDEBAR_VIEW_ID} div.monaco-pane-view`, `div.composite.viewlet[id^="${BI_SIDEBAR_VIEW_ID}"] div.monaco-pane-view`, diff --git a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts index db66f7d38c9..8e0946dbe3d 100644 --- a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts +++ b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts @@ -26,6 +26,16 @@ export class ProjectExplorer { this.explorer = this.page.getByRole('tree').locator('div').first(); } + /** + * Builds a tree-item selector that tolerates VS Code appending a + * ", " suffix to the aria-label (behaviour introduced in + * newer VS Code versions). Matches either the exact label or the label + * followed by the ", " separator, so it works on old and new VS Code. + */ + public static treeItemSelector(label: string): string { + return `div[role="treeitem"][aria-label="${label}"], div[role="treeitem"][aria-label^="${label}, "]`; + } + public async init() { const wso2IntegratorActivityTab = this.page.locator(`[role="tab"][aria-label="${BI_INTEGRATOR_LABEL}"]`).first(); const isChecked = await wso2IntegratorActivityTab.evaluate((el) => el.classList.contains('checked')); @@ -38,7 +48,7 @@ export class ProjectExplorer { let currentItem; for (let i = 0; i < path.length; i++) { - currentItem = this.explorer.locator(`div[role="treeitem"][aria-label='${path[i]}']`); + currentItem = this.explorer.locator(ProjectExplorer.treeItemSelector(path[i])); await currentItem.waitFor({ timeout: 5000 }); } return currentItem; @@ -46,7 +56,7 @@ export class ProjectExplorer { public async goToOverview(projectName: string) { // wait for 1s - const projectExplorerRoot = this.explorer.locator(`div[role="treeitem"][aria-label="${projectName}"]`); + const projectExplorerRoot = this.explorer.locator(ProjectExplorer.treeItemSelector(projectName)); await projectExplorerRoot.waitFor(); await projectExplorerRoot.hover(); const locator = this.explorer.getByLabel('Open View'); From f04525a85b1a63766fc8c1a0f63c5999d36f79c9 Mon Sep 17 00:00:00 2001 From: samithkavishke Date: Tue, 23 Jun 2026 14:33:14 +0530 Subject: [PATCH 4/9] Fix double quotation escape --- .../e2e-playwright-tests/utils/pages/ProjectExplorer.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts index 8e0946dbe3d..23b9d04b549 100644 --- a/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts +++ b/workspaces/ballerina/ballerina-extension/e2e-test/e2e-playwright-tests/utils/pages/ProjectExplorer.ts @@ -33,7 +33,11 @@ export class ProjectExplorer { * followed by the ", " separator, so it works on old and new VS Code. */ public static treeItemSelector(label: string): string { - return `div[role="treeitem"][aria-label="${label}"], div[role="treeitem"][aria-label^="${label}, "]`; + // Escape backslashes and double quotes so labels that themselves + // contain quotes (e.g. `RabbitMQ Event Integration - "myQueue"`) don't + // produce a malformed double-quoted CSS attribute selector. + const escaped = label.replace(/\\/g, '\\\\').replace(/"/g, '\\"'); + return `div[role="treeitem"][aria-label="${escaped}"], div[role="treeitem"][aria-label^="${escaped}, "]`; } public async init() { From 22c4df0a0a0cfcde6ad566f714b1cf6ea724f116 Mon Sep 17 00:00:00 2001 From: gigara Date: Tue, 23 Jun 2026 18:33:11 +0530 Subject: [PATCH 5/9] Fix vulnerabilities --- common/config/rush/.pnpmfile.cjs | 2 +- common/config/rush/pnpm-lock.yaml | 4510 +++++++++++++++-------------- 2 files changed, 2304 insertions(+), 2208 deletions(-) diff --git a/common/config/rush/.pnpmfile.cjs b/common/config/rush/.pnpmfile.cjs index d770ced8d65..ba4f6250632 100644 --- a/common/config/rush/.pnpmfile.cjs +++ b/common/config/rush/.pnpmfile.cjs @@ -55,7 +55,7 @@ module.exports = { // security mitigation: CVE-2026-8769 (uncontrolled resource consumption) - no fixed // version published yet, pin to the latest 3.x patch if (currentVersion.startsWith('^3') || currentVersion.startsWith('3')) { - deps['@ai-sdk/provider-utils'] = '3.0.25'; + deps['@ai-sdk/provider-utils'] = '3.0.27'; } } if (deps['protobufjs']) { diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index df58220aab8..9c9c1fa2775 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: version: 11.6.1 '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@types/json-schema': specifier: 7.0.15 version: 7.0.15 @@ -86,7 +86,7 @@ importers: version: 0.5.14 axios: specifier: '>=1.16.0' - version: 1.17.0 + version: 1.18.1 copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -95,7 +95,7 @@ importers: version: 0.4.4 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 json-schema: specifier: 0.4.0 version: 0.4.0 @@ -208,13 +208,13 @@ importers: dependencies: '@emotion/css': specifier: 11.10.5 - version: 11.10.5(@babel/core@7.29.7) + version: 11.10.5(@babel/core@8.0.1) '@emotion/react': specifier: 11.9.3 - version: 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) + version: 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) '@emotion/styled': specifier: 11.11.0 - version: 11.11.0(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) + version: 11.11.0(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) '@hookform/resolvers': specifier: 3.3.4 version: 3.3.4(react-hook-form@7.56.4(react@18.2.0)) @@ -244,7 +244,7 @@ importers: version: link:../../common-libs/ui-toolkit js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 lodash: specifier: '>=4.18.0' version: 4.18.1 @@ -272,10 +272,10 @@ importers: devDependencies: '@babel/plugin-syntax-flow': specifier: 7.22.5 - version: 7.22.5(@babel/core@7.29.7) + version: 7.22.5(@babel/core@8.0.1) '@babel/preset-typescript': specifier: 7.22.11 - version: 7.22.11(@babel/core@7.29.7) + version: 7.22.11(@babel/core@8.0.1) '@storybook/addon-actions': specifier: 8.6.14 version: 8.6.14(storybook@8.6.14(prettier@3.5.3)) @@ -287,7 +287,7 @@ importers: version: 8.6.14(react@18.2.0)(storybook@8.6.14(prettier@3.5.3)) '@storybook/cli': specifier: 8.6.14 - version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3) + version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3) '@storybook/react': specifier: 8.6.14 version: 8.6.14(@storybook/test@8.6.14(storybook@8.6.14(prettier@3.5.3)))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.5.3))(typescript@5.8.3) @@ -409,7 +409,7 @@ importers: version: 30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)) ts-jest: specifier: 29.4.1 - version: 29.4.1(@babel/core@7.29.7)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@7.29.7))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.4.1(@babel/core@8.0.1)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@8.0.1))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -445,7 +445,7 @@ importers: version: 30.2.0 ts-jest: specifier: 29.4.1 - version: 29.4.1(@babel/core@7.29.7)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@7.29.7))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.4.1(@babel/core@8.0.1)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@8.0.1))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -753,7 +753,7 @@ importers: version: 0.5.16 axios: specifier: '>=1.16.0' - version: 1.17.0 + version: 1.18.1 chai: specifier: 4.3.10 version: 4.3.10 @@ -774,7 +774,7 @@ importers: version: 0.4.5 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 keytar: specifier: 7.9.0 version: 7.9.0 @@ -904,10 +904,10 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@7.29.7) + version: 7.27.2(@babel/core@8.0.1) '@rollup/plugin-commonjs': specifier: 28.0.3 version: 28.0.3(rollup@4.41.0) @@ -922,7 +922,7 @@ importers: version: 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-essentials': specifier: 6.5.16 - version: 6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) + version: 6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) '@storybook/addon-links': specifier: 6.5.16 version: 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -934,7 +934,7 @@ importers: version: 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) '@storybook/react': specifier: 6.5.16 - version: 6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) + version: 6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) '@types/classnames': specifier: 2.2.9 version: 2.2.9 @@ -967,7 +967,7 @@ importers: version: 5.28.5(postcss@8.5.10)(webpack-cli@6.0.1) babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) + version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) copy-webpack-plugin: specifier: 13.0.0 version: 13.0.0(webpack@5.104.1) @@ -1239,7 +1239,7 @@ importers: devDependencies: '@storybook/react': specifier: 6.5.16 - version: 6.5.16(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.5.16(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@types/lodash': specifier: 4.17.16 version: 4.17.16 @@ -1359,7 +1359,7 @@ importers: version: 11.11.1 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 katex: specifier: 0.16.27 version: 0.16.27 @@ -1486,7 +1486,7 @@ importers: version: 4.0.0(webpack@5.104.1) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) ts-loader: specifier: 9.5.2 version: 9.5.2(typescript@5.8.3)(webpack@5.104.1) @@ -1559,19 +1559,19 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@7.29.7) + version: 7.27.2(@babel/core@8.0.1) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@storybook/react': specifier: 6.3.7 - version: 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -1601,7 +1601,7 @@ importers: version: 18.3.0 babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@7.29.7) + version: 29.7.0(@babel/core@8.0.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -1625,7 +1625,7 @@ importers: version: 1.5.1 ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -1680,19 +1680,19 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@7.29.7) + version: 7.27.2(@babel/core@8.0.1) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@storybook/react': specifier: 6.5.16 - version: 6.5.16(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.5.16(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -1722,7 +1722,7 @@ importers: version: 18.3.0 babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@7.29.7) + version: 29.7.0(@babel/core@8.0.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -1743,7 +1743,7 @@ importers: version: 18.3.0(react@18.2.0) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -1904,13 +1904,13 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@storybook/addon-actions': specifier: 6.5.9 version: 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-essentials': specifier: 6.5.9 - version: 6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) + version: 6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) '@storybook/addon-links': specifier: 6.5.9 version: 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -1922,7 +1922,7 @@ importers: version: 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) '@storybook/react': specifier: 6.5.9 - version: 6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) + version: 6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) '@types/react': specifier: 18.2.0 version: 18.2.0 @@ -1931,7 +1931,7 @@ importers: version: 18.2.0 babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) + version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) css-loader: specifier: 7.1.2 version: 7.1.2(webpack@5.104.1) @@ -2165,7 +2165,7 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@types/react': specifier: 18.2.0 version: 18.2.0 @@ -2180,7 +2180,7 @@ importers: version: link:../../common-libs/ui-toolkit babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) + version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -2338,19 +2338,19 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@7.29.7) + version: 7.27.2(@babel/core@8.0.1) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@storybook/react': specifier: 6.3.7 - version: 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -2383,7 +2383,7 @@ importers: version: 8.32.1(@typescript-eslint/parser@8.33.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3))(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3) babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@7.29.7) + version: 29.7.0(@babel/core@8.0.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -2416,7 +2416,7 @@ importers: version: 18.3.0(react@18.2.0) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -2486,7 +2486,7 @@ importers: devDependencies: '@storybook/react': specifier: 6.5.9 - version: 6.5.9(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.5.9(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@types/classnames': specifier: 2.2.9 version: 2.2.9 @@ -2704,16 +2704,16 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@7.29.7) + version: 7.27.2(@babel/core@8.0.1) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -2743,10 +2743,10 @@ importers: version: link:../../common-libs/ui-toolkit babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@7.29.7) + version: 29.7.0(@babel/core@8.0.1) babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) + version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -2770,7 +2770,7 @@ importers: version: 4.0.0(webpack@5.104.1) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3) ts-loader: specifier: 9.4.1 version: 9.4.1(typescript@5.8.3)(webpack@5.104.1) @@ -2998,7 +2998,7 @@ importers: version: 21.3.2 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 jschardet: specifier: 3.0.0 version: 3.0.0 @@ -3047,7 +3047,7 @@ importers: version: link:../../common-libs/playwright-vscode-tester axios: specifier: '>=1.16.0' - version: 1.17.0 + version: 1.18.1 copy-webpack-plugin: specifier: 13.0.0 version: 13.0.0(webpack@5.104.1) @@ -3116,7 +3116,7 @@ importers: version: 2.5.1 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 lodash.debounce: specifier: 4.0.8 version: 4.0.8 @@ -3286,13 +3286,13 @@ importers: dependencies: '@emotion/css': specifier: 11.10.5 - version: 11.10.5(@babel/core@7.29.7) + version: 11.10.5(@babel/core@8.0.1) '@emotion/react': specifier: 11.9.3 - version: 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0) + version: 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0) '@emotion/styled': specifier: 11.10.5 - version: 11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0) + version: 11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0) '@vscode/codicons': specifier: 0.0.44 version: 0.0.44 @@ -3320,7 +3320,7 @@ importers: version: 8.6.14(react@19.1.0)(storybook@8.6.14(prettier@3.5.3)) '@storybook/cli': specifier: 8.6.14 - version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3) + version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3) '@storybook/react': specifier: 8.6.14 version: 8.6.14(@storybook/test@8.6.14(storybook@8.6.14(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.14(prettier@3.5.3))(typescript@5.8.3) @@ -3362,7 +3362,7 @@ importers: dependencies: '@emotion/css': specifier: 11.10.5 - version: 11.10.5(@babel/core@7.29.7) + version: 11.10.5(@babel/core@8.0.1) '@emotion/react': specifier: 11.14.0 version: 11.14.0(@types/react@18.2.0)(react@19.1.0) @@ -3420,7 +3420,7 @@ importers: version: 8.6.14(@types/react@18.2.0)(storybook@8.6.14(prettier@3.5.3)) '@storybook/cli': specifier: 8.6.14 - version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3) + version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3) '@storybook/react': specifier: 8.6.14 version: 8.6.14(@storybook/test@8.6.14(storybook@8.6.14(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.14(prettier@3.5.3))(typescript@5.8.3) @@ -3606,10 +3606,10 @@ importers: dependencies: '@emotion/react': specifier: 11.9.3 - version: 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) + version: 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) '@emotion/styled': specifier: 11.10.5 - version: 11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) + version: 11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) '@projectstorm/geometry': specifier: 6.7.4 version: 6.7.4 @@ -3618,16 +3618,16 @@ importers: version: 6.7.4(lodash@4.18.1)(react@18.2.0) '@projectstorm/react-diagrams': specifier: 6.7.4 - version: 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) + version: 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@projectstorm/react-diagrams-core': specifier: 6.7.4 version: 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@projectstorm/react-diagrams-defaults': specifier: 6.7.4 - version: 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) + version: 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@projectstorm/react-diagrams-routing': specifier: 6.7.4 - version: 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) + version: 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@wso2/ui-toolkit': specifier: workspace:* version: link:../../common-libs/ui-toolkit @@ -3646,7 +3646,7 @@ importers: devDependencies: '@storybook/react': specifier: 6.3.7 - version: 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@types/dagre': specifier: 0.7.52 version: 0.7.52 @@ -3966,10 +3966,10 @@ importers: devDependencies: '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@7.29.7) + version: 7.27.2(@babel/core@8.0.1) '@storybook/addon-essentials': specifier: 8.6.14 version: 8.6.14(@types/react@18.2.0)(storybook@8.6.14(prettier@3.5.3)) @@ -4026,7 +4026,7 @@ importers: version: 8.32.1(@typescript-eslint/parser@8.33.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3))(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3) babel-jest: specifier: 30.0.0 - version: 30.0.0(@babel/core@7.29.7) + version: 30.0.0(@babel/core@8.0.1) deep-equal: specifier: 2.2.3 version: 2.2.3 @@ -4050,7 +4050,7 @@ importers: version: 8.6.14(prettier@3.5.3) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@7.29.7))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@8.0.1))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -4077,10 +4077,10 @@ importers: version: 12.0.2 '@babel/core': specifier: '>=7.29.6' - version: 7.29.7 + version: 8.0.1 '@babel/plugin-transform-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@iarna/toml': specifier: 2.2.5 version: 2.2.5 @@ -4134,7 +4134,7 @@ importers: version: 5.0.76(zod@4.1.11) axios: specifier: '>=1.16.0' - version: 1.17.0 + version: 1.18.1 copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -4494,10 +4494,10 @@ importers: devDependencies: '@babel/plugin-syntax-flow': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@7.29.7) + version: 7.27.1(@babel/core@8.0.1) '@headlessui/react': specifier: 2.2.4 version: 2.2.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -4679,7 +4679,7 @@ importers: version: 21.3.2 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 jschardet: specifier: 3.1.4 version: 3.1.4 @@ -4737,7 +4737,7 @@ importers: version: link:../../common-libs/playwright-vscode-tester axios: specifier: '>=1.16.0' - version: 1.17.0 + version: 1.18.1 copy-webpack-plugin: specifier: 13.0.0 version: 13.0.0(webpack@5.104.1) @@ -4809,7 +4809,7 @@ importers: version: 4.0.0 js-yaml: specifier: '>=4.2.0' - version: 4.2.0 + version: 5.1.0 lodash.debounce: specifier: 4.0.8 version: 4.0.8 @@ -4973,8 +4973,8 @@ packages: peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/provider-utils@3.0.25': - resolution: {integrity: sha512-CvsRu+32Y8a167s+lrIBtsybvgTHp8j9y+6BeTvLeoW3Q+okw/b4CnNUFOLIXsRaKHQKAH+IHNJPYWywfpw0LA==} + '@ai-sdk/provider-utils@3.0.27': + resolution: {integrity: sha512-JFhJK5ynprll2FR3e+sHagJJIwvIagsNA0FLbLPq2Os4yLUK2/eiaCU0jXsADik73/hhvcPPLmD+Uo8eu5kFaQ==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -5146,8 +5146,8 @@ packages: resolution: {integrity: sha512-N6Lic98uc4ADB7fLWlzx+1uVnq04VgVjngZvwHoujcRg9YDhIg9dUDiTzD5VZv13g1BrPYmvYP1HhsildpGV6w==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-locate-window@3.965.7': - resolution: {integrity: sha512-M0D6oIpohdNHjc7udzTHEQyot0+0iuA36jc2I9Hps+f/GtKi2HO/pyijQnCnNcwZqLB5+rtn81z3eZK/GyjAmA==} + '@aws-sdk/util-locate-window@3.965.8': + resolution: {integrity: sha512-uUbMs1cBZPafD0ohUj6EwNf0fPZ534NvBxHox4hjX+0Rxq5paSYUem7+hi833pYrzrcnBATKIYpR02MDXT5M9g==} engines: {node: '>=20.0.0'} '@aws-sdk/util-user-agent-browser@3.804.0': @@ -5204,16 +5204,16 @@ packages: resolution: {integrity: sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==} engines: {node: '>=20.0.0'} - '@azure/msal-browser@5.13.0': - resolution: {integrity: sha512-Ea23x0U8XNFY+qJ9T44zO2BbY+AHdb+WdjmYnx36OhJ/KO+PGU5pmsNHf1DCElYX+6wyVRJz1HFeCPC/cHbRug==} + '@azure/msal-browser@5.14.0': + resolution: {integrity: sha512-Dfl7hPZe9/JJwRhFFXHq2z1oHYBuGubmff3kWXOsd1AGgyXlqjNYAWuN/1JL/ZrcZBs8TKMjGSil6Rcc7E8VPQ==} engines: {node: '>=0.8.0'} - '@azure/msal-common@16.8.0': - resolution: {integrity: sha512-5S4RHOcInL2Nu2U217tDZbWGI6StMfcWCrA7TWvWdJmXQ+cYrrIqr84AsN62fGh2MDBysiBJPt6CfWceJfloEA==} + '@azure/msal-common@16.9.0': + resolution: {integrity: sha512-1MWGjqgUCRAYgLmVFZKp7fs3Rg1TFvIMgywY8ze2olNVvLlJoRThuoziWSDJuwwyJI5L4rnLb9Tyt5D9GvSLPw==} engines: {node: '>=0.8.0'} - '@azure/msal-node@5.2.4': - resolution: {integrity: sha512-rpBUg9dA8UpC2WiFt3KeDKVQmmmVrfxdRnW+F1ebgou/jX/0tAvYuonaq5RUo8OaqzOrj4x/HaI8DmY56RXZ2Q==} + '@azure/msal-node@5.2.5': + resolution: {integrity: sha512-RUuewWk9JvWJS5Yiy8/74Lm1rQAWlrU/qg/Bgtk1jIauVRtnb9XKwS5Xg0J+Whwjesq9EVrBIFgQEP8vHxgezA==} engines: {node: '>=20'} '@babel/code-frame@7.10.4': @@ -5223,18 +5223,30 @@ packages: resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} + '@babel/code-frame@8.0.0': + resolution: {integrity: sha512-dYYg153EyN2Ekbqw2zAsbd6/JR+9N2SEoC7YV2GyyqMM7x9bLDTjBD6XBhSMLH0wtIVyJj03jWNriQhaN+eoCw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/compat-data@7.29.7': resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} engines: {node: '>=6.9.0'} - '@babel/core@7.29.7': - resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} - engines: {node: '>=6.9.0'} + '@babel/compat-data@8.0.0': + resolution: {integrity: sha512-DOjnob/cXOUgDOozCDeq/aK2p5y8dUIVdf6tNhEV1HQRd6I8aQ4f4fbtHRVEvb6lP3BGomrKHiS8ICAASSVQSw==} + engines: {node: ^22.18.0 || >=24.11.0} + + '@babel/core@8.0.1': + resolution: {integrity: sha512-5FgxM4dLQpMJHSiVATk8foW263dVHQHBVpXYiimNECVWG01f4nFyEbQixeT6Mwvg7TayREJ2gpKl3o2RoMdnqw==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/generator@7.29.7': resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} engines: {node: '>=6.9.0'} + '@babel/generator@8.0.0': + resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-annotate-as-pure@7.29.7': resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==} engines: {node: '>=6.9.0'} @@ -5243,6 +5255,10 @@ packages: resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@8.0.0': + resolution: {integrity: sha512-JwculLABZvyPvyLBpwU/E/IbH2uM3mnxNtIJpxnIfb24y1PrdVxK5Dqjle4DpgqpGRnwgC7G8IkzPdSXZrO1Ew==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-create-class-features-plugin@7.29.7': resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} engines: {node: '>=6.9.0'} @@ -5274,6 +5290,10 @@ packages: resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} engines: {node: '>=6.9.0'} + '@babel/helper-globals@8.0.0': + resolution: {integrity: sha512-lLozHOM6sWWlxNo8CYqHy4MBZeTvHXNgVPBfPOGsjPKUzHC2Az9QwB6gxdQmpwHl6GlQtbGgS+lj5887guDiLw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-member-expression-to-functions@7.29.7': resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==} engines: {node: '>=6.9.0'} @@ -5319,21 +5339,33 @@ packages: resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@8.0.0': + resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-validator-identifier@7.29.7': resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@8.0.2': + resolution: {integrity: sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-validator-option@7.29.7': resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@8.0.0': + resolution: {integrity: sha512-U4Dybxh4WESWHt5XhBeExi4DrY0/DNK1aHpQbsrQXCUbFHuMweT0TpLEWKvaraV2Y6fS+ZXunsZ8zIuZIgvF2Q==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-wrap-function@7.29.7': resolution: {integrity: sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.29.7': - resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} - engines: {node: '>=6.9.0'} + '@babel/helpers@8.0.0': + resolution: {integrity: sha512-wfbi91pM3py96oIiJEz7qIpyXDytgr9zQC1HEWwlGNVRAEmItuU/0a41ZUKu1sJGyhhOIpc4t5vk4PYzt8wpsg==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/highlight@7.25.9': resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==} @@ -5344,6 +5376,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@8.0.0': + resolution: {integrity: sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==} + engines: {node: ^22.18.0 || >=24.11.0} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7': resolution: {integrity: sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==} engines: {node: '>=6.9.0'} @@ -5966,14 +6003,26 @@ packages: resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} engines: {node: '>=6.9.0'} + '@babel/template@8.0.0': + resolution: {integrity: sha512-eAD0QW/AlbamBbw0FeGiwasbCVPq5ncW0HNVyLP3B9czqLyh4gvw+5JTSNt6le9+ziAU7mqDZsKTHf3jTb4chQ==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/traverse@7.29.7': resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} engines: {node: '>=6.9.0'} + '@babel/traverse@8.0.0': + resolution: {integrity: sha512-bxTj/W2VclGE6CctlfQOpxg8MPDzXArRqkOBePw8EHfebcjF7fETWSS3BriEECo+UiU/Yblq+xUtSImFu7cTbw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/types@7.29.7': resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} engines: {node: '>=6.9.0'} + '@babel/types@8.0.0': + resolution: {integrity: sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@base2/pretty-print-object@1.0.1': resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -6194,8 +6243,8 @@ packages: '@codemirror/merge@6.12.2': resolution: {integrity: sha512-V8JvyAPjHbPupqP7BeMcsdsYCbyPij74jxIbaIJDORI+VZzW44zFmon8bF+oxGWvOKhcRmkiUMXd8MxHr3YA2w==} - '@codemirror/search@6.7.0': - resolution: {integrity: sha512-ZvGm99wc/s2cITtMT15LFdn8aH/aS+V+DqyGq/N5ZlV5vWtH+nILvC2nw0zX7ByNoHHDZ2IxxdW38O0tc5nVHg==} + '@codemirror/search@6.7.1': + resolution: {integrity: sha512-uMe5UO6PamJtSHrXhhHOzSX3ReWtiJrva6GnPMwSOrZtiExb5X5eExhr2OUZQVvdxPsKpY3Ro2mFbQadpPWmHA==} '@codemirror/state@6.5.2': resolution: {integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==} @@ -7171,9 +7220,6 @@ packages: '@jridgewell/gen-mapping@0.3.13': resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} - '@jridgewell/remapping@2.3.5': - resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} - '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} @@ -7229,50 +7275,50 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/fs-core@4.57.7': - resolution: {integrity: sha512-GDKuYHjP7vAI1kjBo73V+STKr9XIMZknW/xirpRW/EcShX0IKSev/ALafeRfC8Q331nodrXUFu04PugPB0MAhw==} + '@jsonjoy.com/fs-core@4.57.8': + resolution: {integrity: sha512-YzVbwggV9452VCeHgo0bjsTaUt1O7JE0XpEsPar93nn/+RAwXk0mb1Y+f5EDJ3TRtRCFe+Ck5RuojdfB4jeHVw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-fsa@4.57.7': - resolution: {integrity: sha512-1rWsah2nZtRbNeP+c61QcfGfVrJXBmBD0Hm7Akvv4C9MKEasXnbiOS//iH3T3HwUSSBATGrfSp0Xi8nlNhATeQ==} + '@jsonjoy.com/fs-fsa@4.57.8': + resolution: {integrity: sha512-vmClyvCQMxgqz7uamDiGtRfp4MjzOznk3pcQjCxlIwJcw7TWeyr+bF30hI0x8NxdtNOGMg1pHM74VDIXOeyjuw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-builtins@4.57.7': - resolution: {integrity: sha512-LWqfY1m+uAosjwM1RrKhMkUnP9jcq1RUczHsNO779ovm1E9v8I/pmj04eBAcoBjhC7ltcPbNFGyRJ5JqSJ7Jdg==} + '@jsonjoy.com/fs-node-builtins@4.57.8': + resolution: {integrity: sha512-mxXSXw8zZwRVakcjLqR2I/psy4gURFSASZS10kKJ2kJw05GC2nXGroGrWVHxwgkxXgQLsFQnB74QaLzsxzdL/w==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-to-fsa@4.57.7': - resolution: {integrity: sha512-9T0zC9LKcAWXDoTLRdLMoJ0seOvJ5bgDKq1tSBoQAFQpPDstQUeV1Oe7PLypdu7F2D3ddRstmwgeNUEN/VaZ4Q==} + '@jsonjoy.com/fs-node-to-fsa@4.57.8': + resolution: {integrity: sha512-AWZcT/4+H+iDl4XCukbXrarvwEgOrf/prFI5/7eg4ix9FxqVsZysIDJd1Kjd+AjlCeHKHJOaRqjLd5HiGSCJEw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-utils@4.57.7': - resolution: {integrity: sha512-jjWSDOsfcog2cZnUCwX5AHmlIq6b6wx5Pz/2LAcNjJ62Rajwg89Fy7ubN+lDHew0/1reLDa9Z5urybYadhh37g==} + '@jsonjoy.com/fs-node-utils@4.57.8': + resolution: {integrity: sha512-E/bJ7sQAb4pu9nbeJhbULU3WnqWrswte4N9Js/oHt7aHB746S8/XBqKlcbrqIgnD3095XluovNEZuu5ONT230g==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node@4.57.7': - resolution: {integrity: sha512-xhnyeyEVTiIOibFvda/5n89nChMLCPKHHM2WQ+GGDf6+U/IrQBW3Qx6x+Uq1bkDbxBkybLOdIGoBtVBrE8Nngg==} + '@jsonjoy.com/fs-node@4.57.8': + resolution: {integrity: sha512-IPEOlDYSnTDYpjQlQg2F8h+eqxKQN3sdbroI0WrteRiQZ462HzVpBo9ZZX485njz4nAacoe3fd4iDiIhk+k5Hg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-print@4.57.7': - resolution: {integrity: sha512-mFM4P4Gjq0QQHkLnXzPYPEMFrAoe6a5Myedgb6+CmL+nGd3MKvTxYPuD7N1dLIH9RBy1fLdzxd80qvuK8xrx3Q==} + '@jsonjoy.com/fs-print@4.57.8': + resolution: {integrity: sha512-DfzhOBpmvNu5P/KSe4NNQaOnvNliTdcf0qrh/4EReErF/XUQXYkd0vZl/OiJCm/qjEEo8DWRstliw2/JNS84dA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-snapshot@4.57.7': - resolution: {integrity: sha512-1GS3+plfm2giB3PqokiqyydyqYTPLcCQIKSkp0TdMNRh3KVk7rqRM6U785FLlVRG7XLmkc0KWr215OY+22K3QA==} + '@jsonjoy.com/fs-snapshot@4.57.8': + resolution: {integrity: sha512-L+eqKaWOHLDaiMv1dh/EWQ4hA+o6xAhWSumTo3Teg7OM18jU/KE13/e8Mfal+eAZ/pSl4wIhKHcDiwapJzC8Wg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -7487,14 +7533,14 @@ packages: react: '>= 18 || >= 19' react-dom: '>= 18 || >= 19' - '@microsoft/1ds-core-js@4.4.1': - resolution: {integrity: sha512-utqwacfUkiGJROn4WC7aNdRBsRxwhNWXuqaJM2B0N0WHmv1+IhSuI7RQ3FHwxRP1dxZi/xn9aELMZ7HMStsW1w==} + '@microsoft/1ds-core-js@4.4.2': + resolution: {integrity: sha512-8cF2XKBMOOASA3l/SLqybGeZ5e+vhtpYeHTBCM1WoQJ5M8suw181FBKgdyz8XP0fTgv1LTOHqPDSmddMiFaJ/g==} - '@microsoft/1ds-post-js@4.4.1': - resolution: {integrity: sha512-CkFEhDY7X8E2JLr6HsEvRiC0DaLOCsA7vlbq/9DJP65gAumgw2NnFNIAOg6Je5Geq1LDu76/nb2hP34p8eGggw==} + '@microsoft/1ds-post-js@4.4.2': + resolution: {integrity: sha512-mGB3yczMTQchEaFwCmcc5wOm6WXLrUeLpCnuAEMscPij0JzrWnSJ0lvNHcuOGpT/8yJTyuzJohG8/ePIYyRITQ==} - '@microsoft/applicationinsights-channel-js@3.4.1': - resolution: {integrity: sha512-QS1k6iwVwR1MznGAB1H0F9raqpevbFNbadLS5O1419pz9OEWBfF9wRQLnENCyo8QS9Q0IdiqnGAON/D8IywpWg==} + '@microsoft/applicationinsights-channel-js@3.4.2': + resolution: {integrity: sha512-Q7Q9gV45WSgSmOP2abu0y9tdbFh8sPELMgKUCDy62FsNd3xmE8X3zLtkzc7mcXPlpTeoDXwMCYjCRIAYd6d2lQ==} peerDependencies: tslib: '>= 1.0.0' @@ -7508,16 +7554,16 @@ packages: peerDependencies: tslib: '>= 1.0.0' - '@microsoft/applicationinsights-core-js@3.4.1': - resolution: {integrity: sha512-eXIHZ1+nvBiJgVpufBiTP801Vtr5FEwjWZioUsb44NC/z/UcsZh2MDJ1mBpjaDO73LVYUw/ZZmDCCo6Pg/61kA==} + '@microsoft/applicationinsights-core-js@3.4.2': + resolution: {integrity: sha512-Iw3gq1JREKLbXiVpr3F0+Ezuzphe+o25n9me9H5Kkjmck6tIkuGQea01SNfeemE4wf2mop2QQSvTcKxT8tNN1g==} peerDependencies: tslib: '>= 1.0.0' '@microsoft/applicationinsights-shims@3.0.1': resolution: {integrity: sha512-DKwboF47H1nb33rSUfjqI6ryX29v+2QWcTrRvcQDA32AZr5Ilkr7whOOSsD1aBzwqX0RJEIP1Z81jfE3NBm/Lg==} - '@microsoft/applicationinsights-web-basic@3.4.1': - resolution: {integrity: sha512-V/hSlauFp1thJa57+TMv5mAYinJAQUi4zOmDmpahnDgs8g1zrQ0D8QYDmu0Zfi+9GhoD80B4yJez2+ydJPJz2w==} + '@microsoft/applicationinsights-web-basic@3.4.2': + resolution: {integrity: sha512-ONJbCSdJ/KMOVT7b8oVVPa2Etp99SHhehprpQn51QrHTiJtTehBLOmovBBIKQZuwWm0ZLKOaoUBWHCkRXUqNAw==} peerDependencies: tslib: '>= 1.0.0' @@ -7543,8 +7589,8 @@ packages: '@microsoft/fast-web-utilities@5.4.1': resolution: {integrity: sha512-ReWYncndjV3c8D8iq9tp7NcFNc1vbVHvcBFPME2nNFKNbS1XCesYZGlIlf3ot5EmuOXPlrzUHOWzQ2vFpIkqDg==} - '@modelcontextprotocol/ext-apps@1.7.2': - resolution: {integrity: sha512-OOWKDxdAjYDcgHkmzVzccyyag3FK+jBWPaWu4WvTxFsU4R/cgOX4eep66zPRA5n4v6WfxUNibPyvX4iJ7egYTg==} + '@modelcontextprotocol/ext-apps@1.7.4': + resolution: {integrity: sha512-QQqysE549cf/Y0VabBmAACXhj92EhB3t8yVct2BHbkWiPTFA1S91EqTVjYXXcZEefXU0pmHcdObhsNMcomJIOQ==} engines: {node: '>=20'} peerDependencies: '@modelcontextprotocol/sdk': ^1.29.0 @@ -7626,6 +7672,9 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 + '@nevware21/ts-async@0.5.5': + resolution: {integrity: sha512-vwqaL05iJPjLeh5igPi8MeeAu10i+Aq7xko1fbo9F5Si6MnVN5505qaV7AhSdk5MCBJVT/UYMk3kgInNjDb4Ig==} + '@nevware21/ts-async@0.6.1': resolution: {integrity: sha512-W2kFiT5oPuxTrB3NrxUId/U+1AuAhIaiDQkLC4HcxkjNc+85GfELYdPQXnsDWDG8yji24F5qk6QpBDxZX3/0+g==} @@ -7998,8 +8047,8 @@ packages: '@radix-ui/primitive@1.1.4': resolution: {integrity: sha512-7AdCK9PQyiljKoBDbN8OuctCbd/esdwZPQ8RtOE3SsyQtUpiPb+ND75q0jEhC1m1ecBI0MFNeLJvwIh9iKHRcQ==} - '@radix-ui/react-arrow@1.1.9': - resolution: {integrity: sha512-yqHW5WQ/cTpU/un7dqqIKNy2iRU8BC0JB78PEzTfCCYvZu1U6W9KwObAniMk9nhSfyotKPQTYaUD/HB0f5muig==} + '@radix-ui/react-arrow@1.1.10': + resolution: {integrity: sha512-j2VTDz1vgCsmuG0k5lBfOcM8n5JPFqZBcMryasFjHYMhwxYL5SRUV5lMSUpRdNtw3D/Sv8pzJtrlAgkssYSsQQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8011,8 +8060,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-checkbox@1.3.4': - resolution: {integrity: sha512-m3JmIOAX5ZzZ6VPjxEU2dbTOhoHi0nT5riwcDwe8idocsWf4a5DXJLDtZ6LfJwMBx7W+A2b7kp2TgPEKtaiF6A==} + '@radix-ui/react-checkbox@1.3.5': + resolution: {integrity: sha512-pREzrmNnVwGvYaBoM64huTRK7B3lrTRuwj8A9nwhPiEtMb+yudiWh6zWAqEtP0Dzd5+iBa1Ki7V1pCxV8ExMdA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8024,8 +8073,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-collection@1.1.9': - resolution: {integrity: sha512-zuSVi7ziP7uQRqc+yGxsKJfNkdyHv3ZKDaHe0gzg4dRgws96TPKWIiz84tVHP4GEcEl8bC0mdt17NkcxaJHmaQ==} + '@radix-ui/react-collection@1.1.10': + resolution: {integrity: sha512-IVVz4EvBcKjrzKgof714qDnz/SzQAkLA2Emh5edlHbgcE6fNd3Un6CJLlaYcnm8N4JmAtzQgse4dOKxcD2yc9g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8055,8 +8104,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-dialog@1.1.16': - resolution: {integrity: sha512-l9ok83YBclEZhbjgzt76Hw733e6cvRKPNgO6GJ/IETlufXG9p+fRu2wlvpImQvR6xdJ8h7J8J2DBvsPEiEsKMw==} + '@radix-ui/react-dialog@1.1.17': + resolution: {integrity: sha512-TDTYmpdq8dI2+Xgvgj9AJ8Ghqq+Eph/TRVEdaFQPDItIY+6QSkU7MJMeevw1568Yw/2Ijz8BTphPSP2XejKphw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8077,8 +8126,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-dismissable-layer@1.1.12': - resolution: {integrity: sha512-MhoruH6xEzsbvOmo4TNgMfmtvRGyDZw4MDSdf4ybMHfezjqwzv6hyd4lsMzBp8K9Sn6sGzCF62x1I7BYUECXOg==} + '@radix-ui/react-dismissable-layer@1.1.13': + resolution: {integrity: sha512-2v+zNAWWe0ySxgC0D0yeXMPQ23xZVgXZTerTz+JKlmdRj6gfTqmCcR29jb6d290DezXPGgruHWDX/vYUebtErg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8090,8 +8139,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-dropdown-menu@2.1.17': - resolution: {integrity: sha512-S6b3Jm57sY5EdDyOMLkacbB0qMnKhy1RCKZCt795ZkmtUOAvojYIZ5p7dXHIh5Cyr3jCLLI5/g64V3FKLudZmw==} + '@radix-ui/react-dropdown-menu@2.1.18': + resolution: {integrity: sha512-PZGV82gFk0WltDRI//SsG28ZIjlo9ANTmoNYg0jLNzXXiDsAy5PkOOYQaVD1pPxY6t7gxffb1QMD6qaUvsBZdw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8112,8 +8161,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-focus-scope@1.1.9': - resolution: {integrity: sha512-9Se8t+Zry+1rEOL7Y6l/4ANYU/TOtAtf8O2fKdwLltcaMcm6kOqYGbzO4tMFQ0bvzO920pRAoHpFZ4W85S3keQ==} + '@radix-ui/react-focus-scope@1.1.10': + resolution: {integrity: sha512-Fas/lXQqhVvqwAb64s5RFeHiHYElZ6SUQbZaNd6EkfhP/Al7wTIQ9WIR4QVX475tlu5yFCEdDcJH6/UwsZjMWw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8139,8 +8188,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-label@2.1.9': - resolution: {integrity: sha512-rDoTeMbCwRVcnmo7NGT9IlPo1yXmEI+xc1URP3oeewwZEV4mdTp1dYUhYbQdo4D1q2SjKVvv4N1gNY77QAQtjA==} + '@radix-ui/react-label@2.1.10': + resolution: {integrity: sha512-ib0zvq2ZsAqKm5tRnqGJn3vOxSgIts5ToxsXT0q1S/GfLD1Zj7UOEnkw8u2w6sRmn47djpQWuSU1DCL1R29/yw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8152,8 +8201,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-menu@2.1.17': - resolution: {integrity: sha512-fmbNnFyf+JYCN0DhhWnEdUTDnZD1mXaPQWivdsPIb8oOSbARfD3LIQJbLCG8a8QLCwoMxiJ7GVPIFcC8Dw8v2Q==} + '@radix-ui/react-menu@2.1.18': + resolution: {integrity: sha512-lj8Rxjtn6zJq1oSbE/uDtAwCbB9BnxgHD+8MwJMuTh6u1dPamYhW9iuELr/Z8d0D/UysFblYYHeBPwi7T4k0YQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8165,8 +8214,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-popover@1.1.16': - resolution: {integrity: sha512-8brVpAU5Uq7Bh0c8EFc4ZTf2JJTYn0o+1L+CUJB3UYIOkTjKGMgoHvduylrahdmNlr3DfH0rFq2DrbNZXgaspw==} + '@radix-ui/react-popover@1.1.17': + resolution: {integrity: sha512-/YSAOdJ7YJvdn7bn5sdSx2egW+SKY+u7O5RyAVs94Ymrg2fg5QTSFPMRkzvhGyFuE4/qsmPBdrwYoZMZh/4f+g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8178,8 +8227,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-popper@1.3.0': - resolution: {integrity: sha512-9PB589e1aWZbrlFUHdz6WiPCL+xLZHQFX7oibqG/6Q0SwOkxDyQX9W/cyPa+sAPPKuC8cpLCpRczE5a/1DiwVQ==} + '@radix-ui/react-popper@1.3.1': + resolution: {integrity: sha512-bhnq/0DEPTi2lsOD3J5rTL65qUKHbKbhqHsmN9TMiclSXpipi651ooUKPPp6G5lF/WiHBdn1s0Wuqsn+myVAvw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8191,8 +8240,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-portal@1.1.11': - resolution: {integrity: sha512-UEytdjgEh2tJGgD/gZK4FUx6t1rNIlM3U0DENhSrG7I75FGm1DnaDuVUWF1pWAWUwGmn1sCJ1VGHn8LhN1aTOw==} + '@radix-ui/react-portal@1.1.12': + resolution: {integrity: sha512-m309havGzsjLHHaIX50G5PlvRs3xkgPCsGk/5PTvYm8D5q33yG0J7w/712PTOhid7NTaFETtnSXjngHQavvhVw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8217,8 +8266,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-primitive@2.1.5': - resolution: {integrity: sha512-zifXeB8Y88qCYx8PLZ5oQb32KwZub+s925mMoZsBBq9KUQqWKkREubTfs6ASjRPPBe7Jt9O8OHH89+95VG+grA==} + '@radix-ui/react-primitive@2.1.6': + resolution: {integrity: sha512-wetd0QI77DbvrPpTAvH1SqOxsYF2wZe5TNxqwOd5Ty4XDpV3dpV0s8K/1MGMJBeY5o7lg8ub5VIt1Ub+yVen6g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8230,8 +8279,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-roving-focus@1.1.12': - resolution: {integrity: sha512-FvgPt1bRmg8Xt2QpF7NUZW3dE0ZQHGm41dAdgT2J2GJPoIXz+9Em3NobAxf4fupcxhgHu03E5CRiU2MWvObXyg==} + '@radix-ui/react-roving-focus@1.1.13': + resolution: {integrity: sha512-9gkwneI0guf8JDmrFxPjJF6Ozzgioyw+/lonYNCwefS9ZHA05er0BVHiXr+LbWGHxUfczvMY6G1oiZZi1VzjRw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8243,8 +8292,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-select@2.3.0': - resolution: {integrity: sha512-mENc7WpJvJcW8hlMpzfFcHcEhTvYS5JMBmi9HVC1Q00uhBwML086MHYUV8QQdQv6lcu0Wg8dzd1RB8AFADcG/g==} + '@radix-ui/react-select@2.3.1': + resolution: {integrity: sha512-w6eDvY78LE9ZUiNnXCA1QVK8RYN7k9galFv09kjVydJqBAgHd7Y9A6h0UJ/6DCZNGZMZrB2ohcSW1Bo9d8+wWA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8256,8 +8305,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-separator@1.1.9': - resolution: {integrity: sha512-gvgW+JV/Mbjj6darztTetnmElpQEzZrXpJvfj+dOxNAxiyHEAyUvEjjl4zxblvmjmKmi3jfPoy7ZdxzCuUBJSA==} + '@radix-ui/react-separator@1.1.10': + resolution: {integrity: sha512-Y6K6jLQCVfCnTL2MEtGxDLffkhNfEfHsEg3Wa8JU+IWdn3EWbLXd3OuOfQRN7p/W/cUce1WyTk3QeuAoDBzN9g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8269,8 +8318,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-slot@1.2.5': - resolution: {integrity: sha512-rCMO3QsIVKv5JTY5CVbo2MvO77SpEqqYc8AvRE7OWqRDOIqAKjsp+DrmnY9uc8NPdxB5E2z47HTYGeE2+NTptg==} + '@radix-ui/react-slot@1.3.0': + resolution: {integrity: sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc @@ -8278,8 +8327,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-switch@1.3.0': - resolution: {integrity: sha512-GP1EZwhoZO/GGnhM1P5/2Vpm8iN8EnngyU0oezn2l78kN8tj25pyrvjIaT7azBhK615KSt+P2w39y57YV5jVkA==} + '@radix-ui/react-switch@1.3.1': + resolution: {integrity: sha512-55bQtCnOB0BohomSHi6qvQXpJEEqUGDm6hRrM0Bph5OXwhSegqkd8IqgBAQkM1IlgUlWZIxpxRcpOEfRIgimyw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8291,8 +8340,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-tabs@1.1.14': - resolution: {integrity: sha512-D5jwp9JNuwDeCw3CYD2Fz+sSHo0droQjC8u75dJHe4aWr5q6yBiXZU+hurXnKudRgEpUkD5TsI6bjHPo5ThUxA==} + '@radix-ui/react-tabs@1.1.15': + resolution: {integrity: sha512-kxc9gI6/HfcU4nfMMVS3AmQK414kbU1IE6UCJmMmxjhO3cRPXOyYnmvyKD+ODt7q56nRq9l7Wovi6uaGwKgMlg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8304,8 +8353,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toast@1.2.16': - resolution: {integrity: sha512-WUymDDiN2DpoGudRN1aW4wF5O3BNQjZZO/5nngPoNiEVqjyOzirvZZNO0R6dC1ifucSINVaSv8JX1aq47VGgiA==} + '@radix-ui/react-toast@1.2.17': + resolution: {integrity: sha512-uL4kyyWy000pPL43fGGCV5qT6ZchCWEQZOSlkYiPwPt8Hy1iW38RjeptIvz1/SZesrW6Vn58Ct3sV7tfEfiAbw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8317,8 +8366,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toggle-group@1.1.12': - resolution: {integrity: sha512-TEgECgJaWGAHJJZGzNNEYTNBdIXqX7LchANycpyP7DkfjmuiSN7ISt1k/ZRGVJgVJonsgP4vwaiKMn5utrcwWQ==} + '@radix-ui/react-toggle-group@1.1.13': + resolution: {integrity: sha512-Xb9PLtlvU66F36LiKba6dFswu6V2mDkgidO4fNSbQHQwmZ9ObxMIO17MN/LJ4aWJecVuSVLAHPZjyeMzJrgeiA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8330,8 +8379,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toggle@1.1.11': - resolution: {integrity: sha512-FikrKJemoBGZQ6uRID0HJqSPBP6D7OppdD2OhLl0ZYLlAyPXI7MezoYGmumwNkrAoRm35xXkb4C8JPfJZZzcaw==} + '@radix-ui/react-toggle@1.1.12': + resolution: {integrity: sha512-AsAVsYNZIlRBsci7BhE+QyQeKd1h6TffJYt+lF0QQkd5OpQ3klfIByPsCb4G0h/Fq6PJwh1FYNluzBFYzhk4+w==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8343,8 +8392,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toolbar@1.1.12': - resolution: {integrity: sha512-4wHtJVdIgqMmEwUvxA0BYg/2JMRbt0L3+8UD8Ml/nhKkfXtiZcM8u/S15gQ5xj9YEd/0qlrm5bE805LsjQ+J8A==} + '@radix-ui/react-toolbar@1.1.13': + resolution: {integrity: sha512-Za1l4f6fzTkGgz/iynAMN8iaqiKff2wm2/QwiLmHPtDQreWEBrvSimgQFIekxMUdRPhILM7xdIXxuS/o/DGZag==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8356,8 +8405,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-tooltip@1.2.9': - resolution: {integrity: sha512-u6F9MmTtBSLkiXNVDrtB/yPCZarM9smNswC24YYLV/M+bth6J3Gs3vlJezEoFwKZvPvxhCpUYdUnOsNG/0XOlA==} + '@radix-ui/react-tooltip@1.2.10': + resolution: {integrity: sha512-NlNe8D0dWEpVfXFli90IO6X07Josx/b1iu98tDnx9Xv0HT4wLIL+m2VOheMHhK7qbp2HoTBqALEFzGyZs/levw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8441,8 +8490,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-visually-hidden@1.2.5': - resolution: {integrity: sha512-tPcHNI3FajdDBFpl/Ez1m2WL0ufJqBKyHxMDBvKitopamK36WwBGOMicuMEZKkM5Wce41QxUyv6BsiqfrWBiGg==} + '@radix-ui/react-visually-hidden@1.2.6': + resolution: {integrity: sha512-jCE0WljWifTI4niIMCll06kGpsJTAPiZVU9H4WR1N6qW7At9ystHbN7dDB+we2xH535roFHj7qKS+RGj0FMDWQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8494,8 +8543,8 @@ packages: peerDependencies: react: '>=16.8' - '@react-types/shared@3.35.0': - resolution: {integrity: sha512-iNWvuzEwANttpQpdlu8nPBtdHb0mcCMj1ZTH//iRB5E/14IAnyRlR25rxH7pNLyzHINsPGEKnWvpwDMCT6vziQ==} + '@react-types/shared@3.36.0': + resolution: {integrity: sha512-DkP/H0C2YjjS7gZWKNqOmU8a16qHPjQNdzMwmTq9SzplM6Iw0kVMTZ0OIoe6FOgGqa+FwMsE2QbPjh/n3g/jXQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -8804,176 +8853,176 @@ packages: peerDependencies: size-limit: 11.2.0 - '@smithy/config-resolver@4.5.6': - resolution: {integrity: sha512-AXbvUX9aNY2qCLOMCikpl1Df5w2CNFEqbEb6XafG81FJbAbB8avIT7BOx1KDqiO86J/38qKQ3YuakfAfY3iBkQ==} + '@smithy/config-resolver@4.6.2': + resolution: {integrity: sha512-kUY1m60FASy0ijf+0vEuZ7v+WqFlCAyyhvLkO/A15wY0hK2BLEN9Wszf/Uc3PDJWlqnrwRf+lNXOmzyds3Eflw==} engines: {node: '>=18.0.0'} - '@smithy/core@3.24.6': - resolution: {integrity: sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug==} + '@smithy/core@3.26.0': + resolution: {integrity: sha512-mLUktFAn+Pa2agl1J7VgtYNFWCX8/b4GMJSK1hCu4YCvtBfM6F8Os3EP4ry+DFFlXOf3wyvlgXhuUdFoy52D3g==} engines: {node: '>=18.0.0'} - '@smithy/credential-provider-imds@4.3.8': - resolution: {integrity: sha512-5cAM+KZC02sTqDt6NaLXyu50M/GNMd1eTzDVR8Lb0BBsVtu7RWHo47VPPEEv1vt3Yub6uzr+M5FHC+GtoT0USg==} + '@smithy/credential-provider-imds@4.4.2': + resolution: {integrity: sha512-18UMDMyrAbDcpmL1gLUA7ww0fRTcdCrSjSJOi2Sbld+tVjwD/pW+OAwjlScFLR7vvBnhZrIPQ7kVuTf1mnJLug==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-codec@4.3.6': - resolution: {integrity: sha512-Ussyv240JxwQP8AmkYdm26wGP/1I8QmIv0ZosgDJDlSzD73FEdj1BOpXMc06VrxX5KxTKhadFNomT2SWutUnpg==} + '@smithy/eventstream-codec@4.4.2': + resolution: {integrity: sha512-iv6jeGoL5dIGXglIe0aJb8vvTuJkGB4z0LeB2mKV0PH9iAlr4jNhRhEWU7ZGmIeNC+8Zj6jhmSumDez6DidTOA==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-browser@4.3.6': - resolution: {integrity: sha512-BQao/dBhLCJqo953N1hadkcF3M/9G+i6qIgnMupfdpBQomwyhfV7Xfc5jjpCkm8HxfzaWAGrM/2nNnzronFqVQ==} + '@smithy/eventstream-serde-browser@4.4.2': + resolution: {integrity: sha512-xXAIZfacQ2FIVVyeGndsTI41xhuiMtWJfYrtGLbQJVLNylJQ97IzwtTekZrNWep0aXVqtHrHeWA02tOb+ordiA==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-config-resolver@4.4.6': - resolution: {integrity: sha512-OUoNRXJGZMM4ivoU7QIzOvCLbavD1YnadNEairrtYhTi+gmGhyn3c2wToL9CxEs4Cw2Ab/KeQM39T1K+/e9YdQ==} + '@smithy/eventstream-serde-config-resolver@4.5.2': + resolution: {integrity: sha512-6G9r/ohzSuPYFw7ZCxllFedhIHzeFN2xPF6IJS7AzsNoM01shAYivpiLTMyc4/6efiDr7dgHuHkFZNPH5d9cmQ==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-node@4.3.6': - resolution: {integrity: sha512-M6FeKRMi3oecpTy4EL5n1hLPWydw+xInFYQIzjbGYGBnFtW7IlJjnXrKr/Ev1GpMtmw44QCmrl8+ACEFPmRsIg==} + '@smithy/eventstream-serde-node@4.4.2': + resolution: {integrity: sha512-fqCyZy09BYiow3pEQpNc4NMRElo6P92bOCwjixvkhjFFmnG7zXbinKooXhZLvR39osfFCn35Jdt1Ax2GtY/Yqw==} engines: {node: '>=18.0.0'} - '@smithy/fetch-http-handler@5.4.6': - resolution: {integrity: sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g==} + '@smithy/fetch-http-handler@5.5.2': + resolution: {integrity: sha512-Ei/UK/QMhq0rKaMqGPlOAkE2yS9DZeYmZdk1RAKc3vp3zxgleZHZyBLlZv8yLsxljX4svCRuMTD6u3LLIcU4Bg==} engines: {node: '>=18.0.0'} - '@smithy/hash-blob-browser@4.3.6': - resolution: {integrity: sha512-/8D8rOFs2VEwvHwsx68sb6nE7XfVr2wbJTbC1YuKBHPhHeMnOt7IHxr7CoT5wBWujdV4fjVoLPn1BXXP4Ijlow==} + '@smithy/hash-blob-browser@4.4.2': + resolution: {integrity: sha512-/LxWIgg/8MLmg79n0Ki/yMDZREBlk8BqB0amIj3PMTPzWSAqgsHzbbRUeTFRBKhgB299dmCALp4CIpViYVb82w==} engines: {node: '>=18.0.0'} - '@smithy/hash-node@4.3.6': - resolution: {integrity: sha512-lIZyQ7gDxURrnfkjalM0lKmDnfZYuPzNBYlkza3czPTQNVYsg4e0o90Zx/RpxhamKKOGsQGCsopp0ULsJqltNQ==} + '@smithy/hash-node@4.4.2': + resolution: {integrity: sha512-M/8PUgwzekn0GcMBjcrTXV4PGFIe1AKuMuHjkHNBfofCPQ9+9Nr35lCvRfQK9BwYHQM+LKiKj8GY0pXSwYm6qQ==} engines: {node: '>=18.0.0'} - '@smithy/hash-stream-node@4.3.6': - resolution: {integrity: sha512-Ziap41FoxpKqmlO9IE68NeFwPKhUJD4PVNcCQ2tl6IUCPSj0KykIuAPnJNWIQbWXvApwCauhRNlAFdt9KRvDpw==} + '@smithy/hash-stream-node@4.4.2': + resolution: {integrity: sha512-/Wwc5EGfrThispagO3GI2WUhfEWJp8X7Dkyy7X5r4tvWYlw32rsXlj/yqxfLbCXiAFBBFym0+1umoKpXJclpqg==} engines: {node: '>=18.0.0'} - '@smithy/invalid-dependency@4.3.6': - resolution: {integrity: sha512-jUH1Eth7Sgn4KPBX5OKYDRpNjzul7AzsIhxKXT1rHXPTSfY00/7Kb9RtNil5SDAlPPsxaUiesR/rql2wjackmw==} + '@smithy/invalid-dependency@4.4.2': + resolution: {integrity: sha512-GjmewKjtK4GQlWmKTIXABHTCW6z14kebGnW1P3CTvP9WWp0nmydkb4yhjkuIWlpXkAJfcAO3cEfRLeSATaEKSQ==} engines: {node: '>=18.0.0'} '@smithy/is-array-buffer@2.2.0': resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} engines: {node: '>=14.0.0'} - '@smithy/is-array-buffer@4.3.6': - resolution: {integrity: sha512-/cSYHP8jPffkhBClQzH9fAJujIh8dwMwg2swrVF4stXQsUWO5Oi2bwyaMUcBPIyulUI5IxaJFxd9C8UQX+YZsQ==} + '@smithy/is-array-buffer@4.4.2': + resolution: {integrity: sha512-IuuReSgd4IkOQXCbrS6iUtI00GTdLqbQ6/oMNixwuZ9xN0DIUQ/DaN0s/AEdbSsx9P3IV8M2CqtpTpFd20CJCQ==} engines: {node: '>=18.0.0'} - '@smithy/md5-js@4.3.6': - resolution: {integrity: sha512-LYcuBrO9oiajdRFHyFx3FJAWNKrP89s0grI6mcfpwTAeX2ZJ/9Xyi7Imghh9LT6CIcAy6/k6/MpoUiPNjXr1/w==} + '@smithy/md5-js@4.4.2': + resolution: {integrity: sha512-5unOz42+nG/XkoIb0Kqzi+PGrHIaQaMYJTv8XHQdPSxENPK5TzIAmdBkjMA1L5yc41qMXUSMaHZpNuE7K3qbiQ==} engines: {node: '>=18.0.0'} - '@smithy/middleware-content-length@4.3.6': - resolution: {integrity: sha512-nfpYCrzSFAgfIXmIHFTjOGNeTV3DVF5E5rfi3ZuNfsOjKSpePBOJF3rjyXlWYND0anvxVoqioIwClWCNdKt4Og==} + '@smithy/middleware-content-length@4.4.2': + resolution: {integrity: sha512-yaZdk8sbKxDell/mN1OPwEwnZ0m7sTGkUK6OKlvWyCvPykAqojHEMjfLZlHdaMhIaJ2E4Jr2qMzLQHn9gp02DA==} engines: {node: '>=18.0.0'} - '@smithy/middleware-endpoint@4.5.6': - resolution: {integrity: sha512-zdG5bJZOiM2PRgL2lwcgui6uwZ+s5y6Qsk/rk05Q69sZJT6oi1x+v8Kn++V/q9VY94EgOtEe5kivpu+eGau0wQ==} + '@smithy/middleware-endpoint@4.6.2': + resolution: {integrity: sha512-uCYuVrw65beEpzQszGK7uiDK3Gk0HlzsZuN3JNjDM05/dwwEheg7gF4DKYWH8dpXK7c634GUfkH/vG5XuR9z2w==} engines: {node: '>=18.0.0'} - '@smithy/middleware-retry@4.6.6': - resolution: {integrity: sha512-MWppaYUlc+W4cU2JZnYuMFeOxCWbKO4A57BWti6aCb7hRBK3+CL6llADGpX084hjImsqr3EvCGewArOj7G81eA==} + '@smithy/middleware-retry@4.7.2': + resolution: {integrity: sha512-QldB+7GcqKGVyjxTq5tpuHRFQKQJRnIETx8tdpEwYu5fHZR7z5+SM5eGd/TZqkUkV/6vUHgiiDVmmqjsobzPLg==} engines: {node: '>=18.0.0'} - '@smithy/middleware-serde@4.3.6': - resolution: {integrity: sha512-I3fPVYKKEog3a3qdqt1nttP1NBuQOAlNoQxEp6j5pMogSx0HHfid63difhcDgslV6p1XsTXG6D6ieTe13ycJtQ==} + '@smithy/middleware-serde@4.4.2': + resolution: {integrity: sha512-Nx6wuSMasSazyIC02cmmSF+jEGnBpVL6u/Ra9J+AoKQyX1Uwxqf96fSoD6G+D1SKqw51GVNC1V08GtJPe8Yhaw==} engines: {node: '>=18.0.0'} - '@smithy/middleware-stack@4.3.6': - resolution: {integrity: sha512-QhNiWfg47Kl4SJHmuQvnlzCtlD1eX1J7d/vuuttIE17Ra2YUKp9Srv5lCwa3OvoYaSNWMKYn0PjGIsfCLMJsEA==} + '@smithy/middleware-stack@4.4.2': + resolution: {integrity: sha512-yWvlZxqgmk0ZiRd0QVzSAqvdkREeiw2boqT+DTbyi03ylx3LyYGs5hNvRjks5ay0cDotZ7H0AdG2tJDMy+IxgA==} engines: {node: '>=18.0.0'} - '@smithy/node-config-provider@4.4.6': - resolution: {integrity: sha512-M+gG6eQ0y073mSmNB+erRXJvwpsqsN72ol2w6vcd8FEKeG7pqYK0JvzfVqONkPj2ElBB2pg+cU13I850b//Wag==} + '@smithy/node-config-provider@4.5.2': + resolution: {integrity: sha512-kGnGhU7v/VSlKjcUHUNhMQ1eDiGKjDF6OlGlOWcilgsyR6Yyq4sDbEV6vs1RD8+xqj1OPpCYt817KAM44ymweQ==} engines: {node: '>=18.0.0'} - '@smithy/node-http-handler@4.7.7': - resolution: {integrity: sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A==} + '@smithy/node-http-handler@4.8.2': + resolution: {integrity: sha512-wfl1uwrAqMH9/pi4kqBo5LBcFwrJLxuDLqL7p7qNcJIFcyZDUc6pzhYk4CYv+DP7fIUpQCZumwNnkhPKS52osQ==} engines: {node: '>=18.0.0'} - '@smithy/property-provider@4.3.6': - resolution: {integrity: sha512-0rhHv1Ww27kajF6qewme2aRtJmKFtSwE6EZ2dj5KxdX/R3ANsUugqTnH0tvpZwGiQ3MOMhetuCGFAeKVv3/Onw==} + '@smithy/property-provider@4.4.2': + resolution: {integrity: sha512-V74/UQ+fPPIqZHzeXIUd0H+k/MF+WpeO3I+5wrMCMgsllLt6uqSNbWnLhJs6pMeXZGu6ry+g1bpIdcHNeL+Oww==} engines: {node: '>=18.0.0'} - '@smithy/protocol-http@5.4.6': - resolution: {integrity: sha512-H6S7NyaaL+7qO8kIL7VQ7KyrGnKXdllGzJqvtp3hvDen25UOydKV51qGDVK0UciW125jV3CoLJQy/ihc0OEC6A==} + '@smithy/protocol-http@5.5.2': + resolution: {integrity: sha512-ZCQGk/UNS+YF5D+Jmhr8+PQX2PJKe4QzR6zuOR5sUinxO/ZiKNA7nyrbeO/Ds2hXLts3fZAtgLPKLJgvjCX9uQ==} engines: {node: '>=18.0.0'} - '@smithy/shared-ini-file-loader@4.5.6': - resolution: {integrity: sha512-In8gYD2R66EKlGAq9QrNKVrMOGaGBD7LUNp2kUjeQ4V9zNktFIXBPmrCySr4YYo+jVeVL6CnWj26sOamcF0qIg==} + '@smithy/shared-ini-file-loader@4.6.2': + resolution: {integrity: sha512-9Xti1yhj7Em9t4ZQ1E8YRA6wbhAqx1nfLu0XSAqv82HED43TMUvn3nOO2xBISxZc0hcOg7wvuHEypUy4L4XF2w==} engines: {node: '>=18.0.0'} - '@smithy/signature-v4@5.4.6': - resolution: {integrity: sha512-Ojg4B6oIDlIr1R86xCDJt1zJWnYa0VINmqdjfe9qxWjdRivHalZ3iSlQgVqYbW0MdpFOC5XfHEWsnbmdnpIILQ==} + '@smithy/signature-v4@5.5.2': + resolution: {integrity: sha512-7xHpmPY4rt0IOmeAA8EfjgEH8isT+587TCdy9H6a7d4OMi5CQ0oEHhWllunvPu4j4Cq0vTFwdxXN/kABWPjdyA==} engines: {node: '>=18.0.0'} - '@smithy/smithy-client@4.13.6': - resolution: {integrity: sha512-tAf35/JW/DvMlACcazcoIOKOV0JBqyOvxjPTEME9W+m9wLcE0G1rwADc7Ntu38rY5C9OH8jZjpo4tbtjmIjEBQ==} + '@smithy/smithy-client@4.14.2': + resolution: {integrity: sha512-H3fp0F/IhG8a6qnoWHeGTH1qDPRR9VVZjcxM9NMXPB6nqzaqcoYIX8D4FFI1Ap2siGr+yvYgKqHC76+afBgF1A==} engines: {node: '>=18.0.0'} - '@smithy/types@4.14.3': - resolution: {integrity: sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==} + '@smithy/types@4.15.0': + resolution: {integrity: sha512-Z5TAOxygoFvybJV3igo5SloFflSokHx2hu1eFA+DxDTcn+FtKxUSui+rbTRG1pAafMA888Z3MVvCWUuvCrTXjg==} engines: {node: '>=18.0.0'} - '@smithy/url-parser@4.3.6': - resolution: {integrity: sha512-9MRJzwUrlswwHogOR7raDcykuzojZn74qGdQdbEQLVaixlvJuMiIT0g/CejKcmAIgrUVs8brBrnGtmYmBc0iuA==} + '@smithy/url-parser@4.4.2': + resolution: {integrity: sha512-vx7FUYJMRfQqdqPRLYwpisOuYU6e1PaabcPUTEc7xG6X0VEr4B6PnjZloHz67qva0pQ9/eNs3xPxvQ6w5gRGAw==} engines: {node: '>=18.0.0'} - '@smithy/util-base64@4.4.6': - resolution: {integrity: sha512-V6ApAGvCQnb7Wy1Sy60AQc+7UOEaNQxvAXBLdMi5Zzm66cmX0srvfAxDmg7BGuJ+9H9ez0PPWS/AeFgWxwGavA==} + '@smithy/util-base64@4.5.2': + resolution: {integrity: sha512-OQKnJft8J4KPJyL4K3w3XpOvstpZUbPdcs840dH+JTp2w+v8Lce8nxzUoeOiAIRIhnWFQd7FxAjkZ0OkpX6jzw==} engines: {node: '>=18.0.0'} - '@smithy/util-body-length-browser@4.3.6': - resolution: {integrity: sha512-+3vGcNHuvzuFLVWL9/wJgucOuQWufhuGhb3oxVDj9SWFGtwkOmtC2nFUwVC2IJoPe45uhs6TAb8bgE4IXDSPzA==} + '@smithy/util-body-length-browser@4.4.2': + resolution: {integrity: sha512-PTdWf5ApVEJQvnCaAJJPFHkJcUUY5yImYEcfzPqFP8ytet2oI0P/2nCF2t0600MkAH/MC9ne8SvgcRKh8Ooqhw==} engines: {node: '>=18.0.0'} - '@smithy/util-body-length-node@4.3.6': - resolution: {integrity: sha512-T15zTQJ/xKYdS0/3CFckhz1QBbhxmhk/xjL6FKvHKgkJPN4E985If2FI9CcV2kh2v0sfiWMfXVEOKFbqgw4m4w==} + '@smithy/util-body-length-node@4.4.2': + resolution: {integrity: sha512-KaT3bRb0khPrjXsXzyAi47F5aKOqBLypDhhvVC7p65AoZCPPAQ4j8KB1oaK+TKf6k5XFgkAY4gMK1EFr7xh5Wg==} engines: {node: '>=18.0.0'} '@smithy/util-buffer-from@2.2.0': resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==} engines: {node: '>=14.0.0'} - '@smithy/util-config-provider@4.3.6': - resolution: {integrity: sha512-cRLfIk8UK8iu9OsaI2dlHrE0oSuyGfNVxAy9sk81wMZTf7A2leM2fn8G2oOMisuUriRuLLNcNoJjmofaf0IvUA==} + '@smithy/util-config-provider@4.4.2': + resolution: {integrity: sha512-dC/XzAv+/qlUPxs3h08GLIPKUnhYr7oH5Y+AmMmAH5q2Vu7sjGEsiqcgQu5PVdDtbvWqMsAPfdGSRLAe7kalkQ==} engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-browser@4.4.6': - resolution: {integrity: sha512-dRCZKu05AL7KQWrVuRJPotfjCRnvGkCjV56XNP067CRfyTtvgi/Ygu44qrBKb814Hsa52bWwDJ+Vt3pd04BjPA==} + '@smithy/util-defaults-mode-browser@4.5.2': + resolution: {integrity: sha512-VexZx4D0vhOeXNLpmxgXK0s9CNV/jCSfjBDWS7YNjZ47K87rTzmgovr8s0CgOLASIkCAS4aAbTqIG4YzU6zduA==} engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-node@4.3.6': - resolution: {integrity: sha512-tTR8tayMoa0WeRhtMH7j3WpHUtggBXjh7rBdf7j6POYI69R85gpWBW6B32kaJRnlQU8+0gOGAzJj50S7SU1Egw==} + '@smithy/util-defaults-mode-node@4.4.2': + resolution: {integrity: sha512-nhmz4D2s2FGFTgWf8M2bQHCLKjJbCQBS91waDofexbptBESTExtpEgiaI0rWIP4MhAarCCdFapHdvlCoknBE6w==} engines: {node: '>=18.0.0'} - '@smithy/util-endpoints@3.5.6': - resolution: {integrity: sha512-kaB41eVUYC7ajVWUsZRqagxwRaa3VupjQ/Z2Z2v/Vffh/gJ/fFOS25s6mTyR2Lw1FrnBbRWo1iShR9BhekpPeQ==} + '@smithy/util-endpoints@3.6.2': + resolution: {integrity: sha512-K50/sbl8HRnBJt5+UYvIG8HCdEDNA9rhCmkWTDftzGMlJ4XlPgtqI1V6jTSi9tmK7MLfgw7CfGvzSKFSWOteOQ==} engines: {node: '>=18.0.0'} - '@smithy/util-middleware@4.3.6': - resolution: {integrity: sha512-TrAgOcL63TRi7G92arTzq0n+VDrmZifwP1I1T9y2xU3lJpybsHdm33S2d3xaFfG0c8zJNIF9yYRqLSe6rbhH/A==} + '@smithy/util-middleware@4.4.2': + resolution: {integrity: sha512-Xk039bCOxEZfasaHSHPj0QS8EY2npd0z3nxLkDvczg9ueF7eboiKw0HEa5pILLwjb+sjSlgzSjoCOVAM715TzA==} engines: {node: '>=18.0.0'} - '@smithy/util-retry@4.4.6': - resolution: {integrity: sha512-E/kFnvWQL6rIPr0Ucjk8oDgJSkKx2bv0nJkJ/cB3ywys7xCqeL1AXP9liHjgYONdQ+MKw/xT06IQK3vgbtu2Ww==} + '@smithy/util-retry@4.5.2': + resolution: {integrity: sha512-iinqHq7WnWWKQUCObyu4YBzXROJO8dHMQrM+pvut92rKgjhcLNHel8QVJNsIswjPLOEJffq6sYjOdq/ndOrIAA==} engines: {node: '>=18.0.0'} - '@smithy/util-stream@4.6.6': - resolution: {integrity: sha512-g+hQ45sPnaIDU4CnaG8EufmeWwziQlcpIvPG6hVY7v65RcUgasM63J/WNfSsXEcZ1zFu9rS/r/qqfDxkIrQtDw==} + '@smithy/util-stream@4.7.2': + resolution: {integrity: sha512-/JZLMlF/pzY7QIA5M70bKSq5Bz/JpGLHiLlttvrcZpfLyGSCR3BvIebbipmCvSsnLXnU2pGDsDgD513N1/GGVg==} engines: {node: '>=18.0.0'} '@smithy/util-utf8@2.3.0': resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==} engines: {node: '>=14.0.0'} - '@smithy/util-utf8@4.3.6': - resolution: {integrity: sha512-tAa4sePYB7mlJzdYbdBqdv37KwFKWixmM/r3ihcI0HFOVjf+a5oGvtcLXcGm4S1bY4DFsLAIOHgjubtp+oRufw==} + '@smithy/util-utf8@4.4.2': + resolution: {integrity: sha512-N5CpfaL+/LPQU9PFdOT55ayUo5T0QypG4Almzd1/efJvoDypuT1shkgJk1+hhg/02scYluW6Q2JGnSHIPwCEGQ==} engines: {node: '>=18.0.0'} - '@smithy/util-waiter@4.4.6': - resolution: {integrity: sha512-oTt3OP9NcJkrySCSCCdSbP6XLSMNgOmt/ulaiYtb0Ng6tfEWtXQ1mwfyqmLd+GapmDUjbU2mgkf7QIq9H4ij/g==} + '@smithy/util-waiter@4.5.2': + resolution: {integrity: sha512-T3ufepn0F6XHrBAIVictKbn2mgttM6bNWRvhYdy2UJtaMEhdKnvDWJ4aoTY4nVF+yLhPETFMMLy1cn36rxOWOg==} engines: {node: '>=18.0.0'} '@so-ric/colorspace@1.1.6': @@ -10144,113 +10193,113 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@swagger-api/apidom-ast@1.11.2': - resolution: {integrity: sha512-keG5q/AR0zIizKCcfcUKiDXDQscw27SyILFb0kFmVWlgv3JTP+8pdXjzCEFW+C8RKg/etap270jv2s8B6ghuXA==} + '@swagger-api/apidom-ast@1.11.3': + resolution: {integrity: sha512-Nfi/0vy+cIHClX7raXamtHnCMBbwI1PEg+yroIzyy8LcCH7zcS0Xi4ARG3CkDQswOnWO2gLDAUAFjDvkQWdZ+A==} - '@swagger-api/apidom-core@1.11.2': - resolution: {integrity: sha512-ZXxaL1MxE1JWq7HDrifPI89migiy0clYpXMzSc+3FIOPfOaKrdfbF5DKG6r3aQOByfd3jrsFVwMpoL7rRjFkHg==} + '@swagger-api/apidom-core@1.11.3': + resolution: {integrity: sha512-21/PXEqCzsWkiwKWHt0TPJE7GUtog3BhMlvYLUEPbteXOrk+PNazbjYDPl4zfZGRLaoGhTqpFBY5pXafdzaHWQ==} - '@swagger-api/apidom-error@1.11.2': - resolution: {integrity: sha512-U96v+tAad0rshqFX22A8ILfWEHz/z3aAtff/HrZk6dCDuoW98kKRySBDbXq2KCa9uMaJQt9C0bxx9DC/1yPYVA==} + '@swagger-api/apidom-error@1.11.3': + resolution: {integrity: sha512-Z4mIDyZUF2kDFHBzKsxkYSaHpGSvGDc7gAkdzLKxcQk4849iCUXxs0PpQLxZxfYcmUSwkw7AZmIP/OKGpsR8JA==} - '@swagger-api/apidom-json-pointer@1.11.2': - resolution: {integrity: sha512-Udx0F052IFVXVFLB7q6uLdqn7HV0obFGRoHMWglQXdK3587Ln/0Ct6A+7Q1QEeuMlKmLCTa9YrcC/ButsF3F/g==} + '@swagger-api/apidom-json-pointer@1.11.3': + resolution: {integrity: sha512-z6eEvJ5HIb0aFqVldHyU5Guut+bv/opu28i+rrfDb1LEG3IWk5T3DbW9d/nWpAfNze/bjwiZvPphmkuycijb2w==} - '@swagger-api/apidom-ns-api-design-systems@1.11.2': - resolution: {integrity: sha512-vKWtEn/XLABDUrRL8zajmQdqHMRO7pC7QowhuZr7abiH1NIolQqKixEi88MQLKeh+QJ7QQLq4YJlsQ543IHt+Q==} + '@swagger-api/apidom-ns-api-design-systems@1.11.3': + resolution: {integrity: sha512-HTISScqScdnUc2BKqMaWM+ISU79AlHlr+XHUR9g0R8QiO4KzCkWUi6TncP0gvGoEY+BvfR0OkztfxYrelkksmg==} - '@swagger-api/apidom-ns-arazzo-1@1.11.2': - resolution: {integrity: sha512-2ojvpWrlMgG0/hNMQMWEQ9cZP07ZvUQ2vez7Pws8plxQQY9DklQfmZpgElLfiup2ckYGqJ3VTxb5x36CaGJ07w==} + '@swagger-api/apidom-ns-arazzo-1@1.11.3': + resolution: {integrity: sha512-AHRSbuYy5oA8c/7j7nahxMASjt0cuOWyUk4yu+cKG+KS85ho2f2NiFThqQjtIJLisvrp+qNniJ1EwTfcCTivTQ==} - '@swagger-api/apidom-ns-asyncapi-2@1.11.2': - resolution: {integrity: sha512-hIgphPTfETYe582dJhy8bTU+EPcXhdATnniynYkmKQ0mmMC/im77cBjoOyFRUzAyAeOWD1WpWEoQBStxa1YYzQ==} + '@swagger-api/apidom-ns-asyncapi-2@1.11.3': + resolution: {integrity: sha512-bn/Pf52SCsSGcw7qO3gAje+KjhhpWJxWjjWQe5Jv9oPoXCnvGoSspSXMY3zIrhz9XfrP94AdWBUpOlWBoaaDBQ==} - '@swagger-api/apidom-ns-asyncapi-3@1.11.2': - resolution: {integrity: sha512-p4K/tsnIAVa7Z4ey4MmSR639SlwHbRH/zWWfZ2PyyMkpTUHNTcPK9kVTck7s3n10amHWn09SKWgVa506W269SQ==} + '@swagger-api/apidom-ns-asyncapi-3@1.11.3': + resolution: {integrity: sha512-QhZtf8YeMRVtgVioJj0qKdNG0LEzi9RPSrC9KWfCdwEBlkhNDhHFh6FIJWayYAwR6DPlOXjTYQf97V9QwIuRmQ==} - '@swagger-api/apidom-ns-json-schema-2019-09@1.11.2': - resolution: {integrity: sha512-QFxx47skbBLDtbKeBj5Sa1p3cMbN1xspPIQs5EaTcPcx4SxzMtJlWqfMRtwgkxh1nlCrPwMHZBNq+oJ1ZFWB6A==} + '@swagger-api/apidom-ns-json-schema-2019-09@1.11.3': + resolution: {integrity: sha512-zHA4/oin6Fg6VN0bWmMRu1nt4Xnd05mF5T+Od6vEmid1bxDXpfSSMaPpdu+WCBJ5dDX19EeBVTJoAI0U4psxBg==} - '@swagger-api/apidom-ns-json-schema-2020-12@1.11.2': - resolution: {integrity: sha512-twf6oMAv7bM6CAz8giSw2YcYgsy5niSlrCwLQfeKg1MxaRhDL1d/Ym8EWFCNwHuV/hI/vJn/HBHRuCKwK9XkUA==} + '@swagger-api/apidom-ns-json-schema-2020-12@1.11.3': + resolution: {integrity: sha512-zUWRb5DlvlZXtf2JmiNqUwwgGc4eUAsUQPU59kP140vkPT98HDhNJx9UXoHLgP5F/Zk8f2rzeG237u+JnCT9/g==} - '@swagger-api/apidom-ns-json-schema-draft-4@1.11.2': - resolution: {integrity: sha512-OMbpfkaoot7yDMGgpIULYZdo4gNZIf84KXvgpJDk2Y/etEMLozV2JWktAq6niV1VwKis1Zwovuk0L4lOCucWIg==} + '@swagger-api/apidom-ns-json-schema-draft-4@1.11.3': + resolution: {integrity: sha512-udOM8ZQT7BzsyT9012R7/VjeazjOlyLwKpmpbgHZDG6uGHqsnWn9lN+F8/5Eox9qqBnQNqDNtDhBEMYjE6RYNQ==} - '@swagger-api/apidom-ns-json-schema-draft-6@1.11.2': - resolution: {integrity: sha512-zoUaG+bNBbrzYNv/2K0ijJTwe0g5ljKlXTqC9Fqrobeau/COrYD5Z2ZPTOUASba6Kn3QapICzNDUGnJVyrE6EA==} + '@swagger-api/apidom-ns-json-schema-draft-6@1.11.3': + resolution: {integrity: sha512-ZOgo5OtpQ6e5XQ5R1H8CYTYXEtnD0l+FyN065A6c2O1NxJXFKS2a5SZTvx+udA4mugtkTSmr7hAQe2ae+KAXQw==} - '@swagger-api/apidom-ns-json-schema-draft-7@1.11.2': - resolution: {integrity: sha512-fmfqYuoxpWxEIHYTZuMUCOeb/ilihc5lFMRBLB3wwZiZe+srTPoqAsm9qiSF6FKsDMUysiWKl6NYWLQ09K7Qvw==} + '@swagger-api/apidom-ns-json-schema-draft-7@1.11.3': + resolution: {integrity: sha512-L5Sc0qMUrUbgVex3fN+tnNHjed/JCAwpwyzdHY8KgUfXHkfM5aLUyyAGirm+ObwZvGDEejsTT2Otp6B5S29eqw==} - '@swagger-api/apidom-ns-openapi-2@1.11.2': - resolution: {integrity: sha512-Lq23xu8HXf1M0Z4raw/6d0y4UwjpaBh5bPhhoiRfOAuRIsyDUO4rCDDiT+np/r5jtkM7haexmaLHMkEdknsepA==} + '@swagger-api/apidom-ns-openapi-2@1.11.3': + resolution: {integrity: sha512-T241UD+1My1hVJHayTCz9f7rznmeM8rxQW4NtUnD8k677SShpnNkrfeoc1elrpJXdTsnEPIOLCK0EEIyEplHgA==} - '@swagger-api/apidom-ns-openapi-3-0@1.11.2': - resolution: {integrity: sha512-XNBJzeSTQvKvuCeC2XCXL7ix4qGXQY6fPddsPSLaEW0XnFddjuASymqivaUbekPgLXs65/OdPqX5jFo/6W6t/A==} + '@swagger-api/apidom-ns-openapi-3-0@1.11.3': + resolution: {integrity: sha512-FZvBqWpZFciemMgWBGY89RIH5uLl6ZYtmMAhWzDcmEi1JSjmWKkoqZno//KlqSgbI09gbkzipdMjGK825givPA==} - '@swagger-api/apidom-ns-openapi-3-1@1.11.2': - resolution: {integrity: sha512-me2giRgbYEryanIBQa6sZiQ2XPVRvrC4KI4J8dZfy/uEALB60CwPAQKMLMhhlIxrXb3AYrHgbSO33hVA6Z3Oxg==} + '@swagger-api/apidom-ns-openapi-3-1@1.11.3': + resolution: {integrity: sha512-ObCP+l3/ZhuPaSqXqmSnCpEOIMalQns0c4IZgX6h3o7Jc6K6BcqDMeq4s17dwcQja9fFUtkoIIFuquJBKvK86Q==} - '@swagger-api/apidom-ns-openapi-3-2@1.11.2': - resolution: {integrity: sha512-JjJhddUc+4Uaj+scL0WCjmYiKrnjxKF0hI1wvfVHDqIBJCXJPsuKG5g/EQYHd1Xi9b5ruX0O/PH9PCR7/lvThA==} + '@swagger-api/apidom-ns-openapi-3-2@1.11.3': + resolution: {integrity: sha512-Ri7KLrfrpJeteghUdzbozxKve2NG5Z1aPWX91DI14j75+v/xBAu91AIZt7K+LV8JWUNk+VbhUlhgSH1JAIVa0g==} - '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.2': - resolution: {integrity: sha512-HvANhGWUTQqRuY4+2BhQ3QzkhaguXe/+VO3as1Ybqy7lr3DFDNimpDhzPOZqx2e5i5ADLmwfWUmMbMJ/mE2xng==} + '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.3': + resolution: {integrity: sha512-6LcwiY2Ce1qmsq8CSxCoRMJ3q2quFnEsNgI48LpM9/PYK/idjsB/WrnU9xSl9fXm/aTo/bOO0ckc8KadxVykfA==} - '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.2': - resolution: {integrity: sha512-liebkLeHDjXIybPher1Z1uMq8ZxCln+fFcVcLZSXkBXEPrPUueAd08K4Xpv5lVRh/p/cPg12b8dZH3F/HuoOfQ==} + '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.3': + resolution: {integrity: sha512-zk2NuWAOvjEHYQ3lZ43VhAqJk+9KK452HeFfZFne4a4iALhCQ/wceK7tCG81jBMMoWnR0f1JS/vxz7/Y2CNwLA==} - '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.2': - resolution: {integrity: sha512-Q8nQobgCzlgkxjA+ICwPS/SbW/3T/PMhV8UjDBqdiSPU3zKDOsOPKFQViGddRWBhAG5LJmV9GlhMPlmc6KLzSA==} + '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.3': + resolution: {integrity: sha512-vXP6lYp6Q5/5nLkMJyBRTWYIZYxL6GnOsJsdnN0KdTHuoPXNZWsv5p2oPYlVE/W7gRAZDylUmYZQ1L9rr7BGRw==} - '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.2': - resolution: {integrity: sha512-cnJggQWPUSdUZ0qsIaMVEKlVT7U3+u/bdqFRDio5+cdslaoRhO7VG8jCCWCacdCHVr/jFleJ3RkT8C6VWJ+CRg==} + '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.3': + resolution: {integrity: sha512-zI57Q5DIf7TGv1A2gIk3umbPWMEFWYO3tEmfP0xJGDBn6gZRHgJvvVjn0wQrljigEEw1V3hRDUXk6Zzg3oVNvA==} - '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.2': - resolution: {integrity: sha512-Ts2c6XVgzJ5x30Y+RzOeQZ0+XlIBX/YWqxg2D8bIoQPaLmfSFDaZskb0FfxSCpox4OjyOXxbLPYib2IEPf9ZXg==} + '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.3': + resolution: {integrity: sha512-VGl15mpHaL+SlsXaRvcVaWXir+pCLrj99QN//Kuir3cpPW6P9IdBztj11bjoIG3aX1bOIrU16/uOhV4G5J4Kag==} - '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.2': - resolution: {integrity: sha512-43W+ncs8VwFO3U45qxvrCWjUN1nuup9i1DJCj75x3AG1XCqyFMRcUhzMUWdEs2KykvKws/DvyaTMmy555bMflA==} + '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.3': + resolution: {integrity: sha512-37dNwdLAcAd7TZW8YqSbpuBoujfoM2AvXBoT1BUxzbYetwNkxP19Q1VtCEAzMxUEQ/9niBANSzuo0zClUEc2kw==} - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.2': - resolution: {integrity: sha512-kTV7VhOrPrqe/wwNcmEzP1J49iyAJybrIwHswpr0e5mDExREb9U9BNkOS7SbVjQhP9KHLYhXSHhn0bBAet22CQ==} + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.3': + resolution: {integrity: sha512-MEZHn+qROKehrXLhDhl7kSQADXjwU2NGSeNuBTr1/nINShpu4Tkxrk7xT0LY8GauKrZR9MyAnueATDQgK8NWhQ==} - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.2': - resolution: {integrity: sha512-LdTRYIYLlS4U2fp8bt8BFBo4HQrXXIN7z0MuH5Vv853l06oBg2brvToCmGsfIjdwVHjvS0MXKxriSc1dvl93qg==} + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.3': + resolution: {integrity: sha512-qHOK0NXnG7t5Gx0xCIbyfrM5FXLgK6krlZRPlrlT6K853MWWWWmjAieuayPtu72Ak1hd/8U2/oWgbONnPqj76w==} - '@swagger-api/apidom-parser-adapter-json@1.11.2': - resolution: {integrity: sha512-OPirA1EczgSDtkXz+HU5YPl6gIDf4FdamcNPd96/H/9I4aDBkNF5XviPPuh8yCgYdXNElvR4FC1OB67X2JslgA==} + '@swagger-api/apidom-parser-adapter-json@1.11.3': + resolution: {integrity: sha512-Wj/DTb6mblsaxKfye9kXLwS+KmWWLAM2M2oSs4muOclhAOtcffr2H+STtiT3Hwrzb+cW8RpX6Htvey4rvbj/Jg==} - '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.2': - resolution: {integrity: sha512-zl6XA49VcG3EEJYWk2PZqsWzAx7BrxwMZCR+8j7S2yaILqEJp+sfkMrzbfmYznXz8tQdoR7XtLjpVT+M/qzNaA==} + '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.3': + resolution: {integrity: sha512-aDR5vKSApqQgDkvJNJZqvp8slEWHGByz5bzDbw6ZHRPSIZcA2IEHdJPgWJVS5gNtJ+YAnA7veM39oqeoF2yy8w==} - '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.2': - resolution: {integrity: sha512-+jGp8T+mP0jtqZ9iOUrcS/7o5InGG+dBVTdLmOOtbxgdF4LoXlxKGj8SBFpQrHuAuVb8R7d9SOza5mSvhSeSjg==} + '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.3': + resolution: {integrity: sha512-hpSBiaVG7qbyJy25/Pl48NCT9uvvsOPAAj+xCAb9TwmIPBcFkVYvj6ZWJbYZsOmzUzcNLOZEOBjRNPN3G31zmQ==} - '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.2': - resolution: {integrity: sha512-+dxJNNDUwAjapijVk/S8X6lbi+wtpdbAit84V8En6HK7D2hvZtebTO8/8saSi57utpJ04hm244EZtMlmIy6G0A==} + '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.3': + resolution: {integrity: sha512-EP7U25s5We8Q/2olymVrJL2nKT+skTea6SnR8F3OETsBoef3i1XgQx7AHqUc9S83hp+bOxZ+oPyI6dNwO+J+MA==} - '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.2': - resolution: {integrity: sha512-rY7wBmD0Tfg5M1PVRTysCveFM721YbXkE0ZsU9zAVurSqBIn2UOX8KbqtMEjNJaz0nw0ekcDITwUIYSzObE2gg==} + '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.3': + resolution: {integrity: sha512-WLuMb0pwH+5hjosRHGvUFLm9iWP0/XNnEdrwdUio4y0eodjDwrPGb2LSdH3zaR8p7mKrqe007jqpjaLLsStzrQ==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.2': - resolution: {integrity: sha512-DLgvZp0hxW67/0LQ69ulKvfQPkxONIdO/Gg1Dz7iYLWKy7RD/pPdfPBrEShujWksPd7yP2DURWb1YKy4yHfyBw==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.3': + resolution: {integrity: sha512-PyD0E4fwOhOCcP/Aqa9HlvZYuw825E6N0IRC69dxxt6Fy6w6Fv2KYRnRw8OINoog8I6/8uSZOLdeDla3FCqhFA==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.2': - resolution: {integrity: sha512-ExQpftF3fjGvFKMn5fpyEOsFJXpuUy5YngguR/3IS/jY1oXc9HD6kDCYtcbkFLOO0x0qGdarQ4nxFzAWTitcUQ==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.3': + resolution: {integrity: sha512-7ULkLaEAAVKRNWT525PdKOaUjrZ7G2ulH9VBsMJ9niaZN/n6hnSW8IR4Iaf0cLZ1MjsZsdWovq5slPz2hpqR4A==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.2': - resolution: {integrity: sha512-GDMMN30Iv8ckWpz/jWjRb7jpkbCdg2/K2a0O7OkyrbsA7XC10WexRp6FehhBBrVPVbZdxQeLIo4wWOHMY3n6yA==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.3': + resolution: {integrity: sha512-2VqxGS0PaNrYeLgGyOl9m4m6EbJjrtxOswzWK2Rk3/M3gEDfnFdyOVffKWlcdEv6XFJ+wgLy5MPlODrzyOOKCA==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.2': - resolution: {integrity: sha512-UQwIUXctN7cF1yvEzhqMP64w5ykOcUkD/ndVks+J9lYCgcdBnWRJ46V6nQhs6crFnSQIYzppDHF0uyd2mJAprA==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.3': + resolution: {integrity: sha512-fRJYMozAyIJP46kKbUPQX2wIzfX9FSC7ZxUn+VWOa587f3zZC3XmydGO46GA/TGuc8cWs7AFD/EfSKWDbsB3Tg==} - '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.2': - resolution: {integrity: sha512-wzrCB+GKkuhN0T7YcNfbI81HfB3yVBT1RUD+W0huOB6zIOaXQMaQKT+fcZ/BPNCTyuvzeevzwdtoYUYKP/H6Ow==} + '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.3': + resolution: {integrity: sha512-mSPMfVzDkLC+HPDI/6ho8TxI1PEcDJl/Y53gZdmfCU1xYzUdOF4s0iHalHHt0ipxYpt0EQXD+oGBnpp/TTx4IQ==} - '@swagger-api/apidom-reference@1.11.2': - resolution: {integrity: sha512-Xr7mYPG3vmbBUVNaRWn/R+6lJTvfuIkbXkAAcii+qYbnBweUQGSDNE9aRPj7q8kbRJRTMX8lzg97CW41S4JLyg==} + '@swagger-api/apidom-reference@1.11.3': + resolution: {integrity: sha512-Y0J+pAru/Est0wQJlFeQq2AsWyboOJP456Zv2wV4m0Ib1QY6N2wWiL6clkHpHA0pughemN6gcjBeNlMeRGqXuw==} '@swaggerexpert/cookie@2.0.2': resolution: {integrity: sha512-DPI8YJ0Vznk4CT+ekn3rcFNq1uQwvUHZhH6WvTSPD0YKBIlMS9ur2RYKghXuxxOiqOam/i4lHJH4xTIiTgs3Mg==} @@ -10338,14 +10387,14 @@ packages: peerDependencies: react: ^18 || ^19 - '@tanstack/react-virtual@3.14.2': - resolution: {integrity: sha512-IpWnmCLvuymRfeeLNVXIzNEYBFLpd3drVIS91sqV78VTZFyldlChkOocZRCPp1B+Wnk09bcLNme8WaMU/9/9bQ==} + '@tanstack/react-virtual@3.14.3': + resolution: {integrity: sha512-k/cnHPVaOfn46hSbiY6n4Dzf4QjCGWSF40zR5QIIYUqPAjpA6TN7InfYmcMiDVQGP2iUn9xsRbAl8u1v3UmeVQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@tanstack/virtual-core@3.17.0': - resolution: {integrity: sha512-gOxY/hFkPh/XQYhnThBHzkbkX3Ed+z/iushyz+R+JAr213aXxUDgQoTgTdrDpBSRsjFM73P/KfUyWmaF9WHMkQ==} + '@tanstack/virtual-core@3.17.1': + resolution: {integrity: sha512-VZyW2Uiml5tmBZwPGrSD3Sz73OxzljQMCmzYHsUTPEuTsERf5xwa+uWb01xEzkz3ZSYTjj8NEb/mKHvgKxyZdA==} '@testing-library/dom@10.4.0': resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} @@ -10437,8 +10486,8 @@ packages: engines: {node: '>=16'} hasBin: true - '@tybys/wasm-util@0.10.2': - resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} + '@tybys/wasm-util@0.10.3': + resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} @@ -10545,6 +10594,9 @@ packages: '@types/fs-extra@11.0.4': resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} + '@types/gensync@1.0.5': + resolution: {integrity: sha512-MbsRCT7mTikHwKZ0X+LVUTLRrZZRLipTuXEO9qOYO+zmjMVk81axyClMROf6uoPD9MRVu46bx8zoR0Ad9q3NAg==} + '@types/glob-base@0.3.2': resolution: {integrity: sha512-0/pNDkxZEZtlAEyMmZvVubAHbynbnlNjPl50gyzDO1iq9nT07Af7Jfg9qJUvXaOzkfVKBvWb4nfPrW1R0ihoyg==} @@ -10617,6 +10669,9 @@ packages: '@types/jsdom@20.0.1': resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} + '@types/jsesc@2.5.1': + resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} + '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -11171,8 +11226,8 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@ungap/structured-clone@1.3.1': - resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==} + '@ungap/structured-clone@1.3.2': + resolution: {integrity: sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==} '@unrs/resolver-binding-android-arm-eabi@1.12.2': resolution: {integrity: sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==} @@ -11662,10 +11717,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - address@1.0.3: - resolution: {integrity: sha512-z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvKcnXFIyC6vh27n3rXyxSgkJBBCAvyOn7gSUcTYjg==} - engines: {node: '>= 0.12.0'} - address@1.1.2: resolution: {integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==} engines: {node: '>= 0.12.0'} @@ -11861,8 +11912,8 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - anynum@1.0.0: - resolution: {integrity: sha512-xjR9/zBVnUOP6ztMIIgShjsxui80nQUQH+5xJnvrYLs+90bF25/KJqaAi8mk+B4RDtX1Nspi6fmp4YTEts8SfA==} + anynum@1.0.1: + resolution: {integrity: sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==} apg-lite@1.0.5: resolution: {integrity: sha512-SlI+nLMQDzCZfS39ihzjGp3JNBQfJXyMi6cg9tkLOCPVErgFsUIAEdO9IezR7kbP5Xd0ozcPNQBkf9TO5cHgWw==} @@ -12124,8 +12175,8 @@ packages: resolution: {integrity: sha512-s7iGf5GaVMxEG0ENN9x+xTr7GFZCb1ZP/1uATUpCEK2X78nDB3RwbtFCo9pGAf9ru+VwoQ464DkaLEeRM08wJA==} engines: {node: '>=4'} - axios@1.17.0: - resolution: {integrity: sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==} + axios@1.18.1: + resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -12340,8 +12391,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.10.36: - resolution: {integrity: sha512-lVq/Df7LXlO79MVaaUHztSwWiG9oXoWHlgvNS51v8Dpd4+G4/VIy6qYePTw31nAVls33nUtnfezYeLkYAak9dg==} + baseline-browser-mapping@2.10.38: + resolution: {integrity: sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==} engines: {node: '>=6.0.0'} hasBin: true @@ -12423,8 +12474,8 @@ packages: resolution: {integrity: sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - body-parser@2.2.2: - resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==} + body-parser@2.3.0: + resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==} engines: {node: '>=18'} bonjour-service@1.4.1: @@ -12504,8 +12555,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - browserslist@4.28.2: - resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} + browserslist@4.28.4: + resolution: {integrity: sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -13123,8 +13174,8 @@ packages: concat-with-sourcemaps@1.1.0: resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} - concurrently@9.2.1: - resolution: {integrity: sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==} + concurrently@9.2.3: + resolution: {integrity: sha512-ihjs0E2SxvDgq/MK418hX6YycQgKhsqxpbZuZbHo0yKfqDWdymWMjWYIpCIzqDDLLKClHlXev8whW/8WXmJ0BA==} engines: {node: '>=18'} hasBin: true @@ -13923,8 +13974,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.372: - resolution: {integrity: sha512-M3yhbAlilnwqC8D21t28UCDGHyitShTmmLRU/H+b74P6Ski16Nb9HONYEaVpMj/pwC7BEo5B95FpjODLCWbtfA==} + electron-to-chromium@1.5.377: + resolution: {integrity: sha512-cH1jZgJHoezfTnKfKwnScpHywTFVnJUNITDPREFdhNjiuD502+QFpG0Qk7G8jhsV/f+CEAFlIrzP1fT+IMb92g==} element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} @@ -13961,6 +14012,10 @@ packages: '@emotion/core': ^10.0.27 react: '>=16.3.0' + empathic@2.0.1: + resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==} + engines: {node: '>=14'} + enabled@2.0.0: resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} @@ -14036,6 +14091,10 @@ packages: error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} + es-abstract-get@1.0.0: + resolution: {integrity: sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==} + engines: {node: '>= 0.4'} + es-abstract@1.24.2: resolution: {integrity: sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==} engines: {node: '>= 0.4'} @@ -14076,12 +14135,12 @@ packages: resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} engines: {node: '>= 0.4'} - es-to-primitive@1.3.0: - resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + es-to-primitive@1.3.1: + resolution: {integrity: sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==} engines: {node: '>= 0.4'} - es-toolkit@1.47.1: - resolution: {integrity: sha512-5RAqEwf4P4E17p+W75KLOWw/nOvKZzSQpxM32IpI2KZLaVonjTrZ0Ai5ghMaVI9eKC2p8eoQgcBdkEDgzFk6+Q==} + es-toolkit@1.48.1: + resolution: {integrity: sha512-wfnXlwd5I75eXRtdD2vuEs50xHHESECDsGD7yiQnfFVNoa5522NwXEbmgo98LfiukSQHs+mBM7/YG3qKJB9/mQ==} es5-ext@0.10.64: resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==} @@ -14709,8 +14768,12 @@ packages: flatted@3.4.2: resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} - flow-parser@0.318.0: - resolution: {integrity: sha512-66vPPqpjOcroUke2vbiyRNS87lbTi7ib80CM9lsn45qymGHPL4nrdY9FKo0TvtrFFqHQErfB/BJeqVkEnWeK/g==} + flow-estree@0.320.0: + resolution: {integrity: sha512-pAqtAcD4UeoNBBpCrpK0oOXhO1oTGxSRsAEc8slnWVDoJJXaHUh/0FJROvlhYH+pyJLYE2YaxmGu6YfWDCkP8g==} + engines: {node: '>=18'} + + flow-parser@0.320.0: + resolution: {integrity: sha512-wVSB6Ii6Lk0865xyMvrOIOulvK4JDGdw5UGRyH1smzYJd8qFIGplZeLJpOsMn2fJIVX0BI6IRRJLBTumSNaQAQ==} engines: {node: '>=0.4.0'} flush-write-stream@1.1.1: @@ -15391,8 +15454,8 @@ packages: hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} - hono@4.12.25: - resolution: {integrity: sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==} + hono@4.12.27: + resolution: {integrity: sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==} engines: {node: '>=16.9.0'} hookified@1.15.1: @@ -15662,6 +15725,9 @@ packages: engines: {node: '>=8'} hasBin: true + import-meta-resolve@4.2.0: + resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} + imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} @@ -16800,11 +16866,14 @@ packages: resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} engines: {node: '>= 0.8'} + js-tokens@10.0.0: + resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@4.2.0: - resolution: {integrity: sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==} + js-yaml@5.1.0: + resolution: {integrity: sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==} hasBin: true jsbn@0.1.1: @@ -17439,8 +17508,8 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.57.7: - resolution: {integrity: sha512-YZPphUQZSRGk6ddPlsNuMbztrLwsbUATFNZcqKscSbSJZ4g0+Y3vSZLJ/rfnGZaB1FFhC7SrywZXev6i8lnHgg==} + memfs@4.57.8: + resolution: {integrity: sha512-bApYhn8BLpFAnAQmFfEl/NPN+8qx5Ar3V4Qt3ek23mVwBEElzV7c6XoPkb/PCG8ZFpowCEpHcPwMFTwHS7tSMA==} memoizerific@1.11.3: resolution: {integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==} @@ -17881,8 +17950,8 @@ packages: resolution: {integrity: sha512-jtpsQDetTnvS2Ts1fiRdci5rx0VYws5jGyC+4IYOTnIQ/wwdf6JdomlHBwqC3bJYOvaKu0C2GSZ1A60anrYpaA==} engines: {node: '>=20.17'} - nanoid@3.3.12: - resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + nanoid@3.3.15: + resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -17891,8 +17960,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.1.11: - resolution: {integrity: sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==} + nanoid@5.1.15: + resolution: {integrity: sha512-kBg3RpGtIe+RpTbyXwoI6pk5yD7KUiI3sygUqgeBMRst42KmhB4RZC7eiO9Wa1HIpaCCtpE2DJ6OI4Wi5ebwFw==} engines: {node: ^18 || >=20} hasBin: true @@ -17973,8 +18042,8 @@ packages: engines: {node: '>=10.5.0'} deprecated: Use your platform's native DOMException instead - node-exports-info@1.6.0: - resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} + node-exports-info@1.6.2: + resolution: {integrity: sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==} engines: {node: '>= 0.4'} node-fetch-native@1.6.7: @@ -18040,8 +18109,8 @@ packages: node-releases@1.1.77: resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} - node-releases@2.0.47: - resolution: {integrity: sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==} + node-releases@2.0.48: + resolution: {integrity: sha512-1uz8041X6LoI6ZSdZacM9lVY28vuzDlSKitnpbSNK0RfKoIJkX29NBPVEFXhnuSuEOA9Ww0xnPJ+ILWbGAv8DA==} engines: {node: '>=18'} node-sarif-builder@3.4.0: @@ -18202,6 +18271,10 @@ packages: obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} + obug@2.1.3: + resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} + engines: {node: '>=12.20.0'} + on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} @@ -18499,8 +18572,8 @@ packages: resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-expression-matcher@1.5.0: - resolution: {integrity: sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==} + path-expression-matcher@1.6.1: + resolution: {integrity: sha512-h7bxdzhHk8Knyc4Tj+jMaa7fEEoUJy7p1qtbVgkYg1Uhpe5Np5VuGXCRZnkZvU+Q42M1vStt0ifa3ueykRJPmQ==} engines: {node: '>=14.0.0'} path-is-absolute@1.0.1: @@ -19204,8 +19277,8 @@ packages: prosemirror-model@1.25.4: resolution: {integrity: sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==} - prosemirror-model@1.25.8: - resolution: {integrity: sha512-BswA4BLSFEiORV6Vjj/yZBXDbos1zTEnhyeSSgT8psGFhstQS7UJ8/WOLiDos9Byaee27+tml0/DuMNxYR84zg==} + prosemirror-model@1.25.9: + resolution: {integrity: sha512-pRTklkDDMMRopyoAcrr9wV/8g/RYgrLHBuJAb5hlEuYZRdm5yqmPjWId83fpBwPpSFqEdja0H7Dfd7z1X/npcA==} prosemirror-schema-basic@1.2.2: resolution: {integrity: sha512-/dT4JFEGyO7QnNTe9UaKUhjDXbTNkiWTq/N4VpKaF79bBjSExVV2NXmJpcM7z/gD7mbqNjxbmWW5nf1iNSSGnw==} @@ -19383,8 +19456,8 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-aria@3.49.0: - resolution: {integrity: sha512-4+oK9FwJQWYhyA5zLfj/feOGY0zZbkE1muoF4gyxMroHVypjcYaRSTlJwvxph2zIlxt757KX6xIK2wJ5Aw1Kog==} + react-aria@3.50.0: + resolution: {integrity: sha512-S0Os6QZk33fzUAKu1QLT9afoUaCBt1ZNdoiq0n2YMVgKIdNIQS8zxiZ8O9hYE6QyDkHKjD6q39LQZ+qaSAIgjw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -19467,8 +19540,8 @@ packages: peerDependencies: react: ^19.1.0 - react-draggable@4.6.0: - resolution: {integrity: sha512-g4vqY53xhmPrBnZvGP+1YQV0eYnB3o0VLzoi6q2IpwnQrxIZ34tYRKpVtsWIXPg4D/pvLn+oYCW5gOK2cWIrgA==} + react-draggable@4.7.0: + resolution: {integrity: sha512-kTpANmKWVnFXiZ76Ag2ZowiFStuBYnJ606PI1TbUsOg29/400/JNIxI9+CuenhiAqFuXWJffz6F4UI3R51kUug==} peerDependencies: react: '>= 16.3.0' react-dom: '>= 16.3.0' @@ -19707,8 +19780,8 @@ packages: react: ^16.0.0-0 react-dom: ^16.0.0-0 - react-stately@3.47.0: - resolution: {integrity: sha512-H3ar+SOWP920EbVg7qWfP3fZjZiwhlEJAEJQqjt+w8oKijCwFgr0+R4941PIHscOXRNRvEOjvWilitImC0DdBg==} + react-stately@3.48.0: + resolution: {integrity: sha512-ImicSAG+lTotAe5izcs1fz49Zk48w7pDusqYg04WaPhCoej8BJ24soMu3iLXIrsi273s4P1gZrYGrqReMfgEEA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -19918,8 +19991,8 @@ packages: regjsgen@0.8.0: resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} - regjsparser@0.13.1: - resolution: {integrity: sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==} + regjsparser@0.13.2: + resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} hasBin: true rehype-katex@7.0.1: @@ -20370,8 +20443,8 @@ packages: select-hose@2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} - selenium-webdriver@4.44.0: - resolution: {integrity: sha512-7RbYoKK0zET+KMVak11UDCtKvNulOU6gFZp8HI5GN9K8+BhqrliIJU/FP6QADrvRAXFMr3wHxfE3JHOcAxO3GQ==} + selenium-webdriver@4.45.0: + resolution: {integrity: sha512-Cb2nqvJiwXVOtRTCYHX9D1FJR5+Ls7aL3Nev0t6n4CpXsQ//YGiiUmSCbvTDDeLtbV85SZ46qmLab4SIYKXWRw==} engines: {node: '>= 20.0.0'} selfsigned@5.5.0: @@ -20390,8 +20463,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.8.4: - resolution: {integrity: sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==} + semver@7.8.5: + resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} engines: {node: '>=10'} hasBin: true @@ -20957,8 +21030,8 @@ packages: resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} engines: {node: '>=0.10.0'} - strnum@2.4.0: - resolution: {integrity: sha512-sHrVyWWdq28RbhjuJdZsA1SnGRJV6NiXbk6AXBxDOsgAcA+lmpUZCYjOdLBxkXMwis6RRe7dlZt4VlIWFVzkmg==} + strnum@2.4.1: + resolution: {integrity: sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==} strtok3@10.3.5: resolution: {integrity: sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==} @@ -21119,8 +21192,8 @@ packages: svgpath@2.6.0: resolution: {integrity: sha512-OIWR6bKzXvdXYyO4DK/UWa1VA1JeKq8E+0ug2DG98Y/vOmMpfZNj+TIG988HjfYSqtcy/hFOtZq/n/j5GSESNg==} - swagger-client@3.37.4: - resolution: {integrity: sha512-3xxqc9s99Vsf47ket2j7D4Tw6b6T7ObNvTqSP009yBeoAo0fy0yprqOVxFISTrvRxN7jgfrEi8GXMhsjzb1M0g==} + swagger-client@3.37.5: + resolution: {integrity: sha512-MuABJgD8vIsT5GVBTGj3HjmiEhArf58ng+YP4fo23NOJb/mKXOpKW3Rln90fnoi7ROt6IJsJy9d5kg8Yidn0/Q==} engines: {node: '>=22'} swagger-ui-react@5.21.0: @@ -21156,8 +21229,8 @@ packages: tabbable@5.3.3: resolution: {integrity: sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==} - tabbable@6.4.0: - resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==} + tabbable@6.5.0: + resolution: {integrity: sha512-wieBHXygIm7OyQOu5hQlkk62/WyCFYGlWg7L6/ZCUZwx0o398Zkn4pVmMyfYhfMG8kGrj/Krt8eIk6UKC6VzwA==} table@6.9.0: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} @@ -22966,10 +23039,18 @@ packages: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} + yargs@16.2.2: + resolution: {integrity: sha512-Nt9ZJjXTv5R8MHbqby/wXQ6Gi0Bb3TcYZkR1bzuL4yB2OxWPkXknz513gEF0GoA6tn00UpbPvERW8rzCuWCA6w==} + engines: {node: '>=10'} + yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} + yargs@17.7.3: + resolution: {integrity: sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==} + engines: {node: '>=12'} + yarn@1.22.19: resolution: {integrity: sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==} engines: {node: '>=4.0.0'} @@ -23075,15 +23156,15 @@ snapshots: '@ai-sdk/anthropic': 3.0.64(zod@4.1.8) '@ai-sdk/provider': 3.0.8 '@ai-sdk/provider-utils': 4.0.21(zod@4.1.8) - '@smithy/eventstream-codec': 4.3.6 - '@smithy/util-utf8': 4.3.6 + '@smithy/eventstream-codec': 4.4.2 + '@smithy/util-utf8': 4.4.2 aws4fetch: 1.0.20 zod: 4.1.8 '@ai-sdk/anthropic@2.0.35(zod@4.1.11)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.25(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.27(zod@4.1.11) zod: 4.1.11 '@ai-sdk/anthropic@3.0.63(zod@4.1.8)': @@ -23101,7 +23182,7 @@ snapshots: '@ai-sdk/gateway@2.0.0(zod@4.1.11)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.25(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.27(zod@4.1.11) '@vercel/oidc': 3.0.3 zod: 4.1.11 @@ -23129,7 +23210,7 @@ snapshots: '@ai-sdk/provider-utils': 4.0.21(zod@4.1.8) zod: 4.1.8 - '@ai-sdk/provider-utils@3.0.25(zod@4.1.11)': + '@ai-sdk/provider-utils@3.0.27(zod@4.1.11)': dependencies: '@ai-sdk/provider': 2.0.3 '@standard-schema/spec': 1.1.0 @@ -23168,13 +23249,13 @@ snapshots: dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 - js-yaml: 4.2.0 + js-yaml: 5.1.0 '@apidevtools/json-schema-ref-parser@12.0.2': dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 - js-yaml: 4.2.0 + js-yaml: 5.1.0 '@aws-crypto/crc32@5.2.0': dependencies: @@ -23193,7 +23274,7 @@ snapshots: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-locate-window': 3.965.7 + '@aws-sdk/util-locate-window': 3.965.8 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -23203,7 +23284,7 @@ snapshots: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-locate-window': 3.965.7 + '@aws-sdk/util-locate-window': 3.965.8 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -23247,39 +23328,39 @@ snapshots: '@aws-sdk/util-user-agent-browser': 3.804.0 '@aws-sdk/util-user-agent-node': 3.816.0 '@aws-sdk/xml-builder': 3.804.0 - '@smithy/config-resolver': 4.5.6 - '@smithy/core': 3.24.6 - '@smithy/eventstream-serde-browser': 4.3.6 - '@smithy/eventstream-serde-config-resolver': 4.4.6 - '@smithy/eventstream-serde-node': 4.3.6 - '@smithy/fetch-http-handler': 5.4.6 - '@smithy/hash-blob-browser': 4.3.6 - '@smithy/hash-node': 4.3.6 - '@smithy/hash-stream-node': 4.3.6 - '@smithy/invalid-dependency': 4.3.6 - '@smithy/md5-js': 4.3.6 - '@smithy/middleware-content-length': 4.3.6 - '@smithy/middleware-endpoint': 4.5.6 - '@smithy/middleware-retry': 4.6.6 - '@smithy/middleware-serde': 4.3.6 - '@smithy/middleware-stack': 4.3.6 - '@smithy/node-config-provider': 4.4.6 - '@smithy/node-http-handler': 4.7.7 - '@smithy/protocol-http': 5.4.6 - '@smithy/smithy-client': 4.13.6 - '@smithy/types': 4.14.3 - '@smithy/url-parser': 4.3.6 - '@smithy/util-base64': 4.4.6 - '@smithy/util-body-length-browser': 4.3.6 - '@smithy/util-body-length-node': 4.3.6 - '@smithy/util-defaults-mode-browser': 4.4.6 - '@smithy/util-defaults-mode-node': 4.3.6 - '@smithy/util-endpoints': 3.5.6 - '@smithy/util-middleware': 4.3.6 - '@smithy/util-retry': 4.4.6 - '@smithy/util-stream': 4.6.6 - '@smithy/util-utf8': 4.3.6 - '@smithy/util-waiter': 4.4.6 + '@smithy/config-resolver': 4.6.2 + '@smithy/core': 3.26.0 + '@smithy/eventstream-serde-browser': 4.4.2 + '@smithy/eventstream-serde-config-resolver': 4.5.2 + '@smithy/eventstream-serde-node': 4.4.2 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/hash-blob-browser': 4.4.2 + '@smithy/hash-node': 4.4.2 + '@smithy/hash-stream-node': 4.4.2 + '@smithy/invalid-dependency': 4.4.2 + '@smithy/md5-js': 4.4.2 + '@smithy/middleware-content-length': 4.4.2 + '@smithy/middleware-endpoint': 4.6.2 + '@smithy/middleware-retry': 4.7.2 + '@smithy/middleware-serde': 4.4.2 + '@smithy/middleware-stack': 4.4.2 + '@smithy/node-config-provider': 4.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/smithy-client': 4.14.2 + '@smithy/types': 4.15.0 + '@smithy/url-parser': 4.4.2 + '@smithy/util-base64': 4.5.2 + '@smithy/util-body-length-browser': 4.4.2 + '@smithy/util-body-length-node': 4.4.2 + '@smithy/util-defaults-mode-browser': 4.5.2 + '@smithy/util-defaults-mode-node': 4.4.2 + '@smithy/util-endpoints': 3.6.2 + '@smithy/util-middleware': 4.4.2 + '@smithy/util-retry': 4.5.2 + '@smithy/util-stream': 4.7.2 + '@smithy/util-utf8': 4.4.2 + '@smithy/util-waiter': 4.5.2 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23298,31 +23379,31 @@ snapshots: '@aws-sdk/util-endpoints': 3.808.0 '@aws-sdk/util-user-agent-browser': 3.804.0 '@aws-sdk/util-user-agent-node': 3.816.0 - '@smithy/config-resolver': 4.5.6 - '@smithy/core': 3.24.6 - '@smithy/fetch-http-handler': 5.4.6 - '@smithy/hash-node': 4.3.6 - '@smithy/invalid-dependency': 4.3.6 - '@smithy/middleware-content-length': 4.3.6 - '@smithy/middleware-endpoint': 4.5.6 - '@smithy/middleware-retry': 4.6.6 - '@smithy/middleware-serde': 4.3.6 - '@smithy/middleware-stack': 4.3.6 - '@smithy/node-config-provider': 4.4.6 - '@smithy/node-http-handler': 4.7.7 - '@smithy/protocol-http': 5.4.6 - '@smithy/smithy-client': 4.13.6 - '@smithy/types': 4.14.3 - '@smithy/url-parser': 4.3.6 - '@smithy/util-base64': 4.4.6 - '@smithy/util-body-length-browser': 4.3.6 - '@smithy/util-body-length-node': 4.3.6 - '@smithy/util-defaults-mode-browser': 4.4.6 - '@smithy/util-defaults-mode-node': 4.3.6 - '@smithy/util-endpoints': 3.5.6 - '@smithy/util-middleware': 4.3.6 - '@smithy/util-retry': 4.4.6 - '@smithy/util-utf8': 4.3.6 + '@smithy/config-resolver': 4.6.2 + '@smithy/core': 3.26.0 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/hash-node': 4.4.2 + '@smithy/invalid-dependency': 4.4.2 + '@smithy/middleware-content-length': 4.4.2 + '@smithy/middleware-endpoint': 4.6.2 + '@smithy/middleware-retry': 4.7.2 + '@smithy/middleware-serde': 4.4.2 + '@smithy/middleware-stack': 4.4.2 + '@smithy/node-config-provider': 4.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/smithy-client': 4.14.2 + '@smithy/types': 4.15.0 + '@smithy/url-parser': 4.4.2 + '@smithy/util-base64': 4.5.2 + '@smithy/util-body-length-browser': 4.4.2 + '@smithy/util-body-length-node': 4.4.2 + '@smithy/util-defaults-mode-browser': 4.5.2 + '@smithy/util-defaults-mode-node': 4.4.2 + '@smithy/util-endpoints': 3.6.2 + '@smithy/util-middleware': 4.4.2 + '@smithy/util-retry': 4.5.2 + '@smithy/util-utf8': 4.4.2 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23330,14 +23411,14 @@ snapshots: '@aws-sdk/core@3.816.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/core': 3.24.6 - '@smithy/node-config-provider': 4.4.6 - '@smithy/property-provider': 4.3.6 - '@smithy/protocol-http': 5.4.6 - '@smithy/signature-v4': 5.4.6 - '@smithy/smithy-client': 4.13.6 - '@smithy/types': 4.14.3 - '@smithy/util-middleware': 4.3.6 + '@smithy/core': 3.26.0 + '@smithy/node-config-provider': 4.5.2 + '@smithy/property-provider': 4.4.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/signature-v4': 5.5.2 + '@smithy/smithy-client': 4.14.2 + '@smithy/types': 4.15.0 + '@smithy/util-middleware': 4.4.2 fast-xml-parser: 5.7.0 tslib: 2.8.1 @@ -23345,21 +23426,21 @@ snapshots: dependencies: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.3.6 - '@smithy/types': 4.14.3 + '@smithy/property-provider': 4.4.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/credential-provider-http@3.816.0': dependencies: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/fetch-http-handler': 5.4.6 - '@smithy/node-http-handler': 4.7.7 - '@smithy/property-provider': 4.3.6 - '@smithy/protocol-http': 5.4.6 - '@smithy/smithy-client': 4.13.6 - '@smithy/types': 4.14.3 - '@smithy/util-stream': 4.6.6 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/property-provider': 4.4.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/smithy-client': 4.14.2 + '@smithy/types': 4.15.0 + '@smithy/util-stream': 4.7.2 tslib: 2.8.1 '@aws-sdk/credential-provider-ini@3.817.0': @@ -23372,10 +23453,10 @@ snapshots: '@aws-sdk/credential-provider-web-identity': 3.817.0 '@aws-sdk/nested-clients': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/credential-provider-imds': 4.3.8 - '@smithy/property-provider': 4.3.6 - '@smithy/shared-ini-file-loader': 4.5.6 - '@smithy/types': 4.14.3 + '@smithy/credential-provider-imds': 4.4.2 + '@smithy/property-provider': 4.4.2 + '@smithy/shared-ini-file-loader': 4.6.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23389,10 +23470,10 @@ snapshots: '@aws-sdk/credential-provider-sso': 3.817.0 '@aws-sdk/credential-provider-web-identity': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/credential-provider-imds': 4.3.8 - '@smithy/property-provider': 4.3.6 - '@smithy/shared-ini-file-loader': 4.5.6 - '@smithy/types': 4.14.3 + '@smithy/credential-provider-imds': 4.4.2 + '@smithy/property-provider': 4.4.2 + '@smithy/shared-ini-file-loader': 4.6.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23401,9 +23482,9 @@ snapshots: dependencies: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.3.6 - '@smithy/shared-ini-file-loader': 4.5.6 - '@smithy/types': 4.14.3 + '@smithy/property-provider': 4.4.2 + '@smithy/shared-ini-file-loader': 4.6.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/credential-provider-sso@3.817.0': @@ -23412,9 +23493,9 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/token-providers': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.3.6 - '@smithy/shared-ini-file-loader': 4.5.6 - '@smithy/types': 4.14.3 + '@smithy/property-provider': 4.4.2 + '@smithy/shared-ini-file-loader': 4.6.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23424,8 +23505,8 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/nested-clients': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.3.6 - '@smithy/types': 4.14.3 + '@smithy/property-provider': 4.4.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23434,17 +23515,17 @@ snapshots: dependencies: '@aws-sdk/types': 3.804.0 '@aws-sdk/util-arn-parser': 3.804.0 - '@smithy/node-config-provider': 4.4.6 - '@smithy/protocol-http': 5.4.6 - '@smithy/types': 4.14.3 - '@smithy/util-config-provider': 4.3.6 + '@smithy/node-config-provider': 4.5.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/types': 4.15.0 + '@smithy/util-config-provider': 4.4.2 tslib: 2.8.1 '@aws-sdk/middleware-expect-continue@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.4.6 - '@smithy/types': 4.14.3 + '@smithy/protocol-http': 5.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/middleware-flexible-checksums@3.816.0': @@ -23454,39 +23535,39 @@ snapshots: '@aws-crypto/util': 5.2.0 '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/is-array-buffer': 4.3.6 - '@smithy/node-config-provider': 4.4.6 - '@smithy/protocol-http': 5.4.6 - '@smithy/types': 4.14.3 - '@smithy/util-middleware': 4.3.6 - '@smithy/util-stream': 4.6.6 - '@smithy/util-utf8': 4.3.6 + '@smithy/is-array-buffer': 4.4.2 + '@smithy/node-config-provider': 4.5.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/types': 4.15.0 + '@smithy/util-middleware': 4.4.2 + '@smithy/util-stream': 4.7.2 + '@smithy/util-utf8': 4.4.2 tslib: 2.8.1 '@aws-sdk/middleware-host-header@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.4.6 - '@smithy/types': 4.14.3 + '@smithy/protocol-http': 5.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/middleware-location-constraint@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/middleware-logger@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/middleware-recursion-detection@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.4.6 - '@smithy/types': 4.14.3 + '@smithy/protocol-http': 5.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/middleware-sdk-s3@3.816.0': @@ -23494,22 +23575,22 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 '@aws-sdk/util-arn-parser': 3.804.0 - '@smithy/core': 3.24.6 - '@smithy/node-config-provider': 4.4.6 - '@smithy/protocol-http': 5.4.6 - '@smithy/signature-v4': 5.4.6 - '@smithy/smithy-client': 4.13.6 - '@smithy/types': 4.14.3 - '@smithy/util-config-provider': 4.3.6 - '@smithy/util-middleware': 4.3.6 - '@smithy/util-stream': 4.6.6 - '@smithy/util-utf8': 4.3.6 + '@smithy/core': 3.26.0 + '@smithy/node-config-provider': 4.5.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/signature-v4': 5.5.2 + '@smithy/smithy-client': 4.14.2 + '@smithy/types': 4.15.0 + '@smithy/util-config-provider': 4.4.2 + '@smithy/util-middleware': 4.4.2 + '@smithy/util-stream': 4.7.2 + '@smithy/util-utf8': 4.4.2 tslib: 2.8.1 '@aws-sdk/middleware-ssec@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/middleware-user-agent@3.816.0': @@ -23517,9 +23598,9 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 '@aws-sdk/util-endpoints': 3.808.0 - '@smithy/core': 3.24.6 - '@smithy/protocol-http': 5.4.6 - '@smithy/types': 4.14.3 + '@smithy/core': 3.26.0 + '@smithy/protocol-http': 5.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/nested-clients@3.817.0': @@ -23536,31 +23617,31 @@ snapshots: '@aws-sdk/util-endpoints': 3.808.0 '@aws-sdk/util-user-agent-browser': 3.804.0 '@aws-sdk/util-user-agent-node': 3.816.0 - '@smithy/config-resolver': 4.5.6 - '@smithy/core': 3.24.6 - '@smithy/fetch-http-handler': 5.4.6 - '@smithy/hash-node': 4.3.6 - '@smithy/invalid-dependency': 4.3.6 - '@smithy/middleware-content-length': 4.3.6 - '@smithy/middleware-endpoint': 4.5.6 - '@smithy/middleware-retry': 4.6.6 - '@smithy/middleware-serde': 4.3.6 - '@smithy/middleware-stack': 4.3.6 - '@smithy/node-config-provider': 4.4.6 - '@smithy/node-http-handler': 4.7.7 - '@smithy/protocol-http': 5.4.6 - '@smithy/smithy-client': 4.13.6 - '@smithy/types': 4.14.3 - '@smithy/url-parser': 4.3.6 - '@smithy/util-base64': 4.4.6 - '@smithy/util-body-length-browser': 4.3.6 - '@smithy/util-body-length-node': 4.3.6 - '@smithy/util-defaults-mode-browser': 4.4.6 - '@smithy/util-defaults-mode-node': 4.3.6 - '@smithy/util-endpoints': 3.5.6 - '@smithy/util-middleware': 4.3.6 - '@smithy/util-retry': 4.4.6 - '@smithy/util-utf8': 4.3.6 + '@smithy/config-resolver': 4.6.2 + '@smithy/core': 3.26.0 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/hash-node': 4.4.2 + '@smithy/invalid-dependency': 4.4.2 + '@smithy/middleware-content-length': 4.4.2 + '@smithy/middleware-endpoint': 4.6.2 + '@smithy/middleware-retry': 4.7.2 + '@smithy/middleware-serde': 4.4.2 + '@smithy/middleware-stack': 4.4.2 + '@smithy/node-config-provider': 4.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/protocol-http': 5.5.2 + '@smithy/smithy-client': 4.14.2 + '@smithy/types': 4.15.0 + '@smithy/url-parser': 4.4.2 + '@smithy/util-base64': 4.5.2 + '@smithy/util-body-length-browser': 4.4.2 + '@smithy/util-body-length-node': 4.4.2 + '@smithy/util-defaults-mode-browser': 4.5.2 + '@smithy/util-defaults-mode-node': 4.4.2 + '@smithy/util-endpoints': 3.6.2 + '@smithy/util-middleware': 4.4.2 + '@smithy/util-retry': 4.5.2 + '@smithy/util-utf8': 4.4.2 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23568,19 +23649,19 @@ snapshots: '@aws-sdk/region-config-resolver@3.808.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/node-config-provider': 4.4.6 - '@smithy/types': 4.14.3 - '@smithy/util-config-provider': 4.3.6 - '@smithy/util-middleware': 4.3.6 + '@smithy/node-config-provider': 4.5.2 + '@smithy/types': 4.15.0 + '@smithy/util-config-provider': 4.4.2 + '@smithy/util-middleware': 4.4.2 tslib: 2.8.1 '@aws-sdk/signature-v4-multi-region@3.816.0': dependencies: '@aws-sdk/middleware-sdk-s3': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.4.6 - '@smithy/signature-v4': 5.4.6 - '@smithy/types': 4.14.3 + '@smithy/protocol-http': 5.5.2 + '@smithy/signature-v4': 5.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/token-providers@3.817.0': @@ -23588,16 +23669,16 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/nested-clients': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.3.6 - '@smithy/shared-ini-file-loader': 4.5.6 - '@smithy/types': 4.14.3 + '@smithy/property-provider': 4.4.2 + '@smithy/shared-ini-file-loader': 4.6.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 transitivePeerDependencies: - aws-crt '@aws-sdk/types@3.804.0': dependencies: - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/util-arn-parser@3.804.0': @@ -23607,18 +23688,18 @@ snapshots: '@aws-sdk/util-endpoints@3.808.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.14.3 - '@smithy/util-endpoints': 3.5.6 + '@smithy/types': 4.15.0 + '@smithy/util-endpoints': 3.6.2 tslib: 2.8.1 - '@aws-sdk/util-locate-window@3.965.7': + '@aws-sdk/util-locate-window@3.965.8': dependencies: tslib: 2.8.1 '@aws-sdk/util-user-agent-browser@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 bowser: 2.14.1 tslib: 2.8.1 @@ -23626,13 +23707,13 @@ snapshots: dependencies: '@aws-sdk/middleware-user-agent': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/node-config-provider': 4.4.6 - '@smithy/types': 4.14.3 + '@smithy/node-config-provider': 4.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws-sdk/xml-builder@3.804.0': dependencies: - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@azu/format-text@1.0.2': {} @@ -23698,8 +23779,8 @@ snapshots: '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 - '@azure/msal-browser': 5.13.0 - '@azure/msal-node': 5.2.4 + '@azure/msal-browser': 5.14.0 + '@azure/msal-node': 5.2.5 open: 10.2.0 tslib: 2.8.1 transitivePeerDependencies: @@ -23712,15 +23793,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/msal-browser@5.13.0': + '@azure/msal-browser@5.14.0': dependencies: - '@azure/msal-common': 16.8.0 + '@azure/msal-common': 16.9.0 - '@azure/msal-common@16.8.0': {} + '@azure/msal-common@16.9.0': {} - '@azure/msal-node@5.2.4': + '@azure/msal-node@5.2.5': dependencies: - '@azure/msal-common': 16.8.0 + '@azure/msal-common': 16.9.0 jsonwebtoken: 9.0.3 '@babel/code-frame@7.10.4': @@ -23733,27 +23814,33 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/code-frame@8.0.0': + dependencies: + '@babel/helper-validator-identifier': 8.0.2 + js-tokens: 10.0.0 + '@babel/compat-data@7.29.7': {} - '@babel/core@7.29.7': + '@babel/compat-data@8.0.0': {} + + '@babel/core@8.0.1': dependencies: - '@babel/code-frame': 7.29.7 - '@babel/generator': 7.29.7 - '@babel/helper-compilation-targets': 7.29.7 - '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) - '@babel/helpers': 7.29.7 - '@babel/parser': 7.29.7 - '@babel/template': 7.29.7 - '@babel/traverse': 7.29.7 - '@babel/types': 7.29.7 - '@jridgewell/remapping': 2.3.5 + '@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 - debug: 4.4.3(supports-color@8.1.1) + empathic: 2.0.1 gensync: 1.0.0-beta.2 + import-meta-resolve: 4.2.0 json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + obug: 2.1.3 + semver: 7.8.5 '@babel/generator@7.29.7': dependencies: @@ -23763,6 +23850,15 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 + '@babel/generator@8.0.0': + dependencies: + '@babel/parser': 8.0.0 + '@babel/types': 8.0.0 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + '@types/jsesc': 2.5.1 + jsesc: 3.1.0 + '@babel/helper-annotate-as-pure@7.29.7': dependencies: '@babel/types': 7.29.7 @@ -23771,33 +23867,41 @@ snapshots: dependencies: '@babel/compat-data': 7.29.7 '@babel/helper-validator-option': 7.29.7 - browserslist: 4.28.2 + browserslist: 4.28.4 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)': + '@babel/helper-compilation-targets@8.0.0': dependencies: - '@babel/core': 7.29.7 + '@babel/compat-data': 8.0.0 + '@babel/helper-validator-option': 8.0.0 + browserslist: 4.28.4 + lru-cache: 11.5.1 + semver: 7.8.5 + + '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-member-expression-to-functions': 7.29.7 '@babel/helper-optimise-call-expression': 7.29.7 - '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) + '@babel/helper-replace-supers': 7.29.7(@babel/core@8.0.1) '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 '@babel/traverse': 7.29.7 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@7.29.7)': + '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 regexpu-core: 6.4.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.0.3(@babel/core@7.29.7)': + '@babel/helper-define-polyfill-provider@0.0.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -23809,9 +23913,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.29.7)': + '@babel/helper-define-polyfill-provider@0.1.5(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -23823,9 +23927,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.7)': + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 debug: 4.4.3(supports-color@8.1.1) @@ -23836,6 +23940,8 @@ snapshots: '@babel/helper-globals@7.29.7': {} + '@babel/helper-globals@8.0.0': {} + '@babel/helper-member-expression-to-functions@7.29.7': dependencies: '@babel/traverse': 7.29.7 @@ -23850,9 +23956,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)': + '@babel/helper-module-transforms@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-module-imports': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 '@babel/traverse': 7.29.7 @@ -23867,18 +23973,18 @@ snapshots: '@babel/helper-plugin-utils@7.29.7': {} - '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@7.29.7)': + '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-wrap-function': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)': + '@babel/helper-replace-supers@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-member-expression-to-functions': 7.29.7 '@babel/helper-optimise-call-expression': 7.29.7 '@babel/traverse': 7.29.7 @@ -23894,10 +24000,16 @@ snapshots: '@babel/helper-string-parser@7.29.7': {} + '@babel/helper-string-parser@8.0.0': {} + '@babel/helper-validator-identifier@7.29.7': {} + '@babel/helper-validator-identifier@8.0.2': {} + '@babel/helper-validator-option@7.29.7': {} + '@babel/helper-validator-option@8.0.0': {} + '@babel/helper-wrap-function@7.29.7': dependencies: '@babel/template': 7.29.7 @@ -23906,10 +24018,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helpers@7.29.7': + '@babel/helpers@8.0.0': dependencies: - '@babel/template': 7.29.7 - '@babel/types': 7.29.7 + '@babel/template': 8.0.0 + '@babel/types': 8.0.0 '@babel/highlight@7.25.9': dependencies: @@ -23922,739 +24034,743 @@ snapshots: dependencies: '@babel/types': 7.29.7 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@7.29.7)': + '@babel/parser@8.0.0': dependencies: - '@babel/core': 7.29.7 + '@babel/types': 8.0.0 + + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@8.0.1)': + dependencies: + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.29.7)': + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-proposal-decorators@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-decorators': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-export-default-from@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-proposal-export-default-from@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.29.7)': + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.29.7)': + '@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.29.7)': + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@8.0.1)': dependencies: '@babel/compat-data': 7.29.7 - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.29.7)': + '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.29.7)': + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 - '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.29.7)': + '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-decorators@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-syntax-decorators@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.22.5(@babel/core@7.29.7)': + '@babel/plugin-syntax-flow@7.22.5(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.27.1(@babel/core@7.29.7)': + '@babel/plugin-syntax-flow@7.27.1(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-syntax-flow@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.29.7)': + '@babel/plugin-syntax-jsx@7.12.1(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-syntax-jsx@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-syntax-typescript@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.7)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-async-generator-functions@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-async-generator-functions@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@8.0.1) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-async-to-generator@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-class-properties@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-class-properties@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-classes@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-globals': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) + '@babel/helper-replace-supers': 7.29.7(@babel/core@8.0.1) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/template': 7.29.7 - '@babel/plugin-transform-destructuring@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-destructuring@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-flow-strip-types@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-flow-strip-types@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-flow': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-for-of@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-function-name@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-json-strings@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-literals@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-literals@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-new-target@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-new-target@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-object-super@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) + '@babel/helper-replace-supers': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-parameters@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-private-methods@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-private-methods@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-property-literals@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-display-name@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-react-display-name@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx-development@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-react-jsx-development@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-pure-annotations@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-react-pure-annotations@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-regenerator@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-regenerator@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-regexp-modifiers@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-regexp-modifiers@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-spread@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-spread@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-template-literals@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-template-literals@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.29.7)': + '@babel/plugin-transform-typescript@7.27.1(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) '@babel/helper-plugin-utils': 7.29.7 - '@babel/preset-env@7.27.2(@babel/core@7.29.7)': + '@babel/preset-env@7.27.2(@babel/core@8.0.1)': dependencies: '@babel/compat-data': 7.29.7 - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7) - '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-function-name': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-literals': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-new-target': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-object-super': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-regexp-modifiers': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@7.29.7) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.7) - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.29.7) - babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@8.0.1) + '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-function-name': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-literals': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-new-target': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-object-super': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-regexp-modifiers': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@8.0.1) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@8.0.1) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@8.0.1) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@8.0.1) core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.29.7(@babel/core@7.29.7)': + '@babel/preset-flow@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-transform-flow-strip-types': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-flow-strip-types': 7.29.7(@babel/core@8.0.1) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.7)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/types': 7.29.7 esutils: 2.0.3 - '@babel/preset-react@7.27.1(@babel/core@7.29.7)': + '@babel/preset-react@7.27.1(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-transform-react-display-name': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-react-jsx-development': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-react-pure-annotations': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-display-name': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx-development': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-react-pure-annotations': 7.29.7(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.22.11(@babel/core@7.29.7)': + '@babel/preset-typescript@7.22.11(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.27.1(@babel/core@7.29.7)': + '@babel/preset-typescript@7.27.1(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - '@babel/register@7.29.7(@babel/core@7.29.7)': + '@babel/register@7.29.7(@babel/core@8.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -24673,6 +24789,12 @@ snapshots: '@babel/parser': 7.29.7 '@babel/types': 7.29.7 + '@babel/template@8.0.0': + dependencies: + '@babel/code-frame': 8.0.0 + '@babel/parser': 8.0.0 + '@babel/types': 8.0.0 + '@babel/traverse@7.29.7': dependencies: '@babel/code-frame': 7.29.7 @@ -24685,11 +24807,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@8.0.0': + 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.3 + '@babel/types@7.29.7': dependencies: '@babel/helper-string-parser': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 + '@babel/types@8.0.0': + dependencies: + '@babel/helper-string-parser': 8.0.0 + '@babel/helper-validator-identifier': 8.0.2 + '@base2/pretty-print-object@1.0.1': {} '@bazel/runfiles@6.5.0': {} @@ -25035,7 +25172,7 @@ snapshots: '@lezer/highlight': 1.2.3 style-mod: 4.1.3 - '@codemirror/search@6.7.0': + '@codemirror/search@6.7.1': dependencies: '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 @@ -25233,7 +25370,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/css@11.10.5(@babel/core@7.29.7)': + '@emotion/css@11.10.5(@babel/core@8.0.1)': dependencies: '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 @@ -25241,7 +25378,7 @@ snapshots: '@emotion/sheet': 1.4.0 '@emotion/utils': 1.4.2 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 transitivePeerDependencies: - supports-color @@ -25319,7 +25456,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0)': + '@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 @@ -25330,12 +25467,12 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.2.0 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color - '@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0)': + '@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 @@ -25346,7 +25483,7 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 19.1.0 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color @@ -25389,44 +25526,44 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': + '@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) + '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.2.0) '@emotion/utils': 1.4.2 react: 18.2.0 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color - '@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0)': + '@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0) + '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.0) '@emotion/utils': 1.4.2 react: 19.1.0 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color - '@emotion/styled@11.11.0(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': + '@emotion/styled@11.11.0(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) + '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.2.0) '@emotion/utils': 1.4.2 @@ -25627,7 +25764,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.2.0 + js-yaml: 5.1.0 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -25641,7 +25778,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.2.0 + js-yaml: 5.1.0 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -25685,7 +25822,7 @@ snapshots: '@floating-ui/utils': 0.2.11 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - tabbable: 6.4.0 + tabbable: 6.5.0 '@floating-ui/utils@0.2.11': {} @@ -25745,10 +25882,10 @@ snapshots: dependencies: '@graphiql/toolkit': 0.11.3(@types/node@22.15.24)(graphql@16.11.0) '@headlessui/react': 1.7.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-dropdown-menu': 2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dropdown-menu': 2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-tooltip': 1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/codemirror': 5.60.17 clsx: 1.2.1 codemirror: 5.65.21 @@ -25795,14 +25932,14 @@ snapshots: '@headlessui/react@1.7.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@tanstack/react-virtual': 3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-virtual': 3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) client-only: 0.0.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) '@headlessui/react@1.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@tanstack/react-virtual': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@tanstack/react-virtual': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) client-only: 0.0.1 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -25812,7 +25949,7 @@ snapshots: '@floating-ui/react': 0.26.28(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/focus': 3.22.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/interactions': 3.28.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@tanstack/react-virtual': 3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-virtual': 3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -25821,14 +25958,14 @@ snapshots: '@floating-ui/react': 0.26.28(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/focus': 3.22.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/interactions': 3.28.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@tanstack/react-virtual': 3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-virtual': 3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) use-sync-external-store: 1.6.0(react@18.2.0) - '@hono/node-server@1.19.13(hono@4.12.25)': + '@hono/node-server@1.19.13(hono@4.12.27)': dependencies: - hono: 4.12.25 + hono: 4.12.27 '@hookform/resolvers@2.8.0(react-hook-form@7.56.4(react@18.2.0))': dependencies: @@ -25894,7 +26031,7 @@ snapshots: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 resolve-from: 5.0.0 '@istanbuljs/schema@0.1.6': {} @@ -26172,22 +26309,16 @@ snapshots: dependencies: expect: 29.7.0 jest-snapshot: 29.7.0 - transitivePeerDependencies: - - supports-color '@jest/expect@30.0.0': dependencies: expect: 30.0.0 jest-snapshot: 30.0.0 - transitivePeerDependencies: - - supports-color '@jest/expect@30.1.2': dependencies: expect: 30.1.2 jest-snapshot: 30.1.2 - transitivePeerDependencies: - - supports-color '@jest/fake-timers@25.5.0': dependencies: @@ -26249,8 +26380,6 @@ snapshots: '@jest/expect': 29.7.0 '@jest/types': 29.6.3 jest-mock: 29.7.0 - transitivePeerDependencies: - - supports-color '@jest/globals@30.0.0': dependencies: @@ -26258,8 +26387,6 @@ snapshots: '@jest/expect': 30.0.0 '@jest/types': 30.0.0 jest-mock: 30.0.0 - transitivePeerDependencies: - - supports-color '@jest/globals@30.1.2': dependencies: @@ -26267,8 +26394,6 @@ snapshots: '@jest/expect': 30.1.2 '@jest/types': 30.0.5 jest-mock: 30.0.5 - transitivePeerDependencies: - - supports-color '@jest/pattern@30.0.0': dependencies: @@ -26519,7 +26644,7 @@ snapshots: '@jest/transform@25.5.1': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/types': 25.5.0 babel-plugin-istanbul: 6.1.1 chalk: 3.0.0 @@ -26535,12 +26660,10 @@ snapshots: slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 - transitivePeerDependencies: - - supports-color '@jest/transform@26.6.2': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -26555,12 +26678,10 @@ snapshots: slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 - transitivePeerDependencies: - - supports-color '@jest/transform@29.7.0': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 6.1.1 @@ -26575,12 +26696,10 @@ snapshots: pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 4.0.2 - transitivePeerDependencies: - - supports-color '@jest/transform@30.0.0': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/types': 30.0.0 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 7.0.1 @@ -26595,12 +26714,10 @@ snapshots: pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 5.0.1 - transitivePeerDependencies: - - supports-color '@jest/transform@30.1.2': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/types': 30.0.5 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 7.0.1 @@ -26615,8 +26732,6 @@ snapshots: pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 5.0.1 - transitivePeerDependencies: - - supports-color '@jest/types@25.5.0': dependencies: @@ -26696,11 +26811,6 @@ snapshots: '@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/trace-mapping': 0.3.31 - '@jridgewell/remapping@2.3.5': - dependencies: - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/source-map@0.3.11': @@ -26746,58 +26856,58 @@ snapshots: dependencies: tslib: 2.8.1 - '@jsonjoy.com/fs-core@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-core@4.57.8(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) thingies: 2.6.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-fsa@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-fsa@4.57.8(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) thingies: 2.6.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node-builtins@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-node-builtins@4.57.8(tslib@2.8.1)': dependencies: tslib: 2.8.1 - '@jsonjoy.com/fs-node-to-fsa@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-node-to-fsa@4.57.8(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-fsa': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node-utils@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-node-utils@4.57.8(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-node@4.57.8(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.57.8(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) thingies: 2.6.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-print@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-print@4.57.8(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-snapshot@4.57.7(tslib@2.8.1)': + '@jsonjoy.com/fs-snapshot@4.57.8(tslib@2.8.1)': dependencies: '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) '@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1) '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) tslib: 2.8.1 @@ -27100,7 +27210,7 @@ snapshots: '@mcp-ui/client@6.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@modelcontextprotocol/ext-apps': 1.7.2(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) + '@modelcontextprotocol/ext-apps': 1.7.4(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -27111,11 +27221,11 @@ snapshots: '@mdx-js/mdx@1.6.22': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.29.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@8.0.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) '@mdx-js/util': 1.6.22 - babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@7.29.7) + babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@8.0.1) babel-plugin-extract-import-names: 1.6.22 camelcase-css: 2.0.1 detab: 2.0.4 @@ -27130,8 +27240,6 @@ snapshots: unified: 9.2.0 unist-builder: 2.0.3 unist-util-visit: 2.0.3 - transitivePeerDependencies: - - supports-color '@mdx-js/react@1.6.22(react@18.2.0)': dependencies: @@ -27164,18 +27272,18 @@ snapshots: '@lexical/utils': 0.17.1 '@mdxeditor/gurx': 1.2.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/colors': 3.0.0 - '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-icons': 1.3.2(react@18.2.0) - '@radix-ui/react-popover': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-select': 2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toolbar': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popover': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-select': 2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle-group': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toolbar': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-tooltip': 1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) classnames: 2.5.1 cm6-theme-basic-light: 0.2.0(@codemirror/language@6.11.3)(@codemirror/state@6.5.2)(@codemirror/view@6.38.8)(@lezer/highlight@1.2.3) codemirror: 6.0.2 downshift: 7.6.2(react@18.2.0) - js-yaml: 4.2.0 + js-yaml: 5.1.0 lexical: 0.17.1 mdast-util-directive: 3.1.0 mdast-util-from-markdown: 2.0.3 @@ -27214,32 +27322,32 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@microsoft/1ds-core-js@4.4.1(tslib@2.8.1)': + '@microsoft/1ds-core-js@4.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.6.1 + '@nevware21/ts-async': 0.5.5 '@nevware21/ts-utils': 0.14.0 transitivePeerDependencies: - tslib - '@microsoft/1ds-post-js@4.4.1(tslib@2.8.1)': + '@microsoft/1ds-post-js@4.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.6.1 + '@nevware21/ts-async': 0.5.5 '@nevware21/ts-utils': 0.14.0 transitivePeerDependencies: - tslib - '@microsoft/applicationinsights-channel-js@3.4.1(tslib@2.8.1)': + '@microsoft/applicationinsights-channel-js@3.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.6.1 + '@nevware21/ts-async': 0.5.5 '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 @@ -27259,11 +27367,11 @@ snapshots: '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 - '@microsoft/applicationinsights-core-js@3.4.1(tslib@2.8.1)': + '@microsoft/applicationinsights-core-js@3.4.2(tslib@2.8.1)': dependencies: '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.6.1 + '@nevware21/ts-async': 0.5.5 '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 @@ -27271,13 +27379,13 @@ snapshots: dependencies: '@nevware21/ts-utils': 0.14.0 - '@microsoft/applicationinsights-web-basic@3.4.1(tslib@2.8.1)': + '@microsoft/applicationinsights-web-basic@3.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-channel-js': 3.4.1(tslib@2.8.1) - '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) + '@microsoft/applicationinsights-channel-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.6.1 + '@nevware21/ts-async': 0.5.5 '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 @@ -27322,7 +27430,7 @@ snapshots: dependencies: exenv-es6: 1.1.1 - '@modelcontextprotocol/ext-apps@1.7.2(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76)': + '@modelcontextprotocol/ext-apps@1.7.4(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76)': dependencies: '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) '@standard-schema/spec': 1.1.0 @@ -27345,19 +27453,19 @@ snapshots: '@modelcontextprotocol/inspector-client@0.21.2(@types/react-dom@18.2.0)(@types/react@18.2.0)': dependencies: '@mcp-ui/client': 6.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@modelcontextprotocol/ext-apps': 1.7.2(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) + '@modelcontextprotocol/ext-apps': 1.7.4(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) - '@radix-ui/react-checkbox': 1.3.4(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-checkbox': 1.3.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-icons': 1.3.2(react@18.3.1) - '@radix-ui/react-label': 2.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-popover': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-select': 2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-switch': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tabs': 1.1.14(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-toast': 1.2.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-label': 2.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popover': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-select': 2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-switch': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tabs': 1.1.15(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-toast': 1.2.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tooltip': 1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ajv: 6.15.0 class-variance-authority: 0.7.1 clsx: 2.1.1 @@ -27400,7 +27508,7 @@ snapshots: '@modelcontextprotocol/inspector-client': 0.21.2(@types/react-dom@18.2.0)(@types/react@18.2.0) '@modelcontextprotocol/inspector-server': 0.21.2 '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) - concurrently: 9.2.1 + concurrently: 9.2.3 node-fetch: 3.3.2 open: 10.2.0 shell-quote: 1.8.4 @@ -27421,7 +27529,7 @@ snapshots: '@modelcontextprotocol/sdk@1.29.0(zod@3.25.76)': dependencies: - '@hono/node-server': 1.19.13(hono@4.12.25) + '@hono/node-server': 1.19.13(hono@4.12.27) ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) content-type: 1.0.5 @@ -27431,7 +27539,7 @@ snapshots: eventsource-parser: 3.1.0 express: 5.2.1 express-rate-limit: 8.2.2(express@5.2.1) - hono: 4.12.25 + hono: 4.12.27 jose: 6.2.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -27443,7 +27551,7 @@ snapshots: '@modelcontextprotocol/sdk@1.29.0(zod@4.1.8)': dependencies: - '@hono/node-server': 1.19.13(hono@4.12.25) + '@hono/node-server': 1.19.13(hono@4.12.27) ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) content-type: 1.0.5 @@ -27453,7 +27561,7 @@ snapshots: eventsource-parser: 3.1.0 express: 5.2.1 express-rate-limit: 8.2.2(express@5.2.1) - hono: 4.12.25 + hono: 4.12.27 jose: 6.2.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -27527,9 +27635,13 @@ snapshots: dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 - '@tybys/wasm-util': 0.10.2 + '@tybys/wasm-util': 0.10.3 optional: true + '@nevware21/ts-async@0.5.5': + dependencies: + '@nevware21/ts-utils': 0.14.0 + '@nevware21/ts-async@0.6.1': dependencies: '@nevware21/ts-utils': 0.14.0 @@ -27557,12 +27669,12 @@ snapshots: '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 - semver: 7.8.4 + semver: 7.8.5 '@npmcli/fs@2.1.2': dependencies: '@gar/promisify': 1.1.3 - semver: 7.8.4 + semver: 7.8.5 '@npmcli/move-file@1.1.2': dependencies: @@ -27934,10 +28046,10 @@ snapshots: transitivePeerDependencies: - resize-observer-polyfill - '@projectstorm/react-diagrams-defaults@6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1)': + '@projectstorm/react-diagrams-defaults@6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1)': dependencies: - '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) + '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) '@projectstorm/react-diagrams-core': 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) lodash: 4.18.1 react: 18.2.0 @@ -27987,11 +28099,11 @@ snapshots: - '@emotion/styled' - resize-observer-polyfill - '@projectstorm/react-diagrams-routing@6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': + '@projectstorm/react-diagrams-routing@6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': dependencies: '@projectstorm/geometry': 6.7.4 '@projectstorm/react-diagrams-core': 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) - '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) + '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) dagre: 0.8.5 lodash: 4.18.1 pathfinding: 0.4.18 @@ -28048,11 +28160,11 @@ snapshots: - react - resize-observer-polyfill - '@projectstorm/react-diagrams@6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': + '@projectstorm/react-diagrams@6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': dependencies: '@projectstorm/react-diagrams-core': 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) - '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) - '@projectstorm/react-diagrams-routing': 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) + '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) + '@projectstorm/react-diagrams-routing': 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) transitivePeerDependencies: - '@emotion/react' - '@emotion/styled' @@ -28100,31 +28212,31 @@ snapshots: '@radix-ui/primitive@1.1.4': {} - '@radix-ui/react-arrow@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-arrow@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-arrow@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-arrow@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-checkbox@1.3.4(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-checkbox@1.3.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-size': 1.1.2(@types/react@18.2.0)(react@18.3.1) @@ -28134,24 +28246,24 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-collection@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-collection@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-collection@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-collection@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -28182,19 +28294,19 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-dialog@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dialog@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 @@ -28204,19 +28316,19 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-dialog@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dialog@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) aria-hidden: 1.2.6 react: 18.3.1 @@ -28238,11 +28350,11 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dismissable-layer@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 @@ -28251,11 +28363,11 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dismissable-layer@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 @@ -28264,14 +28376,14 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-dropdown-menu@2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dropdown-menu@2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-menu': 2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-menu': 2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28291,10 +28403,10 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-focus-scope@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28302,10 +28414,10 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-focus-scope@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28335,32 +28447,32 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-label@2.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-label@2.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-menu@2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-menu@2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 @@ -28370,20 +28482,20 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popover@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-popover@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 @@ -28393,20 +28505,20 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popover@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-popover@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) aria-hidden: 1.2.6 react: 18.3.1 @@ -28416,13 +28528,13 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popper@1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-popper@1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@floating-ui/react-dom': 2.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-arrow': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-arrow': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-rect': 1.1.2(@types/react@18.2.0)(react@18.2.0) @@ -28434,13 +28546,13 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popper@1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-popper@1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react-dom': 2.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-arrow': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-arrow': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-rect': 1.1.2(@types/react@18.2.0)(react@18.3.1) @@ -28452,9 +28564,9 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-portal@1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-portal@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28462,9 +28574,9 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-portal@1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-portal@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28490,33 +28602,33 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-primitive@2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-primitive@2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-primitive@2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-primitive@2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-roving-focus@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-roving-focus@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 @@ -28525,15 +28637,15 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-roving-focus@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-roving-focus@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 @@ -28542,28 +28654,28 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-select@2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-select@2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/number': 1.1.2 '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28572,28 +28684,28 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-select@2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-select@2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/number': 1.1.2 '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) aria-hidden: 1.2.6 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28602,35 +28714,35 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-separator@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-separator@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-slot@1.2.5(@types/react@18.2.0)(react@18.2.0)': + '@radix-ui/react-slot@1.3.0(@types/react@18.2.0)(react@18.2.0)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-slot@1.2.5(@types/react@18.2.0)(react@18.3.1)': + '@radix-ui/react-slot@1.3.0(@types/react@18.2.0)(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-switch@1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-switch@1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-size': 1.1.2(@types/react@18.2.0)(react@18.3.1) @@ -28640,15 +28752,15 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-tabs@1.1.14(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-tabs@1.1.15(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28656,34 +28768,34 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toast@1.2.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-toast@1.2.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toggle-group@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toggle-group@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28691,10 +28803,10 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toggle@1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toggle@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28702,55 +28814,55 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toolbar@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toolbar@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-separator': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-separator': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle-group': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-tooltip@1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-tooltip@1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-tooltip@1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-tooltip@1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -28865,18 +28977,18 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-visually-hidden@1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-visually-hidden@1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -28898,15 +29010,15 @@ snapshots: dependencies: '@swc/helpers': 0.5.23 react: 18.2.0 - react-aria: 3.49.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-aria: 3.50.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: 18.2.0(react@18.2.0) '@react-aria/interactions@3.28.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@react-types/shared': 3.35.0(react@18.2.0) + '@react-types/shared': 3.36.0(react@18.2.0) '@swc/helpers': 0.5.23 react: 18.2.0 - react-aria: 3.49.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-aria: 3.50.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: 18.2.0(react@18.2.0) '@react-dnd/asap@5.0.2': {} @@ -28925,28 +29037,28 @@ snapshots: dependencies: react: 18.2.0 - '@react-types/shared@3.35.0(react@18.2.0)': + '@react-types/shared@3.36.0(react@18.2.0)': dependencies: react: 18.2.0 - '@redhat-developer/locators@1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0)': + '@redhat-developer/locators@1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0)': dependencies: - '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3) - selenium-webdriver: 4.44.0 + '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3) + selenium-webdriver: 4.45.0 - '@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3)': + '@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3)': dependencies: clipboardy: 5.3.1 clone-deep: 4.0.1 compare-versions: 6.1.1 fs-extra: 11.3.5 - selenium-webdriver: 4.44.0 + selenium-webdriver: 4.45.0 type-fest: 4.41.0 typescript: 5.8.3 - '@rollup/plugin-babel@5.3.1(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@1.32.1)': + '@rollup/plugin-babel@5.3.1(@babel/core@8.0.1)(@types/babel__core@7.20.5)(rollup@1.32.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-module-imports': 7.29.7 '@rollup/pluginutils': 3.1.0(rollup@1.32.1) rollup: 1.32.1 @@ -29226,7 +29338,7 @@ snapshots: '@size-limit/esbuild@11.2.0(size-limit@11.2.0)': dependencies: esbuild: 0.25.12 - nanoid: 5.1.11 + nanoid: 5.1.15 size-limit: 11.2.0 '@size-limit/file@11.2.0(size-limit@11.2.0)': @@ -29239,168 +29351,168 @@ snapshots: '@size-limit/file': 11.2.0(size-limit@11.2.0) size-limit: 11.2.0 - '@smithy/config-resolver@4.5.6': + '@smithy/config-resolver@4.6.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/core@3.24.6': + '@smithy/core@3.26.0': dependencies: '@aws-crypto/crc32': 5.2.0 - '@smithy/types': 4.14.3 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/credential-provider-imds@4.3.8': + '@smithy/credential-provider-imds@4.4.2': dependencies: - '@smithy/core': 3.24.6 - '@smithy/types': 4.14.3 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/eventstream-codec@4.3.6': + '@smithy/eventstream-codec@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/eventstream-serde-browser@4.3.6': + '@smithy/eventstream-serde-browser@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/eventstream-serde-config-resolver@4.4.6': + '@smithy/eventstream-serde-config-resolver@4.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/eventstream-serde-node@4.3.6': + '@smithy/eventstream-serde-node@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/fetch-http-handler@5.4.6': + '@smithy/fetch-http-handler@5.5.2': dependencies: - '@smithy/core': 3.24.6 - '@smithy/types': 4.14.3 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/hash-blob-browser@4.3.6': + '@smithy/hash-blob-browser@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/hash-node@4.3.6': + '@smithy/hash-node@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/hash-stream-node@4.3.6': + '@smithy/hash-stream-node@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/invalid-dependency@4.3.6': + '@smithy/invalid-dependency@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 '@smithy/is-array-buffer@2.2.0': dependencies: tslib: 2.8.1 - '@smithy/is-array-buffer@4.3.6': + '@smithy/is-array-buffer@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/md5-js@4.3.6': + '@smithy/md5-js@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/middleware-content-length@4.3.6': + '@smithy/middleware-content-length@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/middleware-endpoint@4.5.6': + '@smithy/middleware-endpoint@4.6.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/middleware-retry@4.6.6': + '@smithy/middleware-retry@4.7.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/middleware-serde@4.3.6': + '@smithy/middleware-serde@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/middleware-stack@4.3.6': + '@smithy/middleware-stack@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/node-config-provider@4.4.6': + '@smithy/node-config-provider@4.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/node-http-handler@4.7.7': + '@smithy/node-http-handler@4.8.2': dependencies: - '@smithy/core': 3.24.6 - '@smithy/types': 4.14.3 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/property-provider@4.3.6': + '@smithy/property-provider@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/protocol-http@5.4.6': + '@smithy/protocol-http@5.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/shared-ini-file-loader@4.5.6': + '@smithy/shared-ini-file-loader@4.6.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/signature-v4@5.4.6': + '@smithy/signature-v4@5.5.2': dependencies: - '@smithy/core': 3.24.6 - '@smithy/types': 4.14.3 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/smithy-client@4.13.6': + '@smithy/smithy-client@4.14.2': dependencies: - '@smithy/core': 3.24.6 - '@smithy/types': 4.14.3 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/types@4.14.3': + '@smithy/types@4.15.0': dependencies: tslib: 2.8.1 - '@smithy/url-parser@4.3.6': + '@smithy/url-parser@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-base64@4.4.6': + '@smithy/util-base64@4.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-body-length-browser@4.3.6': + '@smithy/util-body-length-browser@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-body-length-node@4.3.6': + '@smithy/util-body-length-node@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 '@smithy/util-buffer-from@2.2.0': @@ -29408,39 +29520,39 @@ snapshots: '@smithy/is-array-buffer': 2.2.0 tslib: 2.8.1 - '@smithy/util-config-provider@4.3.6': + '@smithy/util-config-provider@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-defaults-mode-browser@4.4.6': + '@smithy/util-defaults-mode-browser@4.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-defaults-mode-node@4.3.6': + '@smithy/util-defaults-mode-node@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-endpoints@3.5.6': + '@smithy/util-endpoints@3.6.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-middleware@4.3.6': + '@smithy/util-middleware@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-retry@4.4.6': + '@smithy/util-retry@4.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-stream@4.6.6': + '@smithy/util-stream@4.7.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 '@smithy/util-utf8@2.3.0': @@ -29448,14 +29560,14 @@ snapshots: '@smithy/util-buffer-from': 2.2.0 tslib: 2.8.1 - '@smithy/util-utf8@4.3.6': + '@smithy/util-utf8@4.4.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 - '@smithy/util-waiter@4.4.6': + '@smithy/util-waiter@4.5.2': dependencies: - '@smithy/core': 3.24.6 + '@smithy/core': 3.26.0 tslib: 2.8.1 '@so-ric/colorspace@1.1.6': @@ -29630,10 +29742,10 @@ snapshots: storybook: 8.6.14(prettier@3.5.3) ts-dedent: 2.3.0 - '@storybook/addon-docs@6.5.16(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': + '@storybook/addon-docs@6.5.16(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22(react@18.2.0) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -29643,14 +29755,14 @@ snapshots: '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) + '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) '@storybook/node-logger': 6.5.16 '@storybook/postinstall': 6.5.16 '@storybook/preview-web': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/source-loader': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) core-js: 3.49.0 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -29673,10 +29785,10 @@ snapshots: - webpack-cli - webpack-command - '@storybook/addon-docs@6.5.9(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': + '@storybook/addon-docs@6.5.9(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': dependencies: - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22(react@18.2.0) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -29686,14 +29798,14 @@ snapshots: '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) + '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) '@storybook/node-logger': 6.5.9 '@storybook/postinstall': 6.5.9 '@storybook/preview-web': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/source-loader': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/store': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) core-js: 3.49.0 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -29729,13 +29841,13 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@storybook/addon-essentials@6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': + '@storybook/addon-essentials@6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addon-actions': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-backgrounds': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-controls': 6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) - '@storybook/addon-docs': 6.5.16(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) + '@storybook/addon-docs': 6.5.16(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) '@storybook/addon-measure': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-outline': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-toolbars': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -29761,13 +29873,13 @@ snapshots: - webpack-cli - webpack-command - '@storybook/addon-essentials@6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': + '@storybook/addon-essentials@6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addon-actions': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-backgrounds': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-controls': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) - '@storybook/addon-docs': 6.5.9(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) + '@storybook/addon-docs': 6.5.9(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) '@storybook/addon-measure': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-outline': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-toolbars': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -30205,27 +30317,27 @@ snapshots: '@storybook/builder-webpack4@6.3.7(@types/react@18.2.0)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.3.7 @@ -30243,9 +30355,9 @@ snapshots: '@types/node': 14.18.63 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0) @@ -30289,7 +30401,7 @@ snapshots: '@storybook/builder-webpack4@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 @@ -30309,7 +30421,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0) @@ -30349,7 +30461,7 @@ snapshots: '@storybook/builder-webpack4@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 @@ -30369,7 +30481,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0(webpack-cli@6.0.1)) @@ -30409,7 +30521,7 @@ snapshots: '@storybook/builder-webpack4@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.9 @@ -30429,7 +30541,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0(webpack-cli@4.10.0)) @@ -30469,7 +30581,7 @@ snapshots: '@storybook/builder-webpack4@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addons': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/api': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/channel-postmessage': 6.5.9 @@ -30489,7 +30601,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0) @@ -30529,7 +30641,7 @@ snapshots: '@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 @@ -30546,7 +30658,7 @@ snapshots: '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -30593,7 +30705,7 @@ snapshots: '@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.9 @@ -30610,7 +30722,7 @@ snapshots: '@storybook/store': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -30670,7 +30782,7 @@ snapshots: magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) style-loader: 3.3.4(webpack@5.104.1(esbuild@0.25.12)(postcss@8.5.10)) terser-webpack-plugin: 5.3.14(esbuild@0.25.12)(webpack@5.104.1(esbuild@0.25.12)(postcss@8.5.10)) @@ -30715,7 +30827,7 @@ snapshots: magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) style-loader: 3.3.4(webpack@5.104.1(postcss@8.5.10)) terser-webpack-plugin: 5.3.14(webpack@5.104.1(postcss@8.5.10)) @@ -30760,7 +30872,7 @@ snapshots: magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) style-loader: 3.3.4(webpack@5.104.1) terser-webpack-plugin: 5.3.14(webpack@5.104.1) @@ -30854,9 +30966,9 @@ snapshots: ts-dedent: 2.3.0 util-deprecate: 1.0.2 - '@storybook/cli@8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3)': + '@storybook/cli@8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/types': 7.29.7 '@storybook/codemod': 8.6.14(storybook@8.6.14(prettier@3.5.3)) '@types/semver': 7.7.1 @@ -30869,11 +30981,11 @@ snapshots: giget: 1.2.5 glob: 10.5.0 globby: 14.1.0 - jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)) + jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@8.0.1)) leven: 3.1.0 p-limit: 6.2.0 prompts: 2.4.2 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) tiny-invariant: 1.3.3 ts-dedent: 2.3.0 @@ -31001,15 +31113,15 @@ snapshots: '@storybook/codemod@8.6.14(storybook@8.6.14(prettier@3.5.3))': dependencies: - '@babel/core': 7.29.7 - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@babel/types': 7.29.7 '@storybook/core': 8.6.14(prettier@3.5.3)(storybook@8.6.14(prettier@3.5.3)) '@types/cross-spawn': 6.0.6 cross-spawn: 7.0.6 - es-toolkit: 1.47.1 + es-toolkit: 1.48.1 globby: 14.1.0 - jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)) + jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@8.0.1)) prettier: 3.5.3 recast: 0.23.11 tiny-invariant: 1.3.3 @@ -31324,36 +31436,36 @@ snapshots: '@storybook/core-common@6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) '@storybook/node-logger': 6.3.7 '@storybook/semver': 7.3.2 '@types/glob-base': 0.3.2 '@types/micromatch': 4.0.10 '@types/node': 14.18.63 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31385,35 +31497,35 @@ snapshots: '@storybook/core-common@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31448,35 +31560,35 @@ snapshots: '@storybook/core-common@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31511,35 +31623,35 @@ snapshots: '@storybook/core-common@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31574,35 +31686,35 @@ snapshots: '@storybook/core-common@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31637,35 +31749,35 @@ snapshots: '@storybook/core-common@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31710,12 +31822,12 @@ snapshots: dependencies: core-js: 3.49.0 - '@storybook/core-server@6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@storybook/core-server@6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: '@storybook/builder-webpack4': 6.3.7(@types/react@18.2.0)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@storybook/core-client': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@storybook/csf-tools': 6.3.7(@babel/core@7.29.7) + '@storybook/csf-tools': 6.3.7(@babel/core@8.0.1) '@storybook/manager-webpack4': 6.3.7(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@storybook/node-logger': 6.3.7 '@storybook/semver': 7.3.2 @@ -32016,10 +32128,10 @@ snapshots: storybook: 8.6.14(prettier@3.5.3) ts-dedent: 2.3.0 - '@storybook/core@6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0)': + '@storybook/core@6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0)': dependencies: '@storybook/core-client': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) - '@storybook/core-server': 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@storybook/core-server': 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: @@ -32130,7 +32242,7 @@ snapshots: jsdoc-type-pratt-parser: 4.8.0 process: 0.11.10 recast: 0.23.11 - semver: 7.8.4 + semver: 7.8.5 util: 0.12.5 ws: 8.21.0 optionalDependencies: @@ -32151,7 +32263,7 @@ snapshots: jsdoc-type-pratt-parser: 4.8.0 process: 0.11.10 recast: 0.23.11 - semver: 7.8.4 + semver: 7.8.5 util: 0.12.5 ws: 8.21.0 optionalDependencies: @@ -32167,12 +32279,12 @@ snapshots: storybook: 8.6.14(prettier@3.5.3) unplugin: 1.16.1 - '@storybook/csf-tools@6.3.7(@babel/core@7.29.7)': + '@storybook/csf-tools@6.3.7(@babel/core@8.0.1)': dependencies: '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@mdx-js/mdx': 1.6.22 @@ -32189,15 +32301,15 @@ snapshots: '@storybook/csf-tools@6.5.16': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) + '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) core-js: 3.49.0 fs-extra: 9.1.0 global: 4.4.0 @@ -32208,15 +32320,15 @@ snapshots: '@storybook/csf-tools@6.5.9': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) + '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) core-js: 3.49.0 fs-extra: 9.1.0 global: 4.4.0 @@ -32235,7 +32347,7 @@ snapshots: '@storybook/docs-tools@6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) core-js: 3.49.0 @@ -32245,11 +32357,10 @@ snapshots: transitivePeerDependencies: - react - react-dom - - supports-color '@storybook/docs-tools@6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) core-js: 3.49.0 @@ -32259,11 +32370,10 @@ snapshots: transitivePeerDependencies: - react - react-dom - - supports-color '@storybook/docs-tools@6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) core-js: 3.49.0 @@ -32273,7 +32383,6 @@ snapshots: transitivePeerDependencies: - react - react-dom - - supports-color '@storybook/global@5.0.0': {} @@ -32299,9 +32408,9 @@ snapshots: '@storybook/manager-webpack4@6.3.7(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) @@ -32310,7 +32419,7 @@ snapshots: '@storybook/ui': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 14.18.63 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32351,9 +32460,9 @@ snapshots: '@storybook/manager-webpack4@6.5.16(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) @@ -32362,7 +32471,7 @@ snapshots: '@storybook/ui': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32400,9 +32509,9 @@ snapshots: '@storybook/manager-webpack4@6.5.16(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0(webpack-cli@6.0.1)) '@storybook/core-common': 6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) @@ -32411,7 +32520,7 @@ snapshots: '@storybook/ui': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32449,9 +32558,9 @@ snapshots: '@storybook/manager-webpack4@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0(webpack-cli@4.10.0)) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) @@ -32460,7 +32569,7 @@ snapshots: '@storybook/ui': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32498,9 +32607,9 @@ snapshots: '@storybook/manager-webpack4@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/core-client': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)(webpack@4.47.0) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4) @@ -32509,7 +32618,7 @@ snapshots: '@storybook/ui': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32547,9 +32656,9 @@ snapshots: '@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@5.104.1) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) @@ -32557,7 +32666,7 @@ snapshots: '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/ui': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32606,9 +32715,9 @@ snapshots: '@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@5.104.1) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) @@ -32616,7 +32725,7 @@ snapshots: '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/ui': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32663,11 +32772,11 @@ snapshots: - webpack-cli - webpack-command - '@storybook/mdx1-csf@0.0.1(@babel/core@7.29.7)': + '@storybook/mdx1-csf@0.0.1(@babel/core@8.0.1)': dependencies: '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@babel/types': 7.29.7 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.17.17 @@ -32724,7 +32833,7 @@ snapshots: react-docgen: 7.1.1 react-dom: 18.2.0(react@18.2.0) resolve: 1.22.12 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) tsconfig-paths: 4.2.0 webpack: 5.104.1(esbuild@0.25.12)(postcss@8.5.10) @@ -32759,7 +32868,7 @@ snapshots: react-docgen: 7.1.1 react-dom: 18.2.0(react@18.2.0) resolve: 1.22.12 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) tsconfig-paths: 4.2.0 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -32794,7 +32903,7 @@ snapshots: react-docgen: 7.1.1 react-dom: 19.1.0(react@19.1.0) resolve: 1.22.12 - semver: 7.8.4 + semver: 7.8.5 storybook: 8.6.14(prettier@3.5.3) tsconfig-paths: 4.2.0 webpack: 5.104.1(postcss@8.5.10) @@ -33086,20 +33195,20 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react@6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@pmmmwh/react-refresh-webpack-plugin': 0.4.3(@types/webpack@4.41.40)(react-refresh@0.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)(webpack@4.47.0) '@storybook/addons': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/core': 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) + '@storybook/core': 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@storybook/node-logger': 6.3.7 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0(typescript@5.8.3)(webpack@4.47.0) '@storybook/semver': 7.3.2 '@types/webpack-env': 1.18.8 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8(@babel/core@7.29.7) + babel-plugin-named-asset-import: 0.3.8(@babel/core@8.0.1) babel-plugin-react-docgen: 4.2.1 core-js: 3.49.0 global: 4.4.0 @@ -33114,7 +33223,7 @@ snapshots: ts-dedent: 2.3.0 webpack: 4.47.0 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 typescript: 5.8.3 transitivePeerDependencies: - '@storybook/builder-webpack5' @@ -33133,10 +33242,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 6.5.16 @@ -33174,7 +33283,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/builder-webpack5': 6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) '@storybook/manager-webpack5': 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) typescript: 5.8.3 @@ -33207,10 +33316,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.16(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.16(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5)(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 6.5.16 @@ -33248,7 +33357,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(webpack-cli@5.1.4) optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 typescript: 5.8.3 transitivePeerDependencies: - '@minify-html/node' @@ -33279,10 +33388,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 6.5.9 @@ -33320,7 +33429,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@4.10.0) optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@storybook/builder-webpack5': 6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) '@storybook/manager-webpack5': 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) typescript: 5.8.3 @@ -33353,10 +33462,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.9(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.9(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) - '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) + '@babel/preset-react': 7.27.1(@babel/core@8.0.1) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5)(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/client-logger': 6.5.9 @@ -33394,7 +33503,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(webpack-cli@5.1.4) optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 typescript: 4.9.4 transitivePeerDependencies: - '@minify-html/node' @@ -33606,7 +33715,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.12 + nanoid: 3.3.15 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33631,7 +33740,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.12 + nanoid: 3.3.15 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33656,7 +33765,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.12 + nanoid: 3.3.15 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33681,7 +33790,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.12 + nanoid: 3.3.15 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33787,7 +33896,7 @@ snapshots: qs: 6.15.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-draggable: 4.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-draggable: 4.7.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-helmet-async: 1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-sizeme: 3.0.2 regenerator-runtime: 0.13.11 @@ -33854,20 +33963,20 @@ snapshots: regenerator-runtime: 0.13.11 resolve-from: 5.0.0 - '@swagger-api/apidom-ast@1.11.2': + '@swagger-api/apidom-ast@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-error': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) unraw: 3.0.0 - '@swagger-api/apidom-core@1.11.2': + '@swagger-api/apidom-core@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ast': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 '@types/ramda': 0.30.2 minim: 0.23.8 ramda: 0.30.1 @@ -33875,260 +33984,260 @@ snapshots: short-unique-id: 5.3.2 ts-mixer: 6.0.4 - '@swagger-api/apidom-error@1.11.2': + '@swagger-api/apidom-error@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-json-pointer@1.11.2': + '@swagger-api/apidom-json-pointer@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 '@swaggerexpert/json-pointer': 2.10.2 - '@swagger-api/apidom-ns-api-design-systems@1.11.2': + '@swagger-api/apidom-ns-api-design-systems@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-arazzo-1@1.11.2': + '@swagger-api/apidom-ns-arazzo-1@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-asyncapi-2@1.11.2': + '@swagger-api/apidom-ns-asyncapi-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-asyncapi-3@1.11.2': + '@swagger-api/apidom-ns-asyncapi-3@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-json-schema-2019-09@1.11.2': + '@swagger-api/apidom-ns-json-schema-2019-09@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-2020-12@1.11.2': + '@swagger-api/apidom-ns-json-schema-2020-12@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-json-schema-2019-09': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-json-schema-2019-09': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-draft-4@1.11.2': + '@swagger-api/apidom-ns-json-schema-draft-4@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.2 - '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ast': 1.11.3 + '@swagger-api/apidom-core': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-draft-6@1.11.2': + '@swagger-api/apidom-ns-json-schema-draft-6@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-draft-7@1.11.2': + '@swagger-api/apidom-ns-json-schema-draft-7@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-json-schema-draft-6': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-json-schema-draft-6': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-openapi-2@1.11.2': + '@swagger-api/apidom-ns-openapi-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-openapi-3-0@1.11.2': + '@swagger-api/apidom-ns-openapi-3-0@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-openapi-3-1@1.11.2': + '@swagger-api/apidom-ns-openapi-3-1@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.2 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-json-pointer': 1.11.2 - '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 + '@swagger-api/apidom-ast': 1.11.3 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-json-pointer': 1.11.3 + '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-openapi-3-2@1.11.2': + '@swagger-api/apidom-ns-openapi-3-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.2 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-json-pointer': 1.11.2 - '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 + '@swagger-api/apidom-ast': 1.11.3 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-json-pointer': 1.11.3 + '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.2': + '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-api-design-systems': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-api-design-systems': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.2': + '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-api-design-systems': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-api-design-systems': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.2': + '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-arazzo-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-arazzo-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.2': + '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-arazzo-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-arazzo-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.2': + '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.2': + '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-asyncapi-3': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-asyncapi-3': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.2': + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.2': + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-asyncapi-3': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-asyncapi-3': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-json@1.11.2': + '@swagger-api/apidom-parser-adapter-json@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.2 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ast': 1.11.3 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) @@ -34137,100 +34246,100 @@ snapshots: web-tree-sitter: 0.24.5 optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.2': + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.2': + '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.2 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ast': 1.11.3 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 '@tree-sitter-grammars/tree-sitter-yaml': 0.7.1(tree-sitter@0.22.4) '@types/ramda': 0.30.2 ramda: 0.30.1 @@ -34239,42 +34348,42 @@ snapshots: web-tree-sitter: 0.24.5 optional: true - '@swagger-api/apidom-reference@1.11.2': + '@swagger-api/apidom-reference@1.11.3': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 '@types/ramda': 0.30.2 - axios: 1.17.0 + axios: 1.18.1 minimatch: 10.2.3 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optionalDependencies: - '@swagger-api/apidom-json-pointer': 1.11.2 - '@swagger-api/apidom-ns-arazzo-1': 1.11.2 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 - '@swagger-api/apidom-ns-openapi-2': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-api-design-systems-json': 1.11.2 - '@swagger-api/apidom-parser-adapter-api-design-systems-yaml': 1.11.2 - '@swagger-api/apidom-parser-adapter-arazzo-json-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-arazzo-yaml-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-asyncapi-json-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-asyncapi-json-3': 1.11.2 - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3': 1.11.2 - '@swagger-api/apidom-parser-adapter-json': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-json-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-json-3-0': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-json-3-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-json-3-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-yaml-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1': 1.11.2 - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2': 1.11.2 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 + '@swagger-api/apidom-json-pointer': 1.11.3 + '@swagger-api/apidom-ns-arazzo-1': 1.11.3 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 + '@swagger-api/apidom-ns-openapi-2': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-api-design-systems-json': 1.11.3 + '@swagger-api/apidom-parser-adapter-api-design-systems-yaml': 1.11.3 + '@swagger-api/apidom-parser-adapter-arazzo-json-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-arazzo-yaml-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-asyncapi-json-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-asyncapi-json-3': 1.11.3 + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3': 1.11.3 + '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-json-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-json-3-0': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-json-3-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-json-3-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-yaml-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1': 1.11.3 + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2': 1.11.3 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 transitivePeerDependencies: - debug - supports-color @@ -34356,19 +34465,19 @@ snapshots: '@tanstack/query-core': 5.77.1 react: 18.2.0 - '@tanstack/react-virtual@3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@tanstack/react-virtual@3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@tanstack/virtual-core': 3.17.0 + '@tanstack/virtual-core': 3.17.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@tanstack/react-virtual@3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@tanstack/react-virtual@3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@tanstack/virtual-core': 3.17.0 + '@tanstack/virtual-core': 3.17.1 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@tanstack/virtual-core@3.17.0': {} + '@tanstack/virtual-core@3.17.1': {} '@testing-library/dom@10.4.0': dependencies: @@ -34426,7 +34535,7 @@ snapshots: '@textlint/types': 15.7.1 chalk: 4.1.2 debug: 4.4.3(supports-color@8.1.1) - js-yaml: 4.2.0 + js-yaml: 5.1.0 lodash: 4.18.1 pluralize: 2.0.0 string-width: 4.2.3 @@ -34501,7 +34610,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@tybys/wasm-util@0.10.2': + '@tybys/wasm-util@0.10.3': dependencies: tslib: 2.8.1 optional: true @@ -34635,6 +34744,8 @@ snapshots: '@types/jsonfile': 6.1.4 '@types/node': 20.19.17 + '@types/gensync@1.0.5': {} + '@types/glob-base@0.3.2': {} '@types/glob@7.2.0': @@ -34718,6 +34829,8 @@ snapshots: '@types/tough-cookie': 4.0.5 parse5: 7.3.0 + '@types/jsesc@2.5.1': {} + '@types/json-schema@7.0.15': {} '@types/json5@0.0.29': {} @@ -35341,7 +35454,7 @@ snapshots: glob: 7.2.3 is-glob: 4.0.3 lodash: 4.18.1 - semver: 7.8.4 + semver: 7.8.5 tsutils: 3.21.0(typescript@3.9.10) optionalDependencies: typescript: 3.9.10 @@ -35355,7 +35468,7 @@ snapshots: debug: 4.4.3(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.8.4 + semver: 7.8.5 tsutils: 3.21.0(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 @@ -35370,7 +35483,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.7 - semver: 7.8.4 + semver: 7.8.5 ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: @@ -35386,7 +35499,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.7 - semver: 7.8.4 + semver: 7.8.5 ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: @@ -35402,7 +35515,7 @@ snapshots: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3) eslint: 9.39.4(jiti@2.7.0) eslint-scope: 5.1.1 - semver: 7.8.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color - typescript @@ -35458,7 +35571,7 @@ snapshots: '@codemirror/commands': 6.10.0 '@codemirror/language': 6.11.3 '@codemirror/lint': 6.8.5 - '@codemirror/search': 6.7.0 + '@codemirror/search': 6.7.1 '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 @@ -35476,7 +35589,7 @@ snapshots: transitivePeerDependencies: - '@codemirror/lint' - '@ungap/structured-clone@1.3.1': {} + '@ungap/structured-clone@1.3.2': {} '@unrs/resolver-binding-android-arm-eabi@1.12.2': optional: true @@ -35611,9 +35724,9 @@ snapshots: '@vscode/extension-telemetry@1.0.0(tslib@2.8.1)': dependencies: - '@microsoft/1ds-core-js': 4.4.1(tslib@2.8.1) - '@microsoft/1ds-post-js': 4.4.1(tslib@2.8.1) - '@microsoft/applicationinsights-web-basic': 3.4.1(tslib@2.8.1) + '@microsoft/1ds-core-js': 4.4.2(tslib@2.8.1) + '@microsoft/1ds-post-js': 4.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-web-basic': 3.4.2(tslib@2.8.1) transitivePeerDependencies: - tslib @@ -35624,7 +35737,7 @@ snapshots: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 jszip: 3.10.1 - semver: 7.8.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -35633,7 +35746,7 @@ snapshots: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 jszip: 3.10.1 - semver: 7.8.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -35643,7 +35756,7 @@ snapshots: https-proxy-agent: 7.0.6 jszip: 3.10.1 ora: 8.2.0 - semver: 7.8.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -35705,7 +35818,7 @@ snapshots: minimatch: 3.1.5 parse-semver: 1.1.1 read: 1.0.7 - semver: 7.8.4 + semver: 7.8.5 tmp: 0.2.7 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -35741,7 +35854,7 @@ snapshots: parse-semver: 1.1.1 read: 1.0.7 secretlint: 10.2.2 - semver: 7.8.4 + semver: 7.8.5 tmp: 0.2.7 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -35777,7 +35890,7 @@ snapshots: parse-semver: 1.1.1 read: 1.0.7 secretlint: 10.2.2 - semver: 7.8.4 + semver: 7.8.5 tmp: 0.2.7 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -35998,8 +36111,8 @@ snapshots: '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack@5.104.1) + webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-dev-server@5.2.5)(webpack@5.104.1) '@webpack-cli/info@1.5.0(webpack-cli@4.10.0)': dependencies: @@ -36013,8 +36126,8 @@ snapshots: '@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack@5.104.1) + webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-dev-server@5.2.5)(webpack@5.104.1) '@webpack-cli/serve@1.7.0(webpack-cli@4.10.0)': dependencies: @@ -36110,8 +36223,6 @@ snapshots: acorn@8.17.0: {} - address@1.0.3: {} - address@1.1.2: {} address@1.2.2: {} @@ -36146,7 +36257,7 @@ snapshots: dependencies: '@ai-sdk/gateway': 2.0.0(zod@4.1.11) '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.25(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.27(zod@4.1.11) '@opentelemetry/api': 1.9.0 zod: 4.1.11 @@ -36290,7 +36401,7 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.2 - anynum@1.0.0: {} + anynum@1.0.1: {} apg-lite@1.0.5: {} @@ -36534,7 +36645,7 @@ snapshots: autoprefixer@10.4.19(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-lite: 1.0.30001799 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -36544,7 +36655,7 @@ snapshots: autoprefixer@10.4.21(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-lite: 1.0.30001799 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -36554,7 +36665,7 @@ snapshots: autoprefixer@9.8.8: dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-lite: 1.0.30001799 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -36576,7 +36687,7 @@ snapshots: axe-core@4.12.1: {} - axios@1.17.0: + axios@1.18.1: dependencies: follow-redirects: 1.16.0 form-data: 4.0.6 @@ -36593,9 +36704,9 @@ snapshots: tunnel: 0.0.6 typed-rest-client: 1.8.11 - babel-core@7.0.0-bridge.0(@babel/core@7.29.7): + babel-core@7.0.0-bridge.0(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 babel-eslint@10.1.0(eslint@9.39.4(jiti@2.7.0)): dependencies: @@ -36609,95 +36720,87 @@ snapshots: transitivePeerDependencies: - supports-color - babel-jest@25.5.1(@babel/core@7.29.7): + babel-jest@25.5.1(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 25.5.1 '@jest/types': 25.5.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 25.5.0(@babel/core@7.29.7) + babel-preset-jest: 25.5.0(@babel/core@8.0.1) chalk: 3.0.0 graceful-fs: 4.2.11 slash: 3.0.0 - transitivePeerDependencies: - - supports-color - babel-jest@29.7.0(@babel/core@7.29.7): + babel-jest@29.7.0(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.29.7) + babel-preset-jest: 29.6.3(@babel/core@8.0.1) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 - transitivePeerDependencies: - - supports-color - babel-jest@30.0.0(@babel/core@7.29.7): + babel-jest@30.0.0(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 30.0.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 7.0.1 - babel-preset-jest: 30.0.0(@babel/core@7.29.7) + babel-preset-jest: 30.0.0(@babel/core@8.0.1) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 - transitivePeerDependencies: - - supports-color - babel-jest@30.1.2(@babel/core@7.29.7): + babel-jest@30.1.2(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 30.1.2 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 7.0.1 - babel-preset-jest: 30.0.1(@babel/core@7.29.7) + babel-preset-jest: 30.0.1(@babel/core@8.0.1) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 - transitivePeerDependencies: - - supports-color - babel-loader@10.0.0(@babel/core@7.29.7)(webpack@5.104.1): + babel-loader@10.0.0(@babel/core@8.0.1)(webpack@5.104.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 find-up: 5.0.0 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) - babel-loader@8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)): + babel-loader@8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.47.0(webpack-cli@4.10.0) - babel-loader@8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)): + babel-loader@8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.47.0(webpack-cli@6.0.1) - babel-loader@8.4.1(@babel/core@7.29.7)(webpack@4.47.0): + babel-loader@8.4.1(@babel/core@8.0.1)(webpack@4.47.0): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.47.0 - babel-loader@8.4.1(@babel/core@7.29.7)(webpack@5.104.1): + babel-loader@8.4.1(@babel/core@8.0.1)(webpack@5.104.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -36706,19 +36809,19 @@ snapshots: babel-plugin-add-react-displayname@0.0.5: {} - babel-plugin-annotate-pure-calls@0.4.0(@babel/core@7.29.7): + babel-plugin-annotate-pure-calls@0.4.0(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 - babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.29.7): + babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.10.4 '@mdx-js/util': 1.6.22 - babel-plugin-dev-expression@0.2.3(@babel/core@7.29.7): + babel-plugin-dev-expression@0.2.3(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 babel-plugin-emotion@10.2.2: dependencies: @@ -36746,8 +36849,6 @@ snapshots: '@istanbuljs/schema': 0.1.6 istanbul-lib-instrument: 5.2.1 test-exclude: 6.0.0 - transitivePeerDependencies: - - supports-color babel-plugin-istanbul@7.0.1: dependencies: @@ -36756,8 +36857,6 @@ snapshots: '@istanbuljs/schema': 0.1.6 istanbul-lib-instrument: 6.0.3 test-exclude: 6.0.0 - transitivePeerDependencies: - - supports-color babel-plugin-jest-hoist@25.5.0: dependencies: @@ -36796,48 +36895,48 @@ snapshots: cosmiconfig: 7.1.0 resolve: 1.22.12 - babel-plugin-named-asset-import@0.3.8(@babel/core@7.29.7): + babel-plugin-named-asset-import@0.3.8(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 babel-plugin-named-exports-order@0.0.2: {} - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.7): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@8.0.1): dependencies: '@babel/compat-data': 7.29.7 - '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.29.7): + babel-plugin-polyfill-corejs3@0.1.7(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@8.0.1) core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.29.7): + babel-plugin-polyfill-corejs3@0.11.1(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.0.4(@babel/core@7.29.7): + babel-plugin-polyfill-regenerator@0.0.4(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.0.3(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.0.3(@babel/core@8.0.1) transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.7): + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) + '@babel/core': 8.0.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) transitivePeerDependencies: - supports-color @@ -36853,63 +36952,63 @@ snapshots: babel-plugin-transform-rename-import@2.3.0: {} - babel-preset-current-node-syntax@0.1.4(@babel/core@7.29.7): - dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) - - babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.7): - dependencies: - '@babel/core': 7.29.7 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7) - '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.7) - - babel-preset-jest@25.5.0(@babel/core@7.29.7): - dependencies: - '@babel/core': 7.29.7 + babel-preset-current-node-syntax@0.1.4(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@8.0.1) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@8.0.1) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@8.0.1) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@8.0.1) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@8.0.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.1) + + babel-preset-current-node-syntax@1.2.0(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@8.0.1) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@8.0.1) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@8.0.1) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@8.0.1) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@8.0.1) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@8.0.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@8.0.1) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@8.0.1) + + babel-preset-jest@25.5.0(@babel/core@8.0.1): + dependencies: + '@babel/core': 8.0.1 babel-plugin-jest-hoist: 25.5.0 - babel-preset-current-node-syntax: 0.1.4(@babel/core@7.29.7) + babel-preset-current-node-syntax: 0.1.4(@babel/core@8.0.1) - babel-preset-jest@29.6.3(@babel/core@7.29.7): + babel-preset-jest@29.6.3(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) + babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) - babel-preset-jest@30.0.0(@babel/core@7.29.7): + babel-preset-jest@30.0.0(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 babel-plugin-jest-hoist: 30.0.0 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) + babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) - babel-preset-jest@30.0.1(@babel/core@7.29.7): + babel-preset-jest@30.0.1(@babel/core@8.0.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 babel-plugin-jest-hoist: 30.0.1 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) + babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) babel-runtime@6.26.0: dependencies: @@ -36930,7 +37029,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.10.36: {} + baseline-browser-mapping@2.10.38: {} basic-auth@2.0.1: dependencies: @@ -37016,10 +37115,10 @@ snapshots: type-is: 1.6.18 unpipe: 1.0.0 - body-parser@2.2.2: + body-parser@2.3.0: dependencies: bytes: 3.1.2 - content-type: 1.0.5 + content-type: 2.0.0 debug: 4.4.3(supports-color@8.1.1) http-errors: 2.0.1 iconv-lite: 0.7.2 @@ -37121,7 +37220,7 @@ snapshots: browserify-rsa@4.1.1: dependencies: - bn.js: 4.12.3 + bn.js: 5.2.3 randombytes: 2.1.0 safe-buffer: 5.2.1 @@ -37144,17 +37243,17 @@ snapshots: browserslist@4.14.2: dependencies: caniuse-lite: 1.0.30001799 - electron-to-chromium: 1.5.372 + electron-to-chromium: 1.5.377 escalade: 3.2.0 node-releases: 1.1.77 - browserslist@4.28.2: + browserslist@4.28.4: dependencies: - baseline-browser-mapping: 2.10.36 + baseline-browser-mapping: 2.10.38 caniuse-lite: 1.0.30001799 - electron-to-chromium: 1.5.372 - node-releases: 2.0.47 - update-browserslist-db: 1.2.3(browserslist@4.28.2) + electron-to-chromium: 1.5.377 + node-releases: 2.0.48 + update-browserslist-db: 1.2.3(browserslist@4.28.4) bs-logger@0.2.6: dependencies: @@ -37240,7 +37339,7 @@ snapshots: istanbul-reports: 3.2.0 test-exclude: 7.0.2 v8-to-istanbul: 9.3.0 - yargs: 17.7.2 + yargs: 17.7.3 yargs-parser: 21.1.1 c8@7.14.0: @@ -37255,7 +37354,7 @@ snapshots: rimraf: 3.0.2 test-exclude: 6.0.0 v8-to-istanbul: 9.3.0 - yargs: 16.2.0 + yargs: 16.2.2 yargs-parser: 20.2.9 cacache@12.0.4: @@ -37400,7 +37499,7 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-lite: 1.0.30001799 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -37716,9 +37815,9 @@ snapshots: cmdk@1.1.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: @@ -37749,7 +37848,7 @@ snapshots: '@codemirror/commands': 6.10.0 '@codemirror/language': 6.11.3 '@codemirror/lint': 6.8.5 - '@codemirror/search': 6.7.0 + '@codemirror/search': 6.7.1 '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 @@ -37857,7 +37956,7 @@ snapshots: dependencies: source-map: 0.6.1 - concurrently@9.2.1: + concurrently@9.2.3: dependencies: chalk: 4.1.2 rxjs: 7.8.2 @@ -37937,11 +38036,11 @@ snapshots: noms: 0.0.0 through2: 2.0.5 untildify: 4.0.0 - yargs: 16.2.0 + yargs: 16.2.2 core-js-compat@3.49.0: dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 core-js-pure@3.49.0: {} @@ -37986,7 +38085,7 @@ snapshots: cosmiconfig@8.3.6(typescript@5.8.3): dependencies: import-fresh: 3.3.1 - js-yaml: 4.2.0 + js-yaml: 5.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -37996,7 +38095,7 @@ snapshots: dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 4.2.0 + js-yaml: 5.1.0 parse-json: 5.2.0 optionalDependencies: typescript: 5.8.3 @@ -38054,7 +38153,6 @@ snapshots: transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - supports-color - ts-node create-jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)): @@ -38069,7 +38167,6 @@ snapshots: transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - supports-color - ts-node create-react-context@0.3.0(prop-types@15.8.1)(react@18.2.0): @@ -38084,7 +38181,7 @@ snapshots: create-storybook@8.6.14: dependencies: recast: 0.23.11 - semver: 7.8.4 + semver: 7.8.5 crelt@1.0.6: {} @@ -38215,7 +38312,7 @@ snapshots: postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) css-loader@6.11.0(webpack@5.104.1(esbuild@0.25.12)(postcss@8.5.10)): @@ -38227,7 +38324,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.4 + semver: 7.8.5 optionalDependencies: webpack: 5.104.1(esbuild@0.25.12)(postcss@8.5.10) @@ -38240,7 +38337,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.4 + semver: 7.8.5 optionalDependencies: webpack: 5.104.1(postcss@8.5.10) @@ -38253,7 +38350,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.4 + semver: 7.8.5 optionalDependencies: webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -38266,7 +38363,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.4 + semver: 7.8.5 optionalDependencies: webpack: 5.104.1(postcss@8.5.10) @@ -38279,7 +38376,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.4 + semver: 7.8.5 optionalDependencies: webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -38640,7 +38737,7 @@ snapshots: detect-port-alt@1.1.6: dependencies: - address: 1.0.3 + address: 1.1.2 debug: 2.6.9 detect-port@1.6.1: @@ -38848,7 +38945,7 @@ snapshots: dependencies: jake: 10.9.4 - electron-to-chromium@1.5.372: {} + electron-to-chromium@1.5.377: {} element-resize-detector@1.2.4: dependencies: @@ -38888,6 +38985,8 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.2.0 + empathic@2.0.1: {} + enabled@2.0.0: {} encodeurl@2.0.0: {} @@ -38958,6 +39057,13 @@ snapshots: dependencies: stackframe: 1.3.4 + es-abstract-get@1.0.0: + dependencies: + es-errors: 1.3.0 + es-object-atoms: 1.1.2 + is-callable: 1.2.7 + object-inspect: 1.13.4 + es-abstract@1.24.2: dependencies: array-buffer-byte-length: 1.0.2 @@ -38972,7 +39078,7 @@ snapshots: es-errors: 1.3.0 es-object-atoms: 1.1.2 es-set-tostringtag: 2.1.0 - es-to-primitive: 1.3.0 + es-to-primitive: 1.3.1 function.prototype.name: 1.2.0 get-intrinsic: 1.3.0 get-proto: 1.0.1 @@ -39071,13 +39177,15 @@ snapshots: dependencies: hasown: 2.0.4 - es-to-primitive@1.3.0: + es-to-primitive@1.3.1: dependencies: + es-abstract-get: 1.0.0 + es-errors: 1.3.0 is-callable: 1.2.7 is-date-object: 1.1.0 is-symbol: 1.1.1 - es-toolkit@1.47.1: {} + es-toolkit@1.48.1: {} es5-ext@0.10.64: dependencies: @@ -39662,7 +39770,7 @@ snapshots: express@5.2.1: dependencies: accepts: 2.0.0 - body-parser: 2.2.2 + body-parser: 2.3.0 content-disposition: 1.1.0 content-type: 1.0.5 cookie: 0.7.2 @@ -39740,14 +39848,14 @@ snapshots: fast-xml-builder@1.1.7: dependencies: - path-expression-matcher: 1.5.0 + path-expression-matcher: 1.6.1 fast-xml-parser@5.7.0: dependencies: '@nodable/entities': 2.2.0 fast-xml-builder: 1.1.7 - path-expression-matcher: 1.5.0 - strnum: 2.4.0 + path-expression-matcher: 1.6.1 + strnum: 2.4.1 fastest-levenshtein@1.0.16: {} @@ -39995,7 +40103,11 @@ snapshots: flatted@3.4.2: {} - flow-parser@0.318.0: {} + flow-estree@0.320.0: {} + + flow-parser@0.320.0: + dependencies: + flow-estree: 0.320.0 flush-write-stream@1.1.1: dependencies: @@ -40053,7 +40165,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 1.1.3 typescript: 4.9.4 webpack: 4.47.0 @@ -40073,7 +40185,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 1.1.3 typescript: 5.8.3 webpack: 4.47.0(webpack-cli@4.10.0) @@ -40093,7 +40205,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 1.1.3 typescript: 5.8.3 webpack: 4.47.0(webpack-cli@6.0.1) @@ -40113,7 +40225,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 1.1.3 typescript: 5.8.3 webpack: 4.47.0 @@ -40133,7 +40245,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 1.1.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -40152,7 +40264,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(esbuild@0.25.12)(postcss@8.5.10) @@ -40169,7 +40281,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10) @@ -40186,7 +40298,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -40203,7 +40315,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -40946,7 +41058,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/unist': 3.0.3 - '@ungap/structured-clone': 1.3.1 + '@ungap/structured-clone': 1.3.2 hast-util-from-parse5: 8.0.3 hast-util-to-parse5: 8.0.1 html-void-elements: 3.0.0 @@ -41062,7 +41174,7 @@ snapshots: dependencies: react-is: 16.13.1 - hono@4.12.25: {} + hono@4.12.27: {} hookified@1.15.1: {} @@ -41412,6 +41524,8 @@ snapshots: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 + import-meta-resolve@4.2.0: {} + imurmurhash@0.1.4: {} indent-string@2.1.0: @@ -41807,32 +41921,26 @@ snapshots: istanbul-lib-instrument@4.0.3: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 - transitivePeerDependencies: - - supports-color istanbul-lib-instrument@5.2.1: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 - transitivePeerDependencies: - - supports-color istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 - semver: 7.8.4 - transitivePeerDependencies: - - supports-color + semver: 7.8.5 istanbul-lib-report@3.0.1: dependencies: @@ -41869,7 +41977,7 @@ snapshots: esprima: 2.7.3 glob: 5.0.15 handlebars: 4.7.9 - js-yaml: 4.2.0 + js-yaml: 5.1.0 mkdirp: 0.5.6 nopt: 3.0.6 once: 1.4.0 @@ -41964,7 +42072,6 @@ snapshots: stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-circus@30.0.0(babel-plugin-macros@3.1.0): dependencies: @@ -41990,7 +42097,6 @@ snapshots: stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-circus@30.1.3(babel-plugin-macros@3.1.0): dependencies: @@ -42016,7 +42122,6 @@ snapshots: stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-cli@25.5.4: dependencies: @@ -42052,7 +42157,7 @@ snapshots: jest-config: 29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42071,7 +42176,7 @@ snapshots: jest-config: 29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42089,7 +42194,7 @@ snapshots: jest-config: 30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)) jest-util: 30.0.0 jest-validate: 30.0.0 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42108,7 +42213,7 @@ snapshots: jest-config: 30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)) jest-util: 30.0.5 jest-validate: 30.1.0 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42118,10 +42223,10 @@ snapshots: jest-config@25.5.4: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/test-sequencer': 25.5.4 '@jest/types': 25.5.0 - babel-jest: 25.5.1(@babel/core@7.29.7) + babel-jest: 25.5.1(@babel/core@8.0.1) chalk: 3.0.0 deepmerge: 4.3.1 glob: 7.2.3 @@ -42145,10 +42250,10 @@ snapshots: jest-config@29.7.0(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.7) + babel-jest: 29.7.0(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42172,14 +42277,13 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.19)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-config@29.7.0(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.7) + babel-jest: 29.7.0(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42203,14 +42307,13 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.24)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-config@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.7) + babel-jest: 29.7.0(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42234,14 +42337,13 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.19)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-config@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.7) + babel-jest: 29.7.0(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42265,16 +42367,15 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.24)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-config@30.0.0(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/get-type': 30.0.0 '@jest/pattern': 30.0.0 '@jest/test-sequencer': 30.0.0 '@jest/types': 30.0.0 - babel-jest: 30.0.0(@babel/core@7.29.7) + babel-jest: 30.0.0(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 4.4.0 deepmerge: 4.3.1 @@ -42299,16 +42400,15 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.21)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-config@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/get-type': 30.0.0 '@jest/pattern': 30.0.0 '@jest/test-sequencer': 30.0.0 '@jest/types': 30.0.0 - babel-jest: 30.0.0(@babel/core@7.29.7) + babel-jest: 30.0.0(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 4.4.0 deepmerge: 4.3.1 @@ -42333,16 +42433,15 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.21)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-config@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/get-type': 30.1.0 '@jest/pattern': 30.0.1 '@jest/test-sequencer': 30.1.3 '@jest/types': 30.0.5 - babel-jest: 30.1.2(@babel/core@7.29.7) + babel-jest: 30.1.2(@babel/core@8.0.1) chalk: 4.1.2 ci-info: 4.4.0 deepmerge: 4.3.1 @@ -42367,7 +42466,6 @@ snapshots: ts-node: 10.9.2(@types/node@20.19.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - - supports-color jest-diff@25.5.0: dependencies: @@ -42837,22 +42935,16 @@ snapshots: dependencies: jest-regex-util: 29.6.3 jest-snapshot: 29.7.0 - transitivePeerDependencies: - - supports-color jest-resolve-dependencies@30.0.0: dependencies: jest-regex-util: 30.0.0 jest-snapshot: 30.0.0 - transitivePeerDependencies: - - supports-color jest-resolve-dependencies@30.1.3: dependencies: jest-regex-util: 30.0.1 jest-snapshot: 30.1.2 - transitivePeerDependencies: - - supports-color jest-resolve@25.5.1: dependencies: @@ -42950,8 +43042,6 @@ snapshots: jest-worker: 29.7.0 p-limit: 3.1.0 source-map-support: 0.5.13 - transitivePeerDependencies: - - supports-color jest-runner@30.0.0: dependencies: @@ -42977,8 +43067,6 @@ snapshots: jest-worker: 30.0.0 p-limit: 3.1.0 source-map-support: 0.5.13 - transitivePeerDependencies: - - supports-color jest-runner@30.1.3: dependencies: @@ -43004,8 +43092,6 @@ snapshots: jest-worker: 30.1.0 p-limit: 3.1.0 source-map-support: 0.5.13 - transitivePeerDependencies: - - supports-color jest-runtime@25.5.4: dependencies: @@ -43065,8 +43151,6 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color jest-runtime@30.0.0: dependencies: @@ -43092,8 +43176,6 @@ snapshots: jest-util: 30.0.0 slash: 3.0.0 strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color jest-runtime@30.1.3: dependencies: @@ -43119,8 +43201,6 @@ snapshots: jest-util: 30.0.5 slash: 3.0.0 strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color jest-serializer@25.5.0: dependencies: @@ -43151,15 +43231,15 @@ snapshots: jest-snapshot@29.7.0: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/generator': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) '@babel/types': 7.29.7 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) + babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -43170,23 +43250,21 @@ snapshots: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.8.4 - transitivePeerDependencies: - - supports-color + semver: 7.8.5 jest-snapshot@30.0.0: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/generator': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) '@babel/types': 7.29.7 '@jest/expect-utils': 30.0.0 '@jest/get-type': 30.0.0 '@jest/snapshot-utils': 30.0.0 '@jest/transform': 30.0.0 '@jest/types': 30.0.0 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) + babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) chalk: 4.1.2 expect: 30.0.0 graceful-fs: 4.2.11 @@ -43195,24 +43273,22 @@ snapshots: jest-message-util: 30.0.0 jest-util: 30.0.0 pretty-format: 30.0.0 - semver: 7.8.4 + semver: 7.8.5 synckit: 0.11.13 - transitivePeerDependencies: - - supports-color jest-snapshot@30.1.2: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/generator': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) '@babel/types': 7.29.7 '@jest/expect-utils': 30.1.2 '@jest/get-type': 30.1.0 '@jest/snapshot-utils': 30.1.2 '@jest/transform': 30.1.2 '@jest/types': 30.0.5 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) + babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) chalk: 4.1.2 expect: 30.1.2 graceful-fs: 4.2.11 @@ -43221,10 +43297,8 @@ snapshots: jest-message-util: 30.1.0 jest-util: 30.0.5 pretty-format: 30.0.5 - semver: 7.8.4 + semver: 7.8.5 synckit: 0.11.13 - transitivePeerDependencies: - - supports-color jest-util@25.5.0: dependencies: @@ -43417,7 +43491,7 @@ snapshots: jest-worker@30.0.0: dependencies: '@types/node': 20.19.17 - '@ungap/structured-clone': 1.3.1 + '@ungap/structured-clone': 1.3.2 jest-util: 30.0.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -43425,7 +43499,7 @@ snapshots: jest-worker@30.1.0: dependencies: '@types/node': 20.19.17 - '@ungap/structured-clone': 1.3.1 + '@ungap/structured-clone': 1.3.2 jest-util: 30.0.5 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -43513,9 +43587,11 @@ snapshots: js-string-escape@1.0.1: {} + js-tokens@10.0.0: {} + js-tokens@4.0.0: {} - js-yaml@4.2.0: + js-yaml@5.1.0: dependencies: argparse: 2.0.1 @@ -43525,21 +43601,21 @@ snapshots: jschardet@3.1.4: {} - jscodeshift@0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)): + jscodeshift@0.15.2(@babel/preset-env@7.27.2(@babel/core@8.0.1)): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/parser': 7.29.7 - '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) - '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) - '@babel/register': 7.29.7(@babel/core@7.29.7) - babel-core: 7.0.0-bridge.0(@babel/core@7.29.7) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@8.0.1) + '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) + '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/register': 7.29.7(@babel/core@8.0.1) + babel-core: 7.0.0-bridge.0(@babel/core@8.0.1) chalk: 4.1.2 - flow-parser: 0.318.0 + flow-parser: 0.320.0 graceful-fs: 4.2.11 micromatch: 4.0.8 neo-async: 2.6.2 @@ -43548,7 +43624,7 @@ snapshots: temp: 0.8.4 write-file-atomic: 2.4.3 optionalDependencies: - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) transitivePeerDependencies: - supports-color @@ -43683,7 +43759,7 @@ snapshots: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.8.4 + semver: 7.8.5 jsprim@1.4.2: dependencies: @@ -44024,7 +44100,7 @@ snapshots: macos-version@6.0.0: dependencies: - semver: 7.8.4 + semver: 7.8.5 magic-string@0.25.9: dependencies: @@ -44051,7 +44127,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.8.4 + semver: 7.8.5 make-error@1.3.6: {} @@ -44327,7 +44403,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.3.1 + '@ungap/structured-clone': 1.3.2 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.1 trim-lines: 3.0.1 @@ -44374,16 +44450,16 @@ snapshots: dependencies: fs-monkey: 1.1.0 - memfs@4.57.7: + memfs@4.57.8: dependencies: - '@jsonjoy.com/fs-core': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-fsa': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-to-fsa': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.57.7(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-to-fsa': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.57.8(tslib@2.8.1) '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) @@ -44917,7 +44993,7 @@ snapshots: find-up: 5.0.0 glob: 7.2.0 he: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 log-symbols: 4.1.0 minimatch: 5.1.8 ms: 2.1.3 @@ -44940,7 +45016,7 @@ snapshots: find-up: 5.0.0 glob: 10.5.0 he: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 log-symbols: 4.1.0 minimatch: 5.1.8 ms: 2.1.3 @@ -44949,7 +45025,7 @@ snapshots: strip-json-comments: 3.1.1 supports-color: 8.1.1 workerpool: 6.5.1 - yargs: 17.7.2 + yargs: 17.7.3 yargs-parser: 21.1.1 yargs-unparser: 2.0.0 @@ -44963,7 +45039,7 @@ snapshots: find-up: 5.0.0 glob: 10.5.0 he: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 log-symbols: 4.1.0 minimatch: 5.1.8 ms: 2.1.3 @@ -44972,7 +45048,7 @@ snapshots: strip-json-comments: 3.1.1 supports-color: 8.1.1 workerpool: 6.5.1 - yargs: 17.7.2 + yargs: 17.7.3 yargs-parser: 21.1.1 yargs-unparser: 2.0.0 @@ -44986,7 +45062,7 @@ snapshots: find-up: 5.0.0 glob: 10.5.0 he: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 log-symbols: 4.1.0 minimatch: 9.0.7 ms: 2.1.3 @@ -44995,7 +45071,7 @@ snapshots: strip-json-comments: 3.1.1 supports-color: 8.1.1 workerpool: 6.5.1 - yargs: 17.7.2 + yargs: 17.7.3 yargs-parser: 21.1.1 yargs-unparser: 2.0.0 @@ -45019,13 +45095,13 @@ snapshots: vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 - monaco-page-objects@3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3): + monaco-page-objects@3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3): dependencies: clipboardy: 4.0.0 clone-deep: 4.0.1 compare-versions: 6.1.1 fs-extra: 11.3.0 - selenium-webdriver: 4.44.0 + selenium-webdriver: 4.45.0 type-fest: 4.41.0 typescript: 5.8.3 @@ -45067,11 +45143,11 @@ snapshots: nano-spawn@1.0.3: {} - nanoid@3.3.12: {} + nanoid@3.3.15: {} nanoid@3.3.3: {} - nanoid@5.1.11: {} + nanoid@5.1.15: {} nanospinner@1.2.2: dependencies: @@ -45114,7 +45190,7 @@ snapshots: node-abi@3.92.0: dependencies: - semver: 7.8.4 + semver: 7.8.5 node-abort-controller@3.1.1: {} @@ -45132,7 +45208,7 @@ snapshots: node-domexception@1.0.0: {} - node-exports-info@1.6.0: + node-exports-info@1.6.2: dependencies: array.prototype.flatmap: 1.3.3 es-errors: 1.3.0 @@ -45187,7 +45263,7 @@ snapshots: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.8.4 + semver: 7.8.5 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -45242,7 +45318,7 @@ snapshots: node-releases@1.1.77: {} - node-releases@2.0.47: {} + node-releases@2.0.48: {} node-sarif-builder@3.4.0: dependencies: @@ -45279,13 +45355,13 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.16.2 - semver: 7.8.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.8.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-path@2.1.1: @@ -45430,6 +45506,8 @@ snapshots: obuf@1.1.2: {} + obug@2.1.3: {} + on-finished@2.4.1: dependencies: ee-first: 1.1.1 @@ -45754,7 +45832,7 @@ snapshots: path-exists@5.0.0: {} - path-expression-matcher@1.5.0: {} + path-expression-matcher@1.6.1: {} path-is-absolute@1.0.1: {} @@ -45971,7 +46049,7 @@ snapshots: postcss-colormin@5.3.1(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.5.10 @@ -45979,7 +46057,7 @@ snapshots: postcss-convert-values@5.1.3(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 postcss: 8.5.10 postcss-value-parser: 4.2.0 @@ -46038,7 +46116,7 @@ snapshots: loader-utils: 2.0.4 postcss: 8.5.10 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 webpack: 4.47.0(webpack-cli@4.10.0) postcss-loader@4.3.0(postcss@8.5.10)(webpack@4.47.0(webpack-cli@6.0.1)): @@ -46048,7 +46126,7 @@ snapshots: loader-utils: 2.0.4 postcss: 8.5.10 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 webpack: 4.47.0(webpack-cli@6.0.1) postcss-loader@4.3.0(postcss@8.5.10)(webpack@4.47.0): @@ -46058,7 +46136,7 @@ snapshots: loader-utils: 2.0.4 postcss: 8.5.10 schema-utils: 3.3.0 - semver: 7.8.4 + semver: 7.8.5 webpack: 4.47.0 postcss-loader@8.1.1(postcss@8.5.10)(typescript@5.8.3)(webpack@5.104.1): @@ -46066,7 +46144,7 @@ snapshots: cosmiconfig: 9.0.2(typescript@5.8.3) jiti: 1.21.7 postcss: 8.5.10 - semver: 7.8.4 + semver: 7.8.5 optionalDependencies: webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) transitivePeerDependencies: @@ -46080,7 +46158,7 @@ snapshots: postcss-merge-rules@5.1.4(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-api: 3.0.0 cssnano-utils: 3.1.0(postcss@8.5.10) postcss: 8.5.10 @@ -46100,7 +46178,7 @@ snapshots: postcss-minify-params@5.1.4(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 cssnano-utils: 3.1.0(postcss@8.5.10) postcss: 8.5.10 postcss-value-parser: 4.2.0 @@ -46200,7 +46278,7 @@ snapshots: postcss-normalize-unicode@5.1.1(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 postcss: 8.5.10 postcss-value-parser: 4.2.0 @@ -46223,7 +46301,7 @@ snapshots: postcss-reduce-initial@5.1.2(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 caniuse-api: 3.0.0 postcss: 8.5.10 @@ -46263,7 +46341,7 @@ snapshots: postcss@8.5.10: dependencies: - nanoid: 3.3.12 + nanoid: 3.3.15 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -46493,7 +46571,7 @@ snapshots: dependencies: orderedmap: 2.1.1 - prosemirror-model@1.25.8: + prosemirror-model@1.25.9: dependencies: orderedmap: 2.1.1 @@ -46539,7 +46617,7 @@ snapshots: prosemirror-view@1.41.9: dependencies: - prosemirror-model: 1.25.8 + prosemirror-model: 1.25.9 prosemirror-state: 1.4.3 prosemirror-transform: 1.12.0 @@ -46703,7 +46781,7 @@ snapshots: rc-config-loader@4.1.4: dependencies: debug: 4.4.3(supports-color@8.1.1) - js-yaml: 4.2.0 + js-yaml: 5.1.0 json5: 2.2.3 require-from-string: 2.0.2 transitivePeerDependencies: @@ -46716,18 +46794,18 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-aria@3.49.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-aria@3.50.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@internationalized/date': 3.12.2 '@internationalized/number': 3.6.7 '@internationalized/string': 3.2.9 - '@react-types/shared': 3.35.0(react@18.2.0) + '@react-types/shared': 3.36.0(react@18.2.0) '@swc/helpers': 0.5.23 aria-hidden: 1.2.6 clsx: 2.1.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-stately: 3.47.0(react@18.2.0) + react-stately: 3.48.0(react@18.2.0) use-sync-external-store: 1.6.0(react@18.2.0) react-base16-styling@0.6.0: @@ -46816,7 +46894,7 @@ snapshots: react-docgen@5.4.3: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/generator': 7.29.7 '@babel/runtime': 7.29.7 ast-types: 0.14.2 @@ -46831,7 +46909,7 @@ snapshots: react-docgen@7.1.1: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@types/babel__core': 7.20.5 @@ -46861,7 +46939,7 @@ snapshots: react: 19.1.0 scheduler: 0.26.0 - react-draggable@4.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-draggable@4.7.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: clsx: 2.1.1 prop-types: 15.8.1 @@ -47188,12 +47266,12 @@ snapshots: react-lifecycles-compat: 3.0.4 react-style-proptype: 3.2.2 - react-stately@3.47.0(react@18.2.0): + react-stately@3.48.0(react@18.2.0): dependencies: '@internationalized/date': 3.12.2 '@internationalized/number': 3.6.7 '@internationalized/string': 3.2.9 - '@react-types/shared': 3.35.0(react@18.2.0) + '@react-types/shared': 3.36.0(react@18.2.0) '@swc/helpers': 0.5.23 react: 18.2.0 use-sync-external-store: 1.6.0(react@18.2.0) @@ -47488,13 +47566,13 @@ snapshots: regenerate: 1.4.2 regenerate-unicode-properties: 10.2.2 regjsgen: 0.8.0 - regjsparser: 0.13.1 + regjsparser: 0.13.2 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.2.1 regjsgen@0.8.0: {} - regjsparser@0.13.1: + regjsparser@0.13.2: dependencies: jsesc: 3.1.0 @@ -47568,16 +47646,14 @@ snapshots: remark-mdx@1.6.22: dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@7.29.7) - '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@8.0.1) '@mdx-js/util': 1.6.22 is-alphabetical: 1.0.4 remark-parse: 8.0.3 unified: 9.2.0 - transitivePeerDependencies: - - supports-color remark-parse@11.0.0: dependencies: @@ -47739,7 +47815,7 @@ snapshots: dependencies: es-errors: 1.3.0 is-core-module: 2.16.2 - node-exports-info: 1.6.0 + node-exports-info: 1.6.2 object-keys: 1.1.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -47870,7 +47946,7 @@ snapshots: find-cache-dir: 3.3.2 fs-extra: 10.1.0 rollup: 4.41.0 - semver: 7.8.4 + semver: 7.8.5 tslib: 2.8.1 typescript: 5.8.3 @@ -48085,7 +48161,7 @@ snapshots: select-hose@2.0.0: {} - selenium-webdriver@4.44.0: + selenium-webdriver@4.45.0: dependencies: '@bazel/runfiles': 6.5.0 jszip: 3.10.1 @@ -48106,7 +48182,7 @@ snapshots: semver@6.3.1: {} - semver@7.8.4: {} + semver@7.8.5: {} send@0.19.2: dependencies: @@ -48784,9 +48860,9 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 - strnum@2.4.0: + strnum@2.4.1: dependencies: - anynum: 1.0.0 + anynum: 1.0.1 strtok3@10.3.5: dependencies: @@ -48865,7 +48941,7 @@ snapshots: stylehacks@5.1.1(postcss@8.5.10): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 postcss: 8.5.10 postcss-selector-parser: 6.1.4 @@ -49031,20 +49107,20 @@ snapshots: svgpath@2.6.0: {} - swagger-client@3.37.4: + swagger-client@3.37.5: dependencies: '@babel/runtime-corejs3': 7.29.7 '@scarf/scarf': 1.4.0 - '@swagger-api/apidom-core': 1.11.2 - '@swagger-api/apidom-error': 1.11.2 - '@swagger-api/apidom-json-pointer': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 - '@swagger-api/apidom-reference': 1.11.2 + '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-json-pointer': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 + '@swagger-api/apidom-reference': 1.11.3 '@swaggerexpert/cookie': 2.0.2 deepmerge: 4.3.1 fast-json-patch: 3.1.1 - js-yaml: 4.2.0 + js-yaml: 5.1.0 neotraverse: 0.6.18 node-abort-controller: 3.1.1 openapi-path-templating: 2.2.1 @@ -49067,7 +49143,7 @@ snapshots: ieee754: 1.2.1 immutable: 3.8.3 js-file-download: 0.4.12 - js-yaml: 4.2.0 + js-yaml: 5.1.0 lodash: 4.18.1 prop-types: 15.8.1 randexp: 0.5.3 @@ -49087,7 +49163,7 @@ snapshots: reselect: 5.2.0 serialize-error: 8.1.0 sha.js: 2.4.12 - swagger-client: 3.37.4 + swagger-client: 3.37.5 url-parse: 1.5.10 xml: 1.0.1 xml-but-prettier: 1.0.1 @@ -49109,7 +49185,7 @@ snapshots: ieee754: 1.2.1 immutable: 3.8.3 js-file-download: 0.4.12 - js-yaml: 4.2.0 + js-yaml: 5.1.0 lodash: 4.18.1 prop-types: 15.8.1 randexp: 0.5.3 @@ -49129,7 +49205,7 @@ snapshots: reselect: 5.2.0 serialize-error: 8.1.0 sha.js: 2.4.12 - swagger-client: 3.37.4 + swagger-client: 3.37.5 url-parse: 1.5.10 xml: 1.0.1 xml-but-prettier: 1.0.1 @@ -49161,7 +49237,7 @@ snapshots: tabbable@5.3.3: {} - tabbable@6.4.0: {} + tabbable@6.5.0: {} table@6.9.0: dependencies: @@ -49689,7 +49765,7 @@ snapshots: typescript: 3.9.10 yargs-parser: 18.1.3 - ts-jest@29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -49699,17 +49775,17 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.4 + semver: 7.8.5 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.7) + babel-jest: 29.7.0(@babel/core@8.0.1) - ts-jest@29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -49719,17 +49795,17 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.4 + semver: 7.8.5 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.7) + babel-jest: 29.7.0(@babel/core@8.0.1) - ts-jest@29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@7.29.7))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@8.0.1))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -49739,18 +49815,18 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.4 + semver: 7.8.5 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 30.0.0(@babel/core@7.29.7) + babel-jest: 30.0.0(@babel/core@8.0.1) esbuild: 0.25.12 - ts-jest@29.4.1(@babel/core@7.29.7)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@7.29.7))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.4.1(@babel/core@8.0.1)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@8.0.1))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -49759,15 +49835,15 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.4 + semver: 7.8.5 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@jest/transform': 30.1.2 '@jest/types': 30.4.1 - babel-jest: 30.1.2(@babel/core@7.29.7) + babel-jest: 30.1.2(@babel/core@8.0.1) esbuild: 0.25.12 jest-util: 30.4.1 @@ -49776,7 +49852,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -49785,7 +49861,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 typescript: 5.8.3 webpack: 5.104.1(webpack-cli@5.1.4) @@ -49794,7 +49870,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -49804,7 +49880,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(webpack-cli@6.0.1) @@ -49814,7 +49890,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10) @@ -49824,7 +49900,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -49834,7 +49910,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.4 + semver: 7.8.5 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(webpack-cli@6.0.1) @@ -49970,13 +50046,13 @@ snapshots: tsdx@0.14.1(@types/babel__core@7.20.5)(@types/node@22.15.21)(jiti@2.7.0): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 8.0.1 '@babel/helper-module-imports': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) - '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@8.0.1) '@babel/traverse': 7.29.7 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@1.32.1) + '@rollup/plugin-babel': 5.3.1(@babel/core@8.0.1)(@types/babel__core@7.20.5)(rollup@1.32.1) '@rollup/plugin-commonjs': 11.1.0(rollup@1.32.1) '@rollup/plugin-json': 4.1.0(rollup@1.32.1) '@rollup/plugin-node-resolve': 9.0.0(rollup@1.32.1) @@ -49987,10 +50063,10 @@ snapshots: ansi-escapes: 4.3.2 asyncro: 3.0.0 babel-eslint: 10.1.0(eslint@9.39.4(jiti@2.7.0)) - babel-plugin-annotate-pure-calls: 0.4.0(@babel/core@7.29.7) - babel-plugin-dev-expression: 0.2.3(@babel/core@7.29.7) + babel-plugin-annotate-pure-calls: 0.4.0(@babel/core@8.0.1) + babel-plugin-dev-expression: 0.2.3(@babel/core@8.0.1) babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-regenerator: 0.0.4(@babel/core@7.29.7) + babel-plugin-polyfill-regenerator: 0.0.4(@babel/core@8.0.1) babel-plugin-transform-rename-import: 2.3.0 camelcase: 6.3.0 chalk: 4.1.2 @@ -50020,7 +50096,7 @@ snapshots: rollup-plugin-terser: 5.3.1(rollup@1.32.1) rollup-plugin-typescript2: 0.27.3(rollup@1.32.1)(typescript@3.9.10) sade: 1.8.1 - semver: 7.8.4 + semver: 7.8.5 shelljs: 0.8.5 tiny-glob: 0.2.9 ts-jest: 25.5.1(jest@25.5.4)(typescript@3.9.10) @@ -50086,7 +50162,7 @@ snapshots: commander: 2.20.3 diff: 8.0.3 glob: 7.2.3 - js-yaml: 4.2.0 + js-yaml: 5.1.0 minimatch: 3.1.5 mkdirp: 0.5.6 resolve: 1.22.12 @@ -50103,7 +50179,7 @@ snapshots: commander: 2.20.3 diff: 8.0.3 glob: 7.2.3 - js-yaml: 4.2.0 + js-yaml: 5.1.0 minimatch: 3.1.5 mkdirp: 0.5.6 resolve: 1.22.12 @@ -50120,7 +50196,7 @@ snapshots: commander: 2.20.3 diff: 8.0.3 glob: 7.2.3 - js-yaml: 4.2.0 + js-yaml: 5.1.0 minimatch: 3.1.5 mkdirp: 0.5.6 resolve: 1.22.12 @@ -50587,9 +50663,9 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.2.3(browserslist@4.28.2): + update-browserslist-db@1.2.3(browserslist@4.28.4): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.4 escalade: 3.2.0 picocolors: 1.1.1 @@ -50841,10 +50917,10 @@ snapshots: dependencies: applicationinsights: 1.7.4 - vscode-extension-tester-locators@3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0): + vscode-extension-tester-locators@3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0): dependencies: - monaco-page-objects: 3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3) - selenium-webdriver: 4.44.0 + monaco-page-objects: 3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3) + selenium-webdriver: 4.45.0 vscode-extension-tester@5.10.0(mocha@10.2.0)(typescript@5.8.3): dependencies: @@ -50856,15 +50932,15 @@ snapshots: glob: 10.5.0 got: 13.0.0 hpagent: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 mocha: 10.2.0 - monaco-page-objects: 3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3) + monaco-page-objects: 3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3) sanitize-filename: 1.6.4 - selenium-webdriver: 4.44.0 + selenium-webdriver: 4.45.0 targz: 1.0.1 typescript: 5.8.3 unzipper: 0.10.14 - vscode-extension-tester-locators: 3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0) + vscode-extension-tester-locators: 3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0) transitivePeerDependencies: - bufferutil - supports-color @@ -50872,8 +50948,8 @@ snapshots: vscode-extension-tester@8.14.1(mocha@11.4.0)(typescript@5.8.3): dependencies: - '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0) - '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3) + '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0) + '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3) '@types/selenium-webdriver': 4.35.6 '@vscode/vsce': 3.7.1 c8: 10.1.3 @@ -50884,10 +50960,10 @@ snapshots: glob: 11.1.0 got: 14.4.7 hpagent: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 mocha: 11.4.0 sanitize-filename: 1.6.4 - selenium-webdriver: 4.44.0 + selenium-webdriver: 4.45.0 targz: 1.0.1 typescript: 5.8.3 unzipper: 0.12.3 @@ -50899,8 +50975,8 @@ snapshots: vscode-extension-tester@8.14.1(mocha@11.5.0)(typescript@5.8.3): dependencies: - '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0) - '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3) + '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0) + '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3) '@types/selenium-webdriver': 4.35.6 '@vscode/vsce': 3.7.1 c8: 10.1.3 @@ -50911,10 +50987,10 @@ snapshots: glob: 11.1.0 got: 14.4.7 hpagent: 1.2.0 - js-yaml: 4.2.0 + js-yaml: 5.1.0 mocha: 11.5.0 sanitize-filename: 1.6.4 - selenium-webdriver: 4.44.0 + selenium-webdriver: 4.45.0 targz: 1.0.1 typescript: 5.8.3 unzipper: 0.12.3 @@ -50935,19 +51011,19 @@ snapshots: vscode-languageclient@7.0.0: dependencies: minimatch: 3.1.5 - semver: 7.8.4 + semver: 7.8.5 vscode-languageserver-protocol: 3.16.0 vscode-languageclient@8.1.0: dependencies: minimatch: 5.1.8 - semver: 7.8.4 + semver: 7.8.5 vscode-languageserver-protocol: 3.17.3 vscode-languageclient@9.0.1: dependencies: minimatch: 5.1.8 - semver: 7.8.4 + semver: 7.8.5 vscode-languageserver-protocol: 3.17.5 vscode-languageserver-protocol@3.16.0: @@ -51265,7 +51341,7 @@ snapshots: webpack-dev-middleware@7.4.5(webpack@5.104.1): dependencies: colorette: 2.0.20 - memfs: 4.57.7 + memfs: 4.57.8 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 @@ -51576,7 +51652,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51617,7 +51693,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51658,7 +51734,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51701,7 +51777,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51744,7 +51820,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51787,7 +51863,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51830,7 +51906,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51873,7 +51949,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.2 + browserslist: 4.28.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -52144,7 +52220,7 @@ snapshots: '@oozcitak/dom': 1.15.10 '@oozcitak/infra': 1.0.8 '@oozcitak/util': 8.3.8 - js-yaml: 4.2.0 + js-yaml: 5.1.0 xmlbuilder@11.0.1: {} @@ -52201,6 +52277,16 @@ snapshots: yargs-parser: 18.1.3 yargs@16.2.0: + dependencies: + cliui: 7.0.4 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.4 + + yargs@16.2.2: dependencies: cliui: 7.0.4 escalade: 3.2.0 @@ -52220,6 +52306,16 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yargs@17.7.3: + dependencies: + cliui: 8.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + yarn@1.22.19: {} yauzl@3.2.1: From 3769964d248e16ffe3417f79d3e243356f323aac Mon Sep 17 00:00:00 2001 From: gigara Date: Tue, 23 Jun 2026 19:27:12 +0530 Subject: [PATCH 6/9] Fix babel test fail issue --- common/config/rush/pnpm-config.json | 2 +- common/config/rush/pnpm-lock.yaml | 2342 +++++++++++++-------------- 2 files changed, 1149 insertions(+), 1195 deletions(-) diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index 434f77fc829..26af37f146f 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -94,7 +94,7 @@ "axios": ">=1.16.0", "hono": ">=4.12.21", "shell-quote": ">=1.8.4", - "@babel/core": ">=7.29.6", + "@babel/core": ">=7.29.6 <8", "dompurify": ">=3.4.9", "form-data": ">=4.0.6", "js-yaml": ">=4.2.0", diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 9c9c1fa2775..5872ce5563f 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: axios: '>=1.16.0' hono: '>=4.12.21' shell-quote: '>=1.8.4' - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' dompurify: '>=3.4.9' form-data: '>=4.0.6' js-yaml: '>=4.2.0' @@ -55,8 +55,8 @@ importers: specifier: 11.6.1 version: 11.6.1 '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@types/json-schema': specifier: 7.0.15 version: 7.0.15 @@ -208,13 +208,13 @@ importers: dependencies: '@emotion/css': specifier: 11.10.5 - version: 11.10.5(@babel/core@8.0.1) + version: 11.10.5(@babel/core@7.29.7) '@emotion/react': specifier: 11.9.3 - version: 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) + version: 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) '@emotion/styled': specifier: 11.11.0 - version: 11.11.0(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) + version: 11.11.0(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) '@hookform/resolvers': specifier: 3.3.4 version: 3.3.4(react-hook-form@7.56.4(react@18.2.0)) @@ -272,10 +272,10 @@ importers: devDependencies: '@babel/plugin-syntax-flow': specifier: 7.22.5 - version: 7.22.5(@babel/core@8.0.1) + version: 7.22.5(@babel/core@7.29.7) '@babel/preset-typescript': specifier: 7.22.11 - version: 7.22.11(@babel/core@8.0.1) + version: 7.22.11(@babel/core@7.29.7) '@storybook/addon-actions': specifier: 8.6.14 version: 8.6.14(storybook@8.6.14(prettier@3.5.3)) @@ -287,7 +287,7 @@ importers: version: 8.6.14(react@18.2.0)(storybook@8.6.14(prettier@3.5.3)) '@storybook/cli': specifier: 8.6.14 - version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3) + version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3) '@storybook/react': specifier: 8.6.14 version: 8.6.14(@storybook/test@8.6.14(storybook@8.6.14(prettier@3.5.3)))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.5.3))(typescript@5.8.3) @@ -409,7 +409,7 @@ importers: version: 30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)) ts-jest: specifier: 29.4.1 - version: 29.4.1(@babel/core@8.0.1)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@8.0.1))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.4.1(@babel/core@7.29.7)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@7.29.7))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -445,7 +445,7 @@ importers: version: 30.2.0 ts-jest: specifier: 29.4.1 - version: 29.4.1(@babel/core@8.0.1)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@8.0.1))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.4.1(@babel/core@7.29.7)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@7.29.7))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -903,11 +903,11 @@ importers: version: 3.17.5 devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@8.0.1) + version: 7.27.2(@babel/core@7.29.7) '@rollup/plugin-commonjs': specifier: 28.0.3 version: 28.0.3(rollup@4.41.0) @@ -922,7 +922,7 @@ importers: version: 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-essentials': specifier: 6.5.16 - version: 6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) + version: 6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) '@storybook/addon-links': specifier: 6.5.16 version: 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -934,7 +934,7 @@ importers: version: 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) '@storybook/react': specifier: 6.5.16 - version: 6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) + version: 6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) '@types/classnames': specifier: 2.2.9 version: 2.2.9 @@ -967,7 +967,7 @@ importers: version: 5.28.5(postcss@8.5.10)(webpack-cli@6.0.1) babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) + version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) copy-webpack-plugin: specifier: 13.0.0 version: 13.0.0(webpack@5.104.1) @@ -1239,7 +1239,7 @@ importers: devDependencies: '@storybook/react': specifier: 6.5.16 - version: 6.5.16(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.5.16(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@types/lodash': specifier: 4.17.16 version: 4.17.16 @@ -1486,7 +1486,7 @@ importers: version: 4.0.0(webpack@5.104.1) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) ts-loader: specifier: 9.5.2 version: 9.5.2(typescript@5.8.3)(webpack@5.104.1) @@ -1558,20 +1558,20 @@ importers: version: 10.1.0(@types/react@18.2.0)(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@8.0.1) + version: 7.27.2(@babel/core@7.29.7) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@storybook/react': specifier: 6.3.7 - version: 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -1601,7 +1601,7 @@ importers: version: 18.3.0 babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@8.0.1) + version: 29.7.0(@babel/core@7.29.7) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -1625,7 +1625,7 @@ importers: version: 1.5.1 ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -1679,20 +1679,20 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@8.0.1) + version: 7.27.2(@babel/core@7.29.7) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@storybook/react': specifier: 6.5.16 - version: 6.5.16(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.5.16(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -1722,7 +1722,7 @@ importers: version: 18.3.0 babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@8.0.1) + version: 29.7.0(@babel/core@7.29.7) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -1743,7 +1743,7 @@ importers: version: 18.3.0(react@18.2.0) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -1903,14 +1903,14 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@storybook/addon-actions': specifier: 6.5.9 version: 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-essentials': specifier: 6.5.9 - version: 6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) + version: 6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) '@storybook/addon-links': specifier: 6.5.9 version: 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -1922,7 +1922,7 @@ importers: version: 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) '@storybook/react': specifier: 6.5.9 - version: 6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) + version: 6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1) '@types/react': specifier: 18.2.0 version: 18.2.0 @@ -1931,7 +1931,7 @@ importers: version: 18.2.0 babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) + version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) css-loader: specifier: 7.1.2 version: 7.1.2(webpack@5.104.1) @@ -2164,8 +2164,8 @@ importers: version: 5.8.3 devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@types/react': specifier: 18.2.0 version: 18.2.0 @@ -2180,7 +2180,7 @@ importers: version: link:../../common-libs/ui-toolkit babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) + version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -2337,20 +2337,20 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@8.0.1) + version: 7.27.2(@babel/core@7.29.7) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@storybook/react': specifier: 6.3.7 - version: 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -2383,7 +2383,7 @@ importers: version: 8.32.1(@typescript-eslint/parser@8.33.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3))(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3) babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@8.0.1) + version: 29.7.0(@babel/core@7.29.7) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -2416,7 +2416,7 @@ importers: version: 18.3.0(react@18.2.0) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -2486,7 +2486,7 @@ importers: devDependencies: '@storybook/react': specifier: 6.5.9 - version: 6.5.9(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.5.9(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@types/classnames': specifier: 2.2.9 version: 2.2.9 @@ -2703,17 +2703,17 @@ importers: version: 14.0.0 devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@8.0.1) + version: 7.27.2(@babel/core@7.29.7) '@babel/preset-react': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -2743,10 +2743,10 @@ importers: version: link:../../common-libs/ui-toolkit babel-jest: specifier: 29.7.0 - version: 29.7.0(@babel/core@8.0.1) + version: 29.7.0(@babel/core@7.29.7) babel-loader: specifier: 10.0.0 - version: 10.0.0(@babel/core@8.0.1)(webpack@5.104.1) + version: 10.0.0(@babel/core@7.29.7)(webpack@5.104.1) copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -2770,7 +2770,7 @@ importers: version: 4.0.0(webpack@5.104.1) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3) ts-loader: specifier: 9.4.1 version: 9.4.1(typescript@5.8.3)(webpack@5.104.1) @@ -3286,13 +3286,13 @@ importers: dependencies: '@emotion/css': specifier: 11.10.5 - version: 11.10.5(@babel/core@8.0.1) + version: 11.10.5(@babel/core@7.29.7) '@emotion/react': specifier: 11.9.3 - version: 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0) + version: 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0) '@emotion/styled': specifier: 11.10.5 - version: 11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0) + version: 11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0) '@vscode/codicons': specifier: 0.0.44 version: 0.0.44 @@ -3320,7 +3320,7 @@ importers: version: 8.6.14(react@19.1.0)(storybook@8.6.14(prettier@3.5.3)) '@storybook/cli': specifier: 8.6.14 - version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3) + version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3) '@storybook/react': specifier: 8.6.14 version: 8.6.14(@storybook/test@8.6.14(storybook@8.6.14(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.14(prettier@3.5.3))(typescript@5.8.3) @@ -3362,7 +3362,7 @@ importers: dependencies: '@emotion/css': specifier: 11.10.5 - version: 11.10.5(@babel/core@8.0.1) + version: 11.10.5(@babel/core@7.29.7) '@emotion/react': specifier: 11.14.0 version: 11.14.0(@types/react@18.2.0)(react@19.1.0) @@ -3420,7 +3420,7 @@ importers: version: 8.6.14(@types/react@18.2.0)(storybook@8.6.14(prettier@3.5.3)) '@storybook/cli': specifier: 8.6.14 - version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3) + version: 8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3) '@storybook/react': specifier: 8.6.14 version: 8.6.14(@storybook/test@8.6.14(storybook@8.6.14(prettier@3.5.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.14(prettier@3.5.3))(typescript@5.8.3) @@ -3606,10 +3606,10 @@ importers: dependencies: '@emotion/react': specifier: 11.9.3 - version: 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) + version: 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) '@emotion/styled': specifier: 11.10.5 - version: 11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) + version: 11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) '@projectstorm/geometry': specifier: 6.7.4 version: 6.7.4 @@ -3618,16 +3618,16 @@ importers: version: 6.7.4(lodash@4.18.1)(react@18.2.0) '@projectstorm/react-diagrams': specifier: 6.7.4 - version: 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) + version: 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@projectstorm/react-diagrams-core': specifier: 6.7.4 version: 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@projectstorm/react-diagrams-defaults': specifier: 6.7.4 - version: 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) + version: 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@projectstorm/react-diagrams-routing': specifier: 6.7.4 - version: 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) + version: 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) '@wso2/ui-toolkit': specifier: workspace:* version: link:../../common-libs/ui-toolkit @@ -3646,7 +3646,7 @@ importers: devDependencies: '@storybook/react': specifier: 6.3.7 - version: 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) + version: 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1) '@types/dagre': specifier: 0.7.52 version: 0.7.52 @@ -3965,11 +3965,11 @@ importers: version: 1.6.1 devDependencies: '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 - version: 7.27.2(@babel/core@8.0.1) + version: 7.27.2(@babel/core@7.29.7) '@storybook/addon-essentials': specifier: 8.6.14 version: 8.6.14(@types/react@18.2.0)(storybook@8.6.14(prettier@3.5.3)) @@ -4026,7 +4026,7 @@ importers: version: 8.32.1(@typescript-eslint/parser@8.33.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3))(eslint@9.39.4(jiti@2.7.0))(typescript@5.8.3) babel-jest: specifier: 30.0.0 - version: 30.0.0(@babel/core@8.0.1) + version: 30.0.0(@babel/core@7.29.7) deep-equal: specifier: 2.2.3 version: 2.2.3 @@ -4050,7 +4050,7 @@ importers: version: 8.6.14(prettier@3.5.3) ts-jest: specifier: 29.3.4 - version: 29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@8.0.1))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3) + version: 29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@7.29.7))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -4076,11 +4076,11 @@ importers: specifier: 12.0.2 version: 12.0.2 '@babel/core': - specifier: '>=7.29.6' - version: 8.0.1 + specifier: '>=7.29.6 <8' + version: 7.29.7 '@babel/plugin-transform-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@iarna/toml': specifier: 2.2.5 version: 2.2.5 @@ -4494,10 +4494,10 @@ importers: devDependencies: '@babel/plugin-syntax-flow': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@babel/preset-typescript': specifier: 7.27.1 - version: 7.27.1(@babel/core@8.0.1) + version: 7.27.1(@babel/core@7.29.7) '@headlessui/react': specifier: 2.2.4 version: 2.2.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -5223,30 +5223,18 @@ packages: resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} - '@babel/code-frame@8.0.0': - resolution: {integrity: sha512-dYYg153EyN2Ekbqw2zAsbd6/JR+9N2SEoC7YV2GyyqMM7x9bLDTjBD6XBhSMLH0wtIVyJj03jWNriQhaN+eoCw==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/compat-data@7.29.7': resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@8.0.0': - resolution: {integrity: sha512-DOjnob/cXOUgDOozCDeq/aK2p5y8dUIVdf6tNhEV1HQRd6I8aQ4f4fbtHRVEvb6lP3BGomrKHiS8ICAASSVQSw==} - engines: {node: ^22.18.0 || >=24.11.0} - - '@babel/core@8.0.1': - resolution: {integrity: sha512-5FgxM4dLQpMJHSiVATk8foW263dVHQHBVpXYiimNECVWG01f4nFyEbQixeT6Mwvg7TayREJ2gpKl3o2RoMdnqw==} - engines: {node: ^22.18.0 || >=24.11.0} + '@babel/core@7.29.7': + resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} + engines: {node: '>=6.9.0'} '@babel/generator@7.29.7': resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} engines: {node: '>=6.9.0'} - '@babel/generator@8.0.0': - resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-annotate-as-pure@7.29.7': resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==} engines: {node: '>=6.9.0'} @@ -5255,45 +5243,37 @@ packages: resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@8.0.0': - resolution: {integrity: sha512-JwculLABZvyPvyLBpwU/E/IbH2uM3mnxNtIJpxnIfb24y1PrdVxK5Dqjle4DpgqpGRnwgC7G8IkzPdSXZrO1Ew==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-create-class-features-plugin@7.29.7': resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-create-regexp-features-plugin@7.29.7': resolution: {integrity: sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-define-polyfill-provider@0.0.3': resolution: {integrity: sha512-dULDd/APiP4JowYDAMosecKOi/1v+UId99qhBGiO3myM29KtAVKS/R3x3OJJNBR0FeYB1BcYb2dCwkhqvxWXXQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-define-polyfill-provider@0.1.5': resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-define-polyfill-provider@0.6.8': resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-globals@7.29.7': resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} engines: {node: '>=6.9.0'} - '@babel/helper-globals@8.0.0': - resolution: {integrity: sha512-lLozHOM6sWWlxNo8CYqHy4MBZeTvHXNgVPBfPOGsjPKUzHC2Az9QwB6gxdQmpwHl6GlQtbGgS+lj5887guDiLw==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-member-expression-to-functions@7.29.7': resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==} engines: {node: '>=6.9.0'} @@ -5306,7 +5286,7 @@ packages: resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-optimise-call-expression@7.29.7': resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==} @@ -5323,13 +5303,13 @@ packages: resolution: {integrity: sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-replace-supers@7.29.7': resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/helper-skip-transparent-expression-wrappers@7.29.7': resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==} @@ -5339,33 +5319,21 @@ packages: resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@8.0.0': - resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-identifier@7.29.7': resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@8.0.2': - resolution: {integrity: sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-option@7.29.7': resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@8.0.0': - resolution: {integrity: sha512-U4Dybxh4WESWHt5XhBeExi4DrY0/DNK1aHpQbsrQXCUbFHuMweT0TpLEWKvaraV2Y6fS+ZXunsZ8zIuZIgvF2Q==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-wrap-function@7.29.7': resolution: {integrity: sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==} engines: {node: '>=6.9.0'} - '@babel/helpers@8.0.0': - resolution: {integrity: sha512-wfbi91pM3py96oIiJEz7qIpyXDytgr9zQC1HEWwlGNVRAEmItuU/0a41ZUKu1sJGyhhOIpc4t5vk4PYzt8wpsg==} - engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helpers@7.29.7': + resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} + engines: {node: '>=6.9.0'} '@babel/highlight@7.25.9': resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==} @@ -5376,620 +5344,615 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@8.0.0': - resolution: {integrity: sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==} - engines: {node: ^22.18.0 || >=24.11.0} - hasBin: true - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7': resolution: {integrity: sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7': resolution: {integrity: sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7': resolution: {integrity: sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7': resolution: {integrity: sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7': resolution: {integrity: sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-class-properties@7.18.6': resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-decorators@7.29.7': resolution: {integrity: sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-export-default-from@7.29.7': resolution: {integrity: sha512-p+G5BNXDcy3bOXplhY4HybQ1GxH3i2Tppmdm/3epyRu2VgJJZuUlZ61MqRTg582Q7ZLBdP7fePYvsumSEkMxcQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6': resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-object-rest-spread@7.12.1': resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-object-rest-spread@7.20.7': resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-optional-chaining@7.21.0': resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-private-methods@7.18.6': resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-proposal-private-property-in-object@7.21.11': resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-async-generators@7.8.4': resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-bigint@7.8.3': resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-class-properties@7.12.13': resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-class-static-block@7.14.5': resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-decorators@7.29.7': resolution: {integrity: sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-dynamic-import@7.8.3': resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-flow@7.22.5': resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-flow@7.27.1': resolution: {integrity: sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-flow@7.29.7': resolution: {integrity: sha512-ajMX6QPcyomotqwpzhkYGxcK2i/us0rs1Qo9QvUpa+Fca0FTmqrzKrctoIYLMxcOhGZldGT/BAVkRGTWBiR8gQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-import-assertions@7.29.7': resolution: {integrity: sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-import-attributes@7.29.7': resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-import-meta@7.10.4': resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-json-strings@7.8.3': resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-jsx@7.12.1': resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-jsx@7.29.7': resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-logical-assignment-operators@7.10.4': resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-numeric-separator@7.10.4': resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-object-rest-spread@7.8.3': resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-optional-catch-binding@7.8.3': resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-optional-chaining@7.8.3': resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-private-property-in-object@7.14.5': resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-top-level-await@7.14.5': resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-typescript@7.29.7': resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-arrow-functions@7.29.7': resolution: {integrity: sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-async-generator-functions@7.29.7': resolution: {integrity: sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-async-to-generator@7.29.7': resolution: {integrity: sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-block-scoped-functions@7.29.7': resolution: {integrity: sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-block-scoping@7.29.7': resolution: {integrity: sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-class-properties@7.29.7': resolution: {integrity: sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-class-static-block@7.29.7': resolution: {integrity: sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-classes@7.29.7': resolution: {integrity: sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-computed-properties@7.29.7': resolution: {integrity: sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-destructuring@7.29.7': resolution: {integrity: sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-dotall-regex@7.29.7': resolution: {integrity: sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-duplicate-keys@7.29.7': resolution: {integrity: sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7': resolution: {integrity: sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-dynamic-import@7.29.7': resolution: {integrity: sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-exponentiation-operator@7.29.7': resolution: {integrity: sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-export-namespace-from@7.29.7': resolution: {integrity: sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-flow-strip-types@7.29.7': resolution: {integrity: sha512-wRHeUjUjCZnMHmiO5bRgjFLcoEh7JyTdByOW11ahhwNa4V0bmeGEaIvt51yq0zQp2yWIpqfxXXPyUP6GFJZHOQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-for-of@7.29.7': resolution: {integrity: sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-function-name@7.29.7': resolution: {integrity: sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-json-strings@7.29.7': resolution: {integrity: sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-literals@7.29.7': resolution: {integrity: sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-logical-assignment-operators@7.29.7': resolution: {integrity: sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-member-expression-literals@7.29.7': resolution: {integrity: sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-modules-amd@7.29.7': resolution: {integrity: sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-modules-commonjs@7.29.7': resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-modules-systemjs@7.29.7': resolution: {integrity: sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-modules-umd@7.29.7': resolution: {integrity: sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-named-capturing-groups-regex@7.29.7': resolution: {integrity: sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-new-target@7.29.7': resolution: {integrity: sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-nullish-coalescing-operator@7.29.7': resolution: {integrity: sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-numeric-separator@7.29.7': resolution: {integrity: sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-object-rest-spread@7.29.7': resolution: {integrity: sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-object-super@7.29.7': resolution: {integrity: sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-optional-catch-binding@7.29.7': resolution: {integrity: sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-optional-chaining@7.29.7': resolution: {integrity: sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-parameters@7.29.7': resolution: {integrity: sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-private-methods@7.29.7': resolution: {integrity: sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-private-property-in-object@7.29.7': resolution: {integrity: sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-property-literals@7.29.7': resolution: {integrity: sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-react-display-name@7.29.7': resolution: {integrity: sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-react-jsx-development@7.29.7': resolution: {integrity: sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-react-jsx@7.29.7': resolution: {integrity: sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-react-pure-annotations@7.29.7': resolution: {integrity: sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-regenerator@7.29.7': resolution: {integrity: sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-regexp-modifiers@7.29.7': resolution: {integrity: sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-reserved-words@7.29.7': resolution: {integrity: sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-shorthand-properties@7.29.7': resolution: {integrity: sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-spread@7.29.7': resolution: {integrity: sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-sticky-regex@7.29.7': resolution: {integrity: sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-template-literals@7.29.7': resolution: {integrity: sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-typeof-symbol@7.29.7': resolution: {integrity: sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-typescript@7.27.1': resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-unicode-escapes@7.29.7': resolution: {integrity: sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-unicode-property-regex@7.29.7': resolution: {integrity: sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-unicode-regex@7.29.7': resolution: {integrity: sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/plugin-transform-unicode-sets-regex@7.29.7': resolution: {integrity: sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/preset-env@7.27.2': resolution: {integrity: sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/preset-flow@7.29.7': resolution: {integrity: sha512-KYIRV0BuaN68CDdsqFkAD7MU7yipUqQNuNElwATdxaIdpTjhvtY82QvkBJs7zV3Evxj2jFAAZ1iO8nyy0nhjqA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/preset-modules@0.1.6-no-external-plugins': resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/preset-react@7.27.1': resolution: {integrity: sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/preset-typescript@7.22.11': resolution: {integrity: sha512-tWY5wyCZYBGY7IlalfKI1rLiGlIfnwsRHZqlky0HVv8qviwQ1Uo/05M6+s+TcTCVa6Bmoo2uJW5TMFX6Wa4qVg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/preset-typescript@7.27.1': resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/register@7.29.7': resolution: {integrity: sha512-AMGJoWuES861riy6pcB0fphE1YXybtQnBYQMuIyPv6mKLiosfa79BKTnAOyx215c/3RJPJpdQwoHZ3earVH7AA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@babel/runtime-corejs3@7.29.7': resolution: {integrity: sha512-ppj9ouYku+RX0ljtgZd+KMO5mkM2bCqg8H2PYAFWnLsHEIKIdRojqbJ2i3eVHrisuxy7nOFCmngTDdWtUCdXUQ==} @@ -6003,26 +5966,14 @@ packages: resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} engines: {node: '>=6.9.0'} - '@babel/template@8.0.0': - resolution: {integrity: sha512-eAD0QW/AlbamBbw0FeGiwasbCVPq5ncW0HNVyLP3B9czqLyh4gvw+5JTSNt6le9+ziAU7mqDZsKTHf3jTb4chQ==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/traverse@7.29.7': resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} engines: {node: '>=6.9.0'} - '@babel/traverse@8.0.0': - resolution: {integrity: sha512-bxTj/W2VclGE6CctlfQOpxg8MPDzXArRqkOBePw8EHfebcjF7fETWSS3BriEECo+UiU/Yblq+xUtSImFu7cTbw==} - engines: {node: ^22.18.0 || >=24.11.0} - '@babel/types@7.29.7': resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} engines: {node: '>=6.9.0'} - '@babel/types@8.0.0': - resolution: {integrity: sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==} - engines: {node: ^22.18.0 || >=24.11.0} - '@base2/pretty-print-object@1.0.1': resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -6378,7 +6329,7 @@ packages: '@emotion/css@11.10.5': resolution: {integrity: sha512-maJy0wG82hWsiwfJpc3WrYsyVwUbdu+sdIseKUB+/OLjB8zgc3tqkT6eO0Yt0AhIkJwGGnmMY/xmQwEAgQ4JHA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' peerDependenciesMeta: '@babel/core': optional: true @@ -6416,7 +6367,7 @@ packages: '@emotion/react@11.9.3': resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@types/react': '*' react: '>=16.8.0' peerDependenciesMeta: @@ -6452,7 +6403,7 @@ packages: '@emotion/styled@11.10.5': resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@emotion/react': ^11.0.0-rc.0 '@types/react': '*' react: '>=16.8.0' @@ -7220,6 +7171,9 @@ packages: '@jridgewell/gen-mapping@0.3.13': resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + '@jridgewell/remapping@2.3.5': + resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} + '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} @@ -8564,7 +8518,7 @@ packages: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: @@ -9154,7 +9108,7 @@ packages: '@storybook/addon-essentials@6.5.16': resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@storybook/angular': '*' '@storybook/builder-manager4': '*' '@storybook/builder-manager5': '*' @@ -9211,7 +9165,7 @@ packages: '@storybook/addon-essentials@6.5.9': resolution: {integrity: sha512-V9ThjKQsde4A2Es20pLFBsn0MWx2KCJuoTcTsANP4JDcbvEmj8UjbDWbs8jAU+yzJT5r+CI6NoWmQudv12ZOgw==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@storybook/angular': '*' '@storybook/builder-manager4': '*' '@storybook/builder-manager5': '*' @@ -10008,7 +9962,7 @@ packages: engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 typescript: '*' @@ -10023,7 +9977,7 @@ packages: engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@storybook/builder-webpack4': '*' '@storybook/builder-webpack5': '*' '@storybook/manager-webpack4': '*' @@ -10051,7 +10005,7 @@ packages: engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@storybook/builder-webpack4': '*' '@storybook/builder-webpack5': '*' '@storybook/manager-webpack4': '*' @@ -10594,9 +10548,6 @@ packages: '@types/fs-extra@11.0.4': resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - '@types/gensync@1.0.5': - resolution: {integrity: sha512-MbsRCT7mTikHwKZ0X+LVUTLRrZZRLipTuXEO9qOYO+zmjMVk81axyClMROf6uoPD9MRVu46bx8zoR0Ad9q3NAg==} - '@types/glob-base@0.3.2': resolution: {integrity: sha512-0/pNDkxZEZtlAEyMmZvVubAHbynbnlNjPl50gyzDO1iq9nT07Af7Jfg9qJUvXaOzkfVKBvWb4nfPrW1R0ihoyg==} @@ -10669,9 +10620,6 @@ packages: '@types/jsdom@20.0.1': resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} - '@types/jsesc@2.5.1': - resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} - '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -12188,7 +12136,7 @@ packages: babel-core@7.0.0-bridge.0: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-eslint@10.1.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} @@ -12201,38 +12149,38 @@ packages: resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==} engines: {node: '>= 8.3'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-jest@29.7.0: resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-jest@30.0.0: resolution: {integrity: sha512-JQ0DhdFjODbSawDf0026uZuwaqfKkQzk+9mwWkq2XkKFIaMhFVOxlVmbFCOnnC76jATdxrff3IiUAvOAJec6tw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-jest@30.1.2: resolution: {integrity: sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-loader@10.0.0: resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==} engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' webpack: '>=5.61.0' babel-loader@8.4.1: resolution: {integrity: sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==} engines: {node: '>= 8.9'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' webpack: '>=2' babel-plugin-add-react-displayname@0.0.5: @@ -12241,17 +12189,17 @@ packages: babel-plugin-annotate-pure-calls@0.4.0: resolution: {integrity: sha512-oi4M/PWUJOU9ZyRGoPTfPMqdyMp06jbJAomd3RcyYuzUtBOddv98BqLm96Lucpi2QFoQHkdGQt0ACvw7VzVEQA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-apply-mdx-type-prop@1.6.22: resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-dev-expression@0.2.3: resolution: {integrity: sha512-rP5LK9QQTzCW61nVVzw88En1oK8t8gTsIeC6E61oelxNsU842yMjF0G1MxhvUpCkxCEIj7sE8/e5ieTheT//uw==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-emotion@10.2.2: resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} @@ -12293,7 +12241,7 @@ packages: babel-plugin-named-asset-import@0.3.8: resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-named-exports-order@0.0.2: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} @@ -12301,27 +12249,27 @@ packages: babel-plugin-polyfill-corejs2@0.4.17: resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-polyfill-corejs3@0.1.7: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-polyfill-corejs3@0.11.1: resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-polyfill-regenerator@0.0.4: resolution: {integrity: sha512-+/uCzO9JTYVZVGCpZpVAQkgPGt2zkR0VYiZvJ4aVoCe4ccgpKvNQqcjzAgQzSsjK64Jhc5hvrCR3l0087BevkA==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-polyfill-regenerator@0.6.8: resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-plugin-react-docgen@4.2.1: resolution: {integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==} @@ -12335,36 +12283,36 @@ packages: babel-preset-current-node-syntax@0.1.4: resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-preset-current-node-syntax@1.2.0: resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-preset-jest@25.5.0: resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==} engines: {node: '>= 8.3'} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-preset-jest@29.6.3: resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-preset-jest@30.0.0: resolution: {integrity: sha512-hgEuu/W7gk8QOWUA9+m3Zk+WpGvKc1Egp6rFQEfYxEoM9Fk/q8nuTXNL65OkhwGrTApauEGgakOoWVXj+UfhKw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-preset-jest@30.0.1: resolution: {integrity: sha512-+YHejD5iTWI46cZmcc/YtX4gaKBtdqCHCVfuVinizVpbmyjO3zYmeuyFdfA8duRqQZfgCAMlsfmkVbJ+e2MAJw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} @@ -14012,10 +13960,6 @@ packages: '@emotion/core': ^10.0.27 react: '>=16.3.0' - empathic@2.0.1: - resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==} - engines: {node: '>=14'} - enabled@2.0.0: resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} @@ -15725,9 +15669,6 @@ packages: engines: {node: '>=8'} hasBin: true - import-meta-resolve@4.2.0: - resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} - imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} @@ -16866,9 +16807,6 @@ packages: resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} engines: {node: '>= 0.8'} - js-tokens@10.0.0: - resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} - js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -18271,10 +18209,6 @@ packages: obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} - obug@2.1.3: - resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} - engines: {node: '>=12.20.0'} - on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} @@ -21632,7 +21566,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@jest/transform': ^29.0.0 '@jest/types': ^29.0.0 babel-jest: ^29.0.0 @@ -21656,7 +21590,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6' + '@babel/core': '>=7.29.6 <8' '@jest/transform': ^29.0.0 || ^30.0.0 '@jest/types': ^29.0.0 || ^30.0.0 babel-jest: ^29.0.0 || ^30.0.0 @@ -23814,33 +23748,27 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/code-frame@8.0.0': - dependencies: - '@babel/helper-validator-identifier': 8.0.2 - js-tokens: 10.0.0 - '@babel/compat-data@7.29.7': {} - '@babel/compat-data@8.0.0': {} - - '@babel/core@8.0.1': + '@babel/core@7.29.7': 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 + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helpers': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 - empathic: 2.0.1 + debug: 4.4.3(supports-color@8.1.1) gensync: 1.0.0-beta.2 - import-meta-resolve: 4.2.0 json5: 2.2.3 - obug: 2.1.3 - semver: 7.8.5 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color '@babel/generator@7.29.7': dependencies: @@ -23850,15 +23778,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@8.0.0': - dependencies: - '@babel/parser': 8.0.0 - '@babel/types': 8.0.0 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - '@types/jsesc': 2.5.1 - jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.29.7': dependencies: '@babel/types': 7.29.7 @@ -23871,37 +23790,29 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-compilation-targets@8.0.0': + '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/compat-data': 8.0.0 - '@babel/helper-validator-option': 8.0.0 - browserslist: 4.28.4 - lru-cache: 11.5.1 - semver: 7.8.5 - - '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@8.0.1)': - dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-member-expression-to-functions': 7.29.7 '@babel/helper-optimise-call-expression': 7.29.7 - '@babel/helper-replace-supers': 7.29.7(@babel/core@8.0.1) + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 '@babel/traverse': 7.29.7 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@8.0.1)': + '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 regexpu-core: 6.4.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.0.3(@babel/core@8.0.1)': + '@babel/helper-define-polyfill-provider@0.0.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -23913,9 +23824,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.1.5(@babel/core@8.0.1)': + '@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -23927,9 +23838,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@8.0.1)': + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 debug: 4.4.3(supports-color@8.1.1) @@ -23940,8 +23851,6 @@ snapshots: '@babel/helper-globals@7.29.7': {} - '@babel/helper-globals@8.0.0': {} - '@babel/helper-member-expression-to-functions@7.29.7': dependencies: '@babel/traverse': 7.29.7 @@ -23956,9 +23865,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.29.7(@babel/core@8.0.1)': + '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 '@babel/traverse': 7.29.7 @@ -23973,18 +23882,18 @@ snapshots: '@babel/helper-plugin-utils@7.29.7': {} - '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@8.0.1)': + '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-wrap-function': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.29.7(@babel/core@8.0.1)': + '@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-member-expression-to-functions': 7.29.7 '@babel/helper-optimise-call-expression': 7.29.7 '@babel/traverse': 7.29.7 @@ -24000,16 +23909,10 @@ snapshots: '@babel/helper-string-parser@7.29.7': {} - '@babel/helper-string-parser@8.0.0': {} - '@babel/helper-validator-identifier@7.29.7': {} - '@babel/helper-validator-identifier@8.0.2': {} - '@babel/helper-validator-option@7.29.7': {} - '@babel/helper-validator-option@8.0.0': {} - '@babel/helper-wrap-function@7.29.7': dependencies: '@babel/template': 7.29.7 @@ -24018,10 +23921,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helpers@8.0.0': + '@babel/helpers@7.29.7': dependencies: - '@babel/template': 8.0.0 - '@babel/types': 8.0.0 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 '@babel/highlight@7.25.9': dependencies: @@ -24034,743 +23937,739 @@ snapshots: dependencies: '@babel/types': 7.29.7 - '@babel/parser@8.0.0': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/types': 8.0.0 - - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@8.0.1)': - dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@8.0.1)': + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-proposal-decorators@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-decorators': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-decorators': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-export-default-from@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-proposal-export-default-from@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@8.0.1)': + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@8.0.1)': + '@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@8.0.1)': + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.29.7)': dependencies: '@babel/compat-data': 7.29.7 - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@8.0.1)': + '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.1) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@8.0.1)': + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@8.0.1)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 - '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@8.0.1)': + '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@8.0.1) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@8.0.1)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-bigint@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@8.0.1)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@8.0.1)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-decorators@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-syntax-decorators@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.22.5(@babel/core@8.0.1)': + '@babel/plugin-syntax-flow@7.22.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.27.1(@babel/core@8.0.1)': + '@babel/plugin-syntax-flow@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-syntax-flow@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@8.0.1)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx@7.12.1(@babel/core@8.0.1)': + '@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@8.0.1)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@8.0.1)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@8.0.1)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@8.0.1)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@8.0.1)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-typescript@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@8.0.1)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-async-generator-functions@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-async-generator-functions@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@8.0.1) + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-async-to-generator@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@8.0.1) + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-class-properties@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-class-properties@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-classes@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-globals': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-replace-supers': 7.29.7(@babel/core@8.0.1) + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/template': 7.29.7 - '@babel/plugin-transform-destructuring@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-destructuring@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-flow-strip-types@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-flow-strip-types@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-flow': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-for-of@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-function-name@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-json-strings@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-literals@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-literals@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-module-transforms': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-new-target@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-new-target@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-object-super@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-replace-supers': 7.29.7(@babel/core@8.0.1) + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-parameters@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-private-methods@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-private-methods@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-property-literals@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-display-name@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-react-display-name@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx-development@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-react-jsx-development@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-pure-annotations@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-react-pure-annotations@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-regenerator@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-regenerator@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-regexp-modifiers@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-regexp-modifiers@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-spread@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-spread@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-template-literals@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-template-literals@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typescript@7.27.1(@babel/core@8.0.1)': + '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@8.0.1)': + '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 - '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/preset-env@7.27.2(@babel/core@8.0.1)': + '@babel/preset-env@7.27.2(@babel/core@7.29.7)': dependencies: '@babel/compat-data': 7.29.7 - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@8.0.1) - '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-function-name': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-literals': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-new-target': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-object-super': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-regexp-modifiers': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@8.0.1) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@8.0.1) - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@8.0.1) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@8.0.1) - babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@8.0.1) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7) + '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-function-name': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-new-target': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-super': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-regexp-modifiers': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@7.29.7) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.7) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.29.7) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.29.7(@babel/core@8.0.1)': + '@babel/preset-flow@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-transform-flow-strip-types': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-flow-strip-types': 7.29.7(@babel/core@7.29.7) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@8.0.1)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/types': 7.29.7 esutils: 2.0.3 - '@babel/preset-react@7.27.1(@babel/core@8.0.1)': + '@babel/preset-react@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-transform-react-display-name': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-react-jsx-development': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-react-pure-annotations': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-transform-react-display-name': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx-development': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-pure-annotations': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.22.11(@babel/core@8.0.1)': + '@babel/preset-typescript@7.22.11(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.27.1(@babel/core@8.0.1)': + '@babel/preset-typescript@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/register@7.29.7(@babel/core@8.0.1)': + '@babel/register@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -24789,12 +24688,6 @@ snapshots: '@babel/parser': 7.29.7 '@babel/types': 7.29.7 - '@babel/template@8.0.0': - dependencies: - '@babel/code-frame': 8.0.0 - '@babel/parser': 8.0.0 - '@babel/types': 8.0.0 - '@babel/traverse@7.29.7': dependencies: '@babel/code-frame': 7.29.7 @@ -24807,26 +24700,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/traverse@8.0.0': - 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.3 - '@babel/types@7.29.7': dependencies: '@babel/helper-string-parser': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 - '@babel/types@8.0.0': - dependencies: - '@babel/helper-string-parser': 8.0.0 - '@babel/helper-validator-identifier': 8.0.2 - '@base2/pretty-print-object@1.0.1': {} '@bazel/runfiles@6.5.0': {} @@ -25370,7 +25248,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/css@11.10.5(@babel/core@8.0.1)': + '@emotion/css@11.10.5(@babel/core@7.29.7)': dependencies: '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 @@ -25378,7 +25256,7 @@ snapshots: '@emotion/sheet': 1.4.0 '@emotion/utils': 1.4.2 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 transitivePeerDependencies: - supports-color @@ -25456,7 +25334,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0)': + '@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 @@ -25467,12 +25345,12 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.2.0 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color - '@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0)': + '@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 @@ -25483,7 +25361,7 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 19.1.0 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color @@ -25526,44 +25404,44 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': + '@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) + '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.2.0) '@emotion/utils': 1.4.2 react: 18.2.0 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color - '@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0)': + '@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0))(@types/react@18.2.0)(react@19.1.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@19.1.0) + '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@19.1.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.0) '@emotion/utils': 1.4.2 react: 19.1.0 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@types/react': 18.2.0 transitivePeerDependencies: - supports-color - '@emotion/styled@11.11.0(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': + '@emotion/styled@11.11.0(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0)': dependencies: '@babel/runtime': 7.29.7 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) + '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) '@emotion/serialize': 1.3.3 '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.2.0) '@emotion/utils': 1.4.2 @@ -26309,16 +26187,22 @@ snapshots: dependencies: expect: 29.7.0 jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color '@jest/expect@30.0.0': dependencies: expect: 30.0.0 jest-snapshot: 30.0.0 + transitivePeerDependencies: + - supports-color '@jest/expect@30.1.2': dependencies: expect: 30.1.2 jest-snapshot: 30.1.2 + transitivePeerDependencies: + - supports-color '@jest/fake-timers@25.5.0': dependencies: @@ -26380,6 +26264,8 @@ snapshots: '@jest/expect': 29.7.0 '@jest/types': 29.6.3 jest-mock: 29.7.0 + transitivePeerDependencies: + - supports-color '@jest/globals@30.0.0': dependencies: @@ -26387,6 +26273,8 @@ snapshots: '@jest/expect': 30.0.0 '@jest/types': 30.0.0 jest-mock: 30.0.0 + transitivePeerDependencies: + - supports-color '@jest/globals@30.1.2': dependencies: @@ -26394,6 +26282,8 @@ snapshots: '@jest/expect': 30.1.2 '@jest/types': 30.0.5 jest-mock: 30.0.5 + transitivePeerDependencies: + - supports-color '@jest/pattern@30.0.0': dependencies: @@ -26644,7 +26534,7 @@ snapshots: '@jest/transform@25.5.1': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/types': 25.5.0 babel-plugin-istanbul: 6.1.1 chalk: 3.0.0 @@ -26660,10 +26550,12 @@ snapshots: slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 + transitivePeerDependencies: + - supports-color '@jest/transform@26.6.2': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -26678,10 +26570,12 @@ snapshots: slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 + transitivePeerDependencies: + - supports-color '@jest/transform@29.7.0': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 6.1.1 @@ -26696,10 +26590,12 @@ snapshots: pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 4.0.2 + transitivePeerDependencies: + - supports-color '@jest/transform@30.0.0': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/types': 30.0.0 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 7.0.1 @@ -26714,10 +26610,12 @@ snapshots: pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 5.0.1 + transitivePeerDependencies: + - supports-color '@jest/transform@30.1.2': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/types': 30.0.5 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 7.0.1 @@ -26732,6 +26630,8 @@ snapshots: pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 5.0.1 + transitivePeerDependencies: + - supports-color '@jest/types@25.5.0': dependencies: @@ -26811,6 +26711,11 @@ snapshots: '@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/trace-mapping': 0.3.31 + '@jridgewell/remapping@2.3.5': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/source-map@0.3.11': @@ -27221,11 +27126,11 @@ snapshots: '@mdx-js/mdx@1.6.22': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@8.0.1) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.29.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) '@mdx-js/util': 1.6.22 - babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@8.0.1) + babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@7.29.7) babel-plugin-extract-import-names: 1.6.22 camelcase-css: 2.0.1 detab: 2.0.4 @@ -27240,6 +27145,8 @@ snapshots: unified: 9.2.0 unist-builder: 2.0.3 unist-util-visit: 2.0.3 + transitivePeerDependencies: + - supports-color '@mdx-js/react@1.6.22(react@18.2.0)': dependencies: @@ -28046,10 +27953,10 @@ snapshots: transitivePeerDependencies: - resize-observer-polyfill - '@projectstorm/react-diagrams-defaults@6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1)': + '@projectstorm/react-diagrams-defaults@6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1)': dependencies: - '@emotion/react': 11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) + '@emotion/react': 11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0) '@projectstorm/react-diagrams-core': 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) lodash: 4.18.1 react: 18.2.0 @@ -28099,11 +28006,11 @@ snapshots: - '@emotion/styled' - resize-observer-polyfill - '@projectstorm/react-diagrams-routing@6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': + '@projectstorm/react-diagrams-routing@6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': dependencies: '@projectstorm/geometry': 6.7.4 '@projectstorm/react-diagrams-core': 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) - '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) + '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) dagre: 0.8.5 lodash: 4.18.1 pathfinding: 0.4.18 @@ -28160,11 +28067,11 @@ snapshots: - react - resize-observer-polyfill - '@projectstorm/react-diagrams@6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': + '@projectstorm/react-diagrams@6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1)': dependencies: '@projectstorm/react-diagrams-core': 6.7.4(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) - '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) - '@projectstorm/react-diagrams-routing': 6.7.4(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@8.0.1)(@emotion/react@11.9.3(@babel/core@8.0.1)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) + '@projectstorm/react-diagrams-defaults': 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(lodash@4.18.1)(react@18.2.0)(resize-observer-polyfill@1.5.1) + '@projectstorm/react-diagrams-routing': 6.7.4(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.29.7)(@emotion/react@11.9.3(@babel/core@7.29.7)(@types/react@18.2.0)(react@18.2.0))(@types/react@18.2.0)(react@18.2.0))(dagre@0.8.5)(lodash@4.18.1)(pathfinding@0.4.18)(paths-js@0.4.11)(react@18.2.0)(resize-observer-polyfill@1.5.1) transitivePeerDependencies: - '@emotion/react' - '@emotion/styled' @@ -29056,9 +28963,9 @@ snapshots: type-fest: 4.41.0 typescript: 5.8.3 - '@rollup/plugin-babel@5.3.1(@babel/core@8.0.1)(@types/babel__core@7.20.5)(rollup@1.32.1)': + '@rollup/plugin-babel@5.3.1(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@1.32.1)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@rollup/pluginutils': 3.1.0(rollup@1.32.1) rollup: 1.32.1 @@ -29742,10 +29649,10 @@ snapshots: storybook: 8.6.14(prettier@3.5.3) ts-dedent: 2.3.0 - '@storybook/addon-docs@6.5.16(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': + '@storybook/addon-docs@6.5.16(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22(react@18.2.0) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -29755,14 +29662,14 @@ snapshots: '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) '@storybook/node-logger': 6.5.16 '@storybook/postinstall': 6.5.16 '@storybook/preview-web': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/source-loader': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) core-js: 3.49.0 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -29785,10 +29692,10 @@ snapshots: - webpack-cli - webpack-command - '@storybook/addon-docs@6.5.9(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': + '@storybook/addon-docs@6.5.9(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': dependencies: - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22(react@18.2.0) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -29798,14 +29705,14 @@ snapshots: '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) '@storybook/node-logger': 6.5.9 '@storybook/postinstall': 6.5.9 '@storybook/preview-web': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/source-loader': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/store': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) core-js: 3.49.0 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -29841,13 +29748,13 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@storybook/addon-essentials@6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': + '@storybook/addon-essentials@6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addon-actions': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-backgrounds': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-controls': 6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) - '@storybook/addon-docs': 6.5.16(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) + '@storybook/addon-docs': 6.5.16(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack@5.104.1) '@storybook/addon-measure': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-outline': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-toolbars': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -29873,13 +29780,13 @@ snapshots: - webpack-cli - webpack-command - '@storybook/addon-essentials@6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': + '@storybook/addon-essentials@6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addon-actions': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-backgrounds': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-controls': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) - '@storybook/addon-docs': 6.5.9(@babel/core@8.0.1)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) + '@storybook/addon-docs': 6.5.9(@babel/core@7.29.7)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack@5.104.1) '@storybook/addon-measure': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-outline': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/addon-toolbars': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -30317,27 +30224,27 @@ snapshots: '@storybook/builder-webpack4@6.3.7(@types/react@18.2.0)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.3.7 @@ -30355,9 +30262,9 @@ snapshots: '@types/node': 14.18.63 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0) @@ -30401,7 +30308,7 @@ snapshots: '@storybook/builder-webpack4@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 @@ -30421,7 +30328,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0) @@ -30461,7 +30368,7 @@ snapshots: '@storybook/builder-webpack4@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 @@ -30481,7 +30388,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0(webpack-cli@6.0.1)) @@ -30521,7 +30428,7 @@ snapshots: '@storybook/builder-webpack4@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.9 @@ -30541,7 +30448,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0(webpack-cli@4.10.0)) @@ -30581,7 +30488,7 @@ snapshots: '@storybook/builder-webpack4@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addons': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/api': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/channel-postmessage': 6.5.9 @@ -30601,7 +30508,7 @@ snapshots: '@types/node': 16.18.126 '@types/webpack': 4.41.40 autoprefixer: 9.8.8 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.49.0 css-loader: 3.6.0(webpack@4.47.0) @@ -30641,7 +30548,7 @@ snapshots: '@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 @@ -30658,7 +30565,7 @@ snapshots: '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -30705,7 +30612,7 @@ snapshots: '@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/api': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/channel-postmessage': 6.5.9 @@ -30722,7 +30629,7 @@ snapshots: '@storybook/store': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -30966,9 +30873,9 @@ snapshots: ts-dedent: 2.3.0 util-deprecate: 1.0.2 - '@storybook/cli@8.6.14(@babel/preset-env@7.27.2(@babel/core@8.0.1))(prettier@3.5.3)': + '@storybook/cli@8.6.14(@babel/preset-env@7.27.2(@babel/core@7.29.7))(prettier@3.5.3)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/types': 7.29.7 '@storybook/codemod': 8.6.14(storybook@8.6.14(prettier@3.5.3)) '@types/semver': 7.7.1 @@ -30981,7 +30888,7 @@ snapshots: giget: 1.2.5 glob: 10.5.0 globby: 14.1.0 - jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@8.0.1)) + jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)) leven: 3.1.0 p-limit: 6.2.0 prompts: 2.4.2 @@ -31113,15 +31020,15 @@ snapshots: '@storybook/codemod@8.6.14(storybook@8.6.14(prettier@3.5.3))': dependencies: - '@babel/core': 8.0.1 - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@babel/types': 7.29.7 '@storybook/core': 8.6.14(prettier@3.5.3)(storybook@8.6.14(prettier@3.5.3)) '@types/cross-spawn': 6.0.6 cross-spawn: 7.0.6 es-toolkit: 1.48.1 globby: 14.1.0 - jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@8.0.1)) + jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)) prettier: 3.5.3 recast: 0.23.11 tiny-invariant: 1.3.3 @@ -31436,36 +31343,36 @@ snapshots: '@storybook/core-common@6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) '@storybook/node-logger': 6.3.7 '@storybook/semver': 7.3.2 '@types/glob-base': 0.3.2 '@types/micromatch': 4.0.10 '@types/node': 14.18.63 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31497,35 +31404,35 @@ snapshots: '@storybook/core-common@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31560,35 +31467,35 @@ snapshots: '@storybook/core-common@6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31623,35 +31530,35 @@ snapshots: '@storybook/core-common@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31686,35 +31593,35 @@ snapshots: '@storybook/core-common@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31749,35 +31656,35 @@ snapshots: '@storybook/core-common@6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@8.0.1) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@8.0.1) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@8.0.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@8.0.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-classes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-for-of': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-parameters': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.29.7) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 '@types/node': 16.18.126 '@types/pretty-hrtime': 1.0.3 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@8.0.1) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.29.7) chalk: 4.1.2 core-js: 3.49.0 express: 4.22.1 @@ -31822,12 +31729,12 @@ snapshots: dependencies: core-js: 3.49.0 - '@storybook/core-server@6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@storybook/core-server@6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: '@storybook/builder-webpack4': 6.3.7(@types/react@18.2.0)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@storybook/core-client': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@storybook/csf-tools': 6.3.7(@babel/core@8.0.1) + '@storybook/csf-tools': 6.3.7(@babel/core@7.29.7) '@storybook/manager-webpack4': 6.3.7(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@storybook/node-logger': 6.3.7 '@storybook/semver': 7.3.2 @@ -32128,10 +32035,10 @@ snapshots: storybook: 8.6.14(prettier@3.5.3) ts-dedent: 2.3.0 - '@storybook/core@6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0)': + '@storybook/core@6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0)': dependencies: '@storybook/core-client': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) - '@storybook/core-server': 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@storybook/core-server': 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: @@ -32279,12 +32186,12 @@ snapshots: storybook: 8.6.14(prettier@3.5.3) unplugin: 1.16.1 - '@storybook/csf-tools@6.3.7(@babel/core@8.0.1)': + '@storybook/csf-tools@6.3.7(@babel/core@7.29.7)': dependencies: '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@mdx-js/mdx': 1.6.22 @@ -32301,15 +32208,15 @@ snapshots: '@storybook/csf-tools@6.5.16': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) core-js: 3.49.0 fs-extra: 9.1.0 global: 4.4.0 @@ -32320,15 +32227,15 @@ snapshots: '@storybook/csf-tools@6.5.9': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1(@babel/core@8.0.1) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.29.7) core-js: 3.49.0 fs-extra: 9.1.0 global: 4.4.0 @@ -32347,7 +32254,7 @@ snapshots: '@storybook/docs-tools@6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) core-js: 3.49.0 @@ -32357,10 +32264,11 @@ snapshots: transitivePeerDependencies: - react - react-dom + - supports-color '@storybook/docs-tools@6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) core-js: 3.49.0 @@ -32370,10 +32278,11 @@ snapshots: transitivePeerDependencies: - react - react-dom + - supports-color '@storybook/docs-tools@6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) core-js: 3.49.0 @@ -32383,6 +32292,7 @@ snapshots: transitivePeerDependencies: - react - react-dom + - supports-color '@storybook/global@5.0.0': {} @@ -32408,9 +32318,9 @@ snapshots: '@storybook/manager-webpack4@6.3.7(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) @@ -32419,7 +32329,7 @@ snapshots: '@storybook/ui': 6.3.7(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 14.18.63 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32460,9 +32370,9 @@ snapshots: '@storybook/manager-webpack4@6.5.16(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) @@ -32471,7 +32381,7 @@ snapshots: '@storybook/ui': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32509,9 +32419,9 @@ snapshots: '@storybook/manager-webpack4@6.5.16(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0(webpack-cli@6.0.1)) '@storybook/core-common': 6.5.16(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) @@ -32520,7 +32430,7 @@ snapshots: '@storybook/ui': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32558,9 +32468,9 @@ snapshots: '@storybook/manager-webpack4@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0(webpack-cli@4.10.0)) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) @@ -32569,7 +32479,7 @@ snapshots: '@storybook/ui': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32607,9 +32517,9 @@ snapshots: '@storybook/manager-webpack4@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/core-client': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4)(webpack@4.47.0) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@4.9.4) @@ -32618,7 +32528,7 @@ snapshots: '@storybook/ui': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@types/node': 16.18.126 '@types/webpack': 4.41.40 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@4.47.0) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@4.47.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32656,9 +32566,9 @@ snapshots: '@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@5.104.1) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) @@ -32666,7 +32576,7 @@ snapshots: '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/ui': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32715,9 +32625,9 @@ snapshots: '@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1)': dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/core-client': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@5.104.1) '@storybook/core-common': 6.5.9(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) @@ -32725,7 +32635,7 @@ snapshots: '@storybook/theming': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/ui': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/node': 16.18.126 - babel-loader: 8.4.1(@babel/core@8.0.1)(webpack@5.104.1) + babel-loader: 8.4.1(@babel/core@7.29.7)(webpack@5.104.1) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.49.0 @@ -32772,11 +32682,11 @@ snapshots: - webpack-cli - webpack-command - '@storybook/mdx1-csf@0.0.1(@babel/core@8.0.1)': + '@storybook/mdx1-csf@0.0.1(@babel/core@7.29.7)': dependencies: '@babel/generator': 7.29.7 '@babel/parser': 7.29.7 - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@babel/types': 7.29.7 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.17.17 @@ -33195,20 +33105,20 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react@6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(@types/webpack@4.41.40)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@pmmmwh/react-refresh-webpack-plugin': 0.4.3(@types/webpack@4.41.40)(react-refresh@0.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)(webpack@4.47.0) '@storybook/addons': 6.3.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/core': 6.3.7(@babel/core@8.0.1)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) + '@storybook/core': 6.3.7(@babel/core@7.29.7)(@types/react@18.2.0)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack@4.47.0) '@storybook/core-common': 6.3.7(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@storybook/node-logger': 6.3.7 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0(typescript@5.8.3)(webpack@4.47.0) '@storybook/semver': 7.3.2 '@types/webpack-env': 1.18.8 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8(@babel/core@8.0.1) + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.29.7) babel-plugin-react-docgen: 4.2.1 core-js: 3.49.0 global: 4.4.0 @@ -33223,7 +33133,7 @@ snapshots: ts-dedent: 2.3.0 webpack: 4.47.0 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 typescript: 5.8.3 transitivePeerDependencies: - '@storybook/builder-webpack5' @@ -33242,10 +33152,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.16(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.16(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@6.0.1)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@6.0.1))(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 6.5.16 @@ -33283,7 +33193,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/builder-webpack5': 6.5.16(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) '@storybook/manager-webpack5': 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@6.0.1) typescript: 5.8.3 @@ -33316,10 +33226,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.16(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.16(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5)(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 6.5.16 @@ -33357,7 +33267,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(webpack-cli@5.1.4) optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 typescript: 5.8.3 transitivePeerDependencies: - '@minify-html/node' @@ -33388,10 +33298,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.9(@babel/core@8.0.1)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.9(@babel/core@7.29.7)(@storybook/builder-webpack5@6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@storybook/manager-webpack5@6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0))(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@5.8.3)(webpack-cli@4.10.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5(postcss@8.5.10)(webpack-cli@4.10.0))(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5)(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/client-logger': 6.5.9 @@ -33429,7 +33339,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@4.10.0) optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@storybook/builder-webpack5': 6.5.9(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) '@storybook/manager-webpack5': 6.5.9(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(postcss@8.5.10)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)(webpack-cli@4.10.0) typescript: 5.8.3 @@ -33462,10 +33372,10 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/react@6.5.9(@babel/core@8.0.1)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': + '@storybook/react@6.5.9(@babel/core@7.29.7)(@types/webpack@5.28.5)(encoding@0.1.13)(eslint@9.39.4(jiti@2.7.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(require-from-string@2.0.2)(type-fest@4.41.0)(typescript@4.9.4)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)': dependencies: - '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) - '@babel/preset-react': 7.27.1(@babel/core@8.0.1) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-react': 7.27.1(@babel/core@7.29.7) '@pmmmwh/react-refresh-webpack-plugin': 0.5.17(@types/webpack@5.28.5)(react-refresh@0.11.0)(type-fest@4.41.0)(webpack-dev-server@5.2.5(webpack@5.104.1))(webpack-hot-middleware@2.26.1)(webpack@5.104.1) '@storybook/addons': 6.5.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@storybook/client-logger': 6.5.9 @@ -33503,7 +33413,7 @@ snapshots: util-deprecate: 1.0.2 webpack: 5.104.1(webpack-cli@5.1.4) optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 typescript: 4.9.4 transitivePeerDependencies: - '@minify-html/node' @@ -34744,8 +34654,6 @@ snapshots: '@types/jsonfile': 6.1.4 '@types/node': 20.19.17 - '@types/gensync@1.0.5': {} - '@types/glob-base@0.3.2': {} '@types/glob@7.2.0': @@ -34829,8 +34737,6 @@ snapshots: '@types/tough-cookie': 4.0.5 parse5: 7.3.0 - '@types/jsesc@2.5.1': {} - '@types/json-schema@7.0.15': {} '@types/json5@0.0.29': {} @@ -36111,8 +36017,8 @@ snapshots: '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-dev-server@5.2.5)(webpack@5.104.1) + webpack: 5.104.1(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack@5.104.1) '@webpack-cli/info@1.5.0(webpack-cli@4.10.0)': dependencies: @@ -36126,8 +36032,8 @@ snapshots: '@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-dev-server@5.2.5)(webpack@5.104.1) + webpack: 5.104.1(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack@5.104.1) '@webpack-cli/serve@1.7.0(webpack-cli@4.10.0)': dependencies: @@ -36704,9 +36610,9 @@ snapshots: tunnel: 0.0.6 typed-rest-client: 1.8.11 - babel-core@7.0.0-bridge.0(@babel/core@8.0.1): + babel-core@7.0.0-bridge.0(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 babel-eslint@10.1.0(eslint@9.39.4(jiti@2.7.0)): dependencies: @@ -36720,87 +36626,95 @@ snapshots: transitivePeerDependencies: - supports-color - babel-jest@25.5.1(@babel/core@8.0.1): + babel-jest@25.5.1(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 25.5.1 '@jest/types': 25.5.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 25.5.0(@babel/core@8.0.1) + babel-preset-jest: 25.5.0(@babel/core@7.29.7) chalk: 3.0.0 graceful-fs: 4.2.11 slash: 3.0.0 + transitivePeerDependencies: + - supports-color - babel-jest@29.7.0(@babel/core@8.0.1): + babel-jest@29.7.0(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@8.0.1) + babel-preset-jest: 29.6.3(@babel/core@7.29.7) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 + transitivePeerDependencies: + - supports-color - babel-jest@30.0.0(@babel/core@8.0.1): + babel-jest@30.0.0(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 30.0.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 7.0.1 - babel-preset-jest: 30.0.0(@babel/core@8.0.1) + babel-preset-jest: 30.0.0(@babel/core@7.29.7) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 + transitivePeerDependencies: + - supports-color - babel-jest@30.1.2(@babel/core@8.0.1): + babel-jest@30.1.2(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 30.1.2 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 7.0.1 - babel-preset-jest: 30.0.1(@babel/core@8.0.1) + babel-preset-jest: 30.0.1(@babel/core@7.29.7) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 + transitivePeerDependencies: + - supports-color - babel-loader@10.0.0(@babel/core@8.0.1)(webpack@5.104.1): + babel-loader@10.0.0(@babel/core@7.29.7)(webpack@5.104.1): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 find-up: 5.0.0 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) - babel-loader@8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@4.10.0)): + babel-loader@8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@4.10.0)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.47.0(webpack-cli@4.10.0) - babel-loader@8.4.1(@babel/core@8.0.1)(webpack@4.47.0(webpack-cli@6.0.1)): + babel-loader@8.4.1(@babel/core@7.29.7)(webpack@4.47.0(webpack-cli@6.0.1)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.47.0(webpack-cli@6.0.1) - babel-loader@8.4.1(@babel/core@8.0.1)(webpack@4.47.0): + babel-loader@8.4.1(@babel/core@7.29.7)(webpack@4.47.0): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.47.0 - babel-loader@8.4.1(@babel/core@8.0.1)(webpack@5.104.1): + babel-loader@8.4.1(@babel/core@7.29.7)(webpack@5.104.1): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -36809,19 +36723,19 @@ snapshots: babel-plugin-add-react-displayname@0.0.5: {} - babel-plugin-annotate-pure-calls@0.4.0(@babel/core@8.0.1): + babel-plugin-annotate-pure-calls@0.4.0(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 - babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@8.0.1): + babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.10.4 '@mdx-js/util': 1.6.22 - babel-plugin-dev-expression@0.2.3(@babel/core@8.0.1): + babel-plugin-dev-expression@0.2.3(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 babel-plugin-emotion@10.2.2: dependencies: @@ -36849,6 +36763,8 @@ snapshots: '@istanbuljs/schema': 0.1.6 istanbul-lib-instrument: 5.2.1 test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color babel-plugin-istanbul@7.0.1: dependencies: @@ -36857,6 +36773,8 @@ snapshots: '@istanbuljs/schema': 0.1.6 istanbul-lib-instrument: 6.0.3 test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color babel-plugin-jest-hoist@25.5.0: dependencies: @@ -36895,48 +36813,48 @@ snapshots: cosmiconfig: 7.1.0 resolve: 1.22.12 - babel-plugin-named-asset-import@0.3.8(@babel/core@8.0.1): + babel-plugin-named-asset-import@0.3.8(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 babel-plugin-named-exports-order@0.0.2: {} - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@8.0.1): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.7): dependencies: '@babel/compat-data': 7.29.7 - '@babel/core': 8.0.1 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.1.7(@babel/core@8.0.1): + babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 - '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.29.7) core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@8.0.1): + babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.0.4(@babel/core@8.0.1): + babel-plugin-polyfill-regenerator@0.0.4(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 - '@babel/helper-define-polyfill-provider': 0.0.3(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.0.3(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.8(@babel/core@8.0.1): + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@8.0.1) + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) transitivePeerDependencies: - supports-color @@ -36952,63 +36870,63 @@ snapshots: babel-plugin-transform-rename-import@2.3.0: {} - babel-preset-current-node-syntax@0.1.4(@babel/core@8.0.1): - dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@8.0.1) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@8.0.1) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@8.0.1) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@8.0.1) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@8.0.1) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.1) - - babel-preset-current-node-syntax@1.2.0(@babel/core@8.0.1): - dependencies: - '@babel/core': 8.0.1 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@8.0.1) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@8.0.1) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@8.0.1) - '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@8.0.1) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@8.0.1) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@8.0.1) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.1) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@8.0.1) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@8.0.1) - - babel-preset-jest@25.5.0(@babel/core@8.0.1): - dependencies: - '@babel/core': 8.0.1 + babel-preset-current-node-syntax@0.1.4(@babel/core@7.29.7): + dependencies: + '@babel/core': 7.29.7 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) + + babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.7): + dependencies: + '@babel/core': 7.29.7 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.7) + + babel-preset-jest@25.5.0(@babel/core@7.29.7): + dependencies: + '@babel/core': 7.29.7 babel-plugin-jest-hoist: 25.5.0 - babel-preset-current-node-syntax: 0.1.4(@babel/core@8.0.1) + babel-preset-current-node-syntax: 0.1.4(@babel/core@7.29.7) - babel-preset-jest@29.6.3(@babel/core@8.0.1): + babel-preset-jest@29.6.3(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) - babel-preset-jest@30.0.0(@babel/core@8.0.1): + babel-preset-jest@30.0.0(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 babel-plugin-jest-hoist: 30.0.0 - babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) - babel-preset-jest@30.0.1(@babel/core@8.0.1): + babel-preset-jest@30.0.1(@babel/core@7.29.7): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 babel-plugin-jest-hoist: 30.0.1 - babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) babel-runtime@6.26.0: dependencies: @@ -37220,7 +37138,7 @@ snapshots: browserify-rsa@4.1.1: dependencies: - bn.js: 5.2.3 + bn.js: 4.12.3 randombytes: 2.1.0 safe-buffer: 5.2.1 @@ -38153,6 +38071,7 @@ snapshots: transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - supports-color - ts-node create-jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)): @@ -38167,6 +38086,7 @@ snapshots: transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - supports-color - ts-node create-react-context@0.3.0(prop-types@15.8.1)(react@18.2.0): @@ -38985,8 +38905,6 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.2.0 - empathic@2.0.1: {} - enabled@2.0.0: {} encodeurl@2.0.0: {} @@ -40144,7 +40062,7 @@ snapshots: fork-ts-checker-webpack-plugin@4.1.6: dependencies: - '@babel/code-frame': 7.10.4 + '@babel/code-frame': 7.29.7 chalk: 2.4.2 micromatch: 4.0.8 minimatch: 3.1.5 @@ -41524,8 +41442,6 @@ snapshots: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - import-meta-resolve@4.2.0: {} - imurmurhash@0.1.4: {} indent-string@2.1.0: @@ -41921,26 +41837,32 @@ snapshots: istanbul-lib-instrument@4.0.3: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 + transitivePeerDependencies: + - supports-color istanbul-lib-instrument@5.2.1: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 + transitivePeerDependencies: + - supports-color istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 semver: 7.8.5 + transitivePeerDependencies: + - supports-color istanbul-lib-report@3.0.1: dependencies: @@ -42072,6 +41994,7 @@ snapshots: stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-circus@30.0.0(babel-plugin-macros@3.1.0): dependencies: @@ -42097,6 +42020,7 @@ snapshots: stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-circus@30.1.3(babel-plugin-macros@3.1.0): dependencies: @@ -42122,6 +42046,7 @@ snapshots: stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-cli@25.5.4: dependencies: @@ -42223,10 +42148,10 @@ snapshots: jest-config@25.5.4: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/test-sequencer': 25.5.4 '@jest/types': 25.5.0 - babel-jest: 25.5.1(@babel/core@8.0.1) + babel-jest: 25.5.1(@babel/core@7.29.7) chalk: 3.0.0 deepmerge: 4.3.1 glob: 7.2.3 @@ -42250,10 +42175,10 @@ snapshots: jest-config@29.7.0(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@8.0.1) + babel-jest: 29.7.0(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42277,13 +42202,14 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.19)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-config@29.7.0(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@8.0.1) + babel-jest: 29.7.0(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42307,13 +42233,14 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.24)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-config@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@8.0.1) + babel-jest: 29.7.0(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42337,13 +42264,14 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.19)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-config@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@8.0.1) + babel-jest: 29.7.0(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -42367,15 +42295,16 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.24)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-config@30.0.0(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/get-type': 30.0.0 '@jest/pattern': 30.0.0 '@jest/test-sequencer': 30.0.0 '@jest/types': 30.0.0 - babel-jest: 30.0.0(@babel/core@8.0.1) + babel-jest: 30.0.0(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 4.4.0 deepmerge: 4.3.1 @@ -42400,15 +42329,16 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.21)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-config@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/get-type': 30.0.0 '@jest/pattern': 30.0.0 '@jest/test-sequencer': 30.0.0 '@jest/types': 30.0.0 - babel-jest: 30.0.0(@babel/core@8.0.1) + babel-jest: 30.0.0(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 4.4.0 deepmerge: 4.3.1 @@ -42433,15 +42363,16 @@ snapshots: ts-node: 10.9.2(@types/node@22.15.21)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-config@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/get-type': 30.1.0 '@jest/pattern': 30.0.1 '@jest/test-sequencer': 30.1.3 '@jest/types': 30.0.5 - babel-jest: 30.1.2(@babel/core@8.0.1) + babel-jest: 30.1.2(@babel/core@7.29.7) chalk: 4.1.2 ci-info: 4.4.0 deepmerge: 4.3.1 @@ -42466,6 +42397,7 @@ snapshots: ts-node: 10.9.2(@types/node@20.19.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros + - supports-color jest-diff@25.5.0: dependencies: @@ -42935,16 +42867,22 @@ snapshots: dependencies: jest-regex-util: 29.6.3 jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color jest-resolve-dependencies@30.0.0: dependencies: jest-regex-util: 30.0.0 jest-snapshot: 30.0.0 + transitivePeerDependencies: + - supports-color jest-resolve-dependencies@30.1.3: dependencies: jest-regex-util: 30.0.1 jest-snapshot: 30.1.2 + transitivePeerDependencies: + - supports-color jest-resolve@25.5.1: dependencies: @@ -43042,6 +42980,8 @@ snapshots: jest-worker: 29.7.0 p-limit: 3.1.0 source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color jest-runner@30.0.0: dependencies: @@ -43067,6 +43007,8 @@ snapshots: jest-worker: 30.0.0 p-limit: 3.1.0 source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color jest-runner@30.1.3: dependencies: @@ -43092,6 +43034,8 @@ snapshots: jest-worker: 30.1.0 p-limit: 3.1.0 source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color jest-runtime@25.5.4: dependencies: @@ -43151,6 +43095,8 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color jest-runtime@30.0.0: dependencies: @@ -43176,6 +43122,8 @@ snapshots: jest-util: 30.0.0 slash: 3.0.0 strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color jest-runtime@30.1.3: dependencies: @@ -43201,6 +43149,8 @@ snapshots: jest-util: 30.0.5 slash: 3.0.0 strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color jest-serializer@25.5.0: dependencies: @@ -43231,15 +43181,15 @@ snapshots: jest-snapshot@29.7.0: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/generator': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) '@babel/types': 7.29.7 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -43251,20 +43201,22 @@ snapshots: natural-compare: 1.4.0 pretty-format: 29.7.0 semver: 7.8.5 + transitivePeerDependencies: + - supports-color jest-snapshot@30.0.0: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/generator': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) '@babel/types': 7.29.7 '@jest/expect-utils': 30.0.0 '@jest/get-type': 30.0.0 '@jest/snapshot-utils': 30.0.0 '@jest/transform': 30.0.0 '@jest/types': 30.0.0 - babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) chalk: 4.1.2 expect: 30.0.0 graceful-fs: 4.2.11 @@ -43275,20 +43227,22 @@ snapshots: pretty-format: 30.0.0 semver: 7.8.5 synckit: 0.11.13 + transitivePeerDependencies: + - supports-color jest-snapshot@30.1.2: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/generator': 7.29.7 - '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@8.0.1) + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) '@babel/types': 7.29.7 '@jest/expect-utils': 30.1.2 '@jest/get-type': 30.1.0 '@jest/snapshot-utils': 30.1.2 '@jest/transform': 30.1.2 '@jest/types': 30.0.5 - babel-preset-current-node-syntax: 1.2.0(@babel/core@8.0.1) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7) chalk: 4.1.2 expect: 30.1.2 graceful-fs: 4.2.11 @@ -43299,6 +43253,8 @@ snapshots: pretty-format: 30.0.5 semver: 7.8.5 synckit: 0.11.13 + transitivePeerDependencies: + - supports-color jest-util@25.5.0: dependencies: @@ -43587,8 +43543,6 @@ snapshots: js-string-escape@1.0.1: {} - js-tokens@10.0.0: {} - js-tokens@4.0.0: {} js-yaml@5.1.0: @@ -43601,19 +43555,19 @@ snapshots: jschardet@3.1.4: {} - jscodeshift@0.15.2(@babel/preset-env@7.27.2(@babel/core@8.0.1)): + jscodeshift@0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@8.0.1) - '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@8.0.1) - '@babel/preset-flow': 7.29.7(@babel/core@8.0.1) - '@babel/preset-typescript': 7.27.1(@babel/core@8.0.1) - '@babel/register': 7.29.7(@babel/core@8.0.1) - babel-core: 7.0.0-bridge.0(@babel/core@8.0.1) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) + babel-core: 7.0.0-bridge.0(@babel/core@7.29.7) chalk: 4.1.2 flow-parser: 0.320.0 graceful-fs: 4.2.11 @@ -43624,7 +43578,7 @@ snapshots: temp: 0.8.4 write-file-atomic: 2.4.3 optionalDependencies: - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) transitivePeerDependencies: - supports-color @@ -45506,8 +45460,6 @@ snapshots: obuf@1.1.2: {} - obug@2.1.3: {} - on-finished@2.4.1: dependencies: ee-first: 1.1.1 @@ -46894,7 +46846,7 @@ snapshots: react-docgen@5.4.3: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/generator': 7.29.7 '@babel/runtime': 7.29.7 ast-types: 0.14.2 @@ -46909,7 +46861,7 @@ snapshots: react-docgen@7.1.1: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/traverse': 7.29.7 '@babel/types': 7.29.7 '@types/babel__core': 7.20.5 @@ -47646,14 +47598,16 @@ snapshots: remark-mdx@1.6.22: dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@8.0.1) - '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@8.0.1) + '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@7.29.7) + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.29.7) '@mdx-js/util': 1.6.22 is-alphabetical: 1.0.4 remark-parse: 8.0.3 unified: 9.2.0 + transitivePeerDependencies: + - supports-color remark-parse@11.0.0: dependencies: @@ -49765,7 +49719,7 @@ snapshots: typescript: 3.9.10 yargs-parser: 18.1.3 - ts-jest@29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -49780,12 +49734,12 @@ snapshots: typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@8.0.1) + babel-jest: 29.7.0(@babel/core@7.29.7) - ts-jest@29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.1))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.7))(jest@29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -49800,12 +49754,12 @@ snapshots: typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@8.0.1) + babel-jest: 29.7.0(@babel/core@7.29.7) - ts-jest@29.3.4(@babel/core@8.0.1)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@8.0.1))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.3.4(@babel/core@7.29.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@30.0.0(@babel/core@7.29.7))(esbuild@0.25.12)(jest@30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -49820,13 +49774,13 @@ snapshots: typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 30.0.0(@babel/core@8.0.1) + babel-jest: 30.0.0(@babel/core@7.29.7) esbuild: 0.25.12 - ts-jest@29.4.1(@babel/core@8.0.1)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@8.0.1))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@29.4.1(@babel/core@7.29.7)(@jest/transform@30.1.2)(@jest/types@30.4.1)(babel-jest@30.1.2(@babel/core@7.29.7))(esbuild@0.25.12)(jest-util@30.4.1)(jest@30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -49840,10 +49794,10 @@ snapshots: typescript: 5.8.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@jest/transform': 30.1.2 '@jest/types': 30.4.1 - babel-jest: 30.1.2(@babel/core@8.0.1) + babel-jest: 30.1.2(@babel/core@7.29.7) esbuild: 0.25.12 jest-util: 30.4.1 @@ -50046,13 +50000,13 @@ snapshots: tsdx@0.14.1(@types/babel__core@7.20.5)(@types/node@22.15.21)(jiti@2.7.0): dependencies: - '@babel/core': 8.0.1 + '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/parser': 7.29.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@8.0.1) - '@babel/preset-env': 7.27.2(@babel/core@8.0.1) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) + '@babel/preset-env': 7.27.2(@babel/core@7.29.7) '@babel/traverse': 7.29.7 - '@rollup/plugin-babel': 5.3.1(@babel/core@8.0.1)(@types/babel__core@7.20.5)(rollup@1.32.1) + '@rollup/plugin-babel': 5.3.1(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@1.32.1) '@rollup/plugin-commonjs': 11.1.0(rollup@1.32.1) '@rollup/plugin-json': 4.1.0(rollup@1.32.1) '@rollup/plugin-node-resolve': 9.0.0(rollup@1.32.1) @@ -50063,10 +50017,10 @@ snapshots: ansi-escapes: 4.3.2 asyncro: 3.0.0 babel-eslint: 10.1.0(eslint@9.39.4(jiti@2.7.0)) - babel-plugin-annotate-pure-calls: 0.4.0(@babel/core@8.0.1) - babel-plugin-dev-expression: 0.2.3(@babel/core@8.0.1) + babel-plugin-annotate-pure-calls: 0.4.0(@babel/core@7.29.7) + babel-plugin-dev-expression: 0.2.3(@babel/core@7.29.7) babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-regenerator: 0.0.4(@babel/core@8.0.1) + babel-plugin-polyfill-regenerator: 0.0.4(@babel/core@7.29.7) babel-plugin-transform-rename-import: 2.3.0 camelcase: 6.3.0 chalk: 4.1.2 From 5b251dcfd6a23481eec7e659bf0dd85e72038ce7 Mon Sep 17 00:00:00 2001 From: Chamupathi Gigara Hettige Date: Tue, 23 Jun 2026 20:19:07 +0530 Subject: [PATCH 7/9] Revert "Fix vulnerabilities" --- common/config/rush/.pnpmfile.cjs | 2 +- common/config/rush/pnpm-config.json | 2 +- common/config/rush/pnpm-lock.yaml | 2792 +++++++++++++-------------- 3 files changed, 1373 insertions(+), 1423 deletions(-) diff --git a/common/config/rush/.pnpmfile.cjs b/common/config/rush/.pnpmfile.cjs index ba4f6250632..d770ced8d65 100644 --- a/common/config/rush/.pnpmfile.cjs +++ b/common/config/rush/.pnpmfile.cjs @@ -55,7 +55,7 @@ module.exports = { // security mitigation: CVE-2026-8769 (uncontrolled resource consumption) - no fixed // version published yet, pin to the latest 3.x patch if (currentVersion.startsWith('^3') || currentVersion.startsWith('3')) { - deps['@ai-sdk/provider-utils'] = '3.0.27'; + deps['@ai-sdk/provider-utils'] = '3.0.25'; } } if (deps['protobufjs']) { diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index 26af37f146f..434f77fc829 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -94,7 +94,7 @@ "axios": ">=1.16.0", "hono": ">=4.12.21", "shell-quote": ">=1.8.4", - "@babel/core": ">=7.29.6 <8", + "@babel/core": ">=7.29.6", "dompurify": ">=3.4.9", "form-data": ">=4.0.6", "js-yaml": ">=4.2.0", diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 5872ce5563f..df58220aab8 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: axios: '>=1.16.0' hono: '>=4.12.21' shell-quote: '>=1.8.4' - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' dompurify: '>=3.4.9' form-data: '>=4.0.6' js-yaml: '>=4.2.0' @@ -55,7 +55,7 @@ importers: specifier: 11.6.1 version: 11.6.1 '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@types/json-schema': specifier: 7.0.15 @@ -86,7 +86,7 @@ importers: version: 0.5.14 axios: specifier: '>=1.16.0' - version: 1.18.1 + version: 1.17.0 copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -95,7 +95,7 @@ importers: version: 0.4.4 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 json-schema: specifier: 0.4.0 version: 0.4.0 @@ -244,7 +244,7 @@ importers: version: link:../../common-libs/ui-toolkit js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 lodash: specifier: '>=4.18.0' version: 4.18.1 @@ -753,7 +753,7 @@ importers: version: 0.5.16 axios: specifier: '>=1.16.0' - version: 1.18.1 + version: 1.17.0 chai: specifier: 4.3.10 version: 4.3.10 @@ -774,7 +774,7 @@ importers: version: 0.4.5 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 keytar: specifier: 7.9.0 version: 7.9.0 @@ -903,7 +903,7 @@ importers: version: 3.17.5 devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 @@ -1359,7 +1359,7 @@ importers: version: 11.11.1 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 katex: specifier: 0.16.27 version: 0.16.27 @@ -1558,7 +1558,7 @@ importers: version: 10.1.0(@types/react@18.2.0)(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 @@ -1679,7 +1679,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 @@ -1903,7 +1903,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@storybook/addon-actions': specifier: 6.5.9 @@ -2164,7 +2164,7 @@ importers: version: 5.8.3 devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@types/react': specifier: 18.2.0 @@ -2337,7 +2337,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 @@ -2703,7 +2703,7 @@ importers: version: 14.0.0 devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 @@ -2998,7 +2998,7 @@ importers: version: 21.3.2 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 jschardet: specifier: 3.0.0 version: 3.0.0 @@ -3047,7 +3047,7 @@ importers: version: link:../../common-libs/playwright-vscode-tester axios: specifier: '>=1.16.0' - version: 1.18.1 + version: 1.17.0 copy-webpack-plugin: specifier: 13.0.0 version: 13.0.0(webpack@5.104.1) @@ -3116,7 +3116,7 @@ importers: version: 2.5.1 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 lodash.debounce: specifier: 4.0.8 version: 4.0.8 @@ -3965,7 +3965,7 @@ importers: version: 1.6.1 devDependencies: '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/preset-env': specifier: 7.27.2 @@ -4076,7 +4076,7 @@ importers: specifier: 12.0.2 version: 12.0.2 '@babel/core': - specifier: '>=7.29.6 <8' + specifier: '>=7.29.6' version: 7.29.7 '@babel/plugin-transform-typescript': specifier: 7.27.1 @@ -4134,7 +4134,7 @@ importers: version: 5.0.76(zod@4.1.11) axios: specifier: '>=1.16.0' - version: 1.18.1 + version: 1.17.0 copyfiles: specifier: 2.4.1 version: 2.4.1 @@ -4679,7 +4679,7 @@ importers: version: 21.3.2 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 jschardet: specifier: 3.1.4 version: 3.1.4 @@ -4737,7 +4737,7 @@ importers: version: link:../../common-libs/playwright-vscode-tester axios: specifier: '>=1.16.0' - version: 1.18.1 + version: 1.17.0 copy-webpack-plugin: specifier: 13.0.0 version: 13.0.0(webpack@5.104.1) @@ -4809,7 +4809,7 @@ importers: version: 4.0.0 js-yaml: specifier: '>=4.2.0' - version: 5.1.0 + version: 4.2.0 lodash.debounce: specifier: 4.0.8 version: 4.0.8 @@ -4973,8 +4973,8 @@ packages: peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/provider-utils@3.0.27': - resolution: {integrity: sha512-JFhJK5ynprll2FR3e+sHagJJIwvIagsNA0FLbLPq2Os4yLUK2/eiaCU0jXsADik73/hhvcPPLmD+Uo8eu5kFaQ==} + '@ai-sdk/provider-utils@3.0.25': + resolution: {integrity: sha512-CvsRu+32Y8a167s+lrIBtsybvgTHp8j9y+6BeTvLeoW3Q+okw/b4CnNUFOLIXsRaKHQKAH+IHNJPYWywfpw0LA==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -5146,8 +5146,8 @@ packages: resolution: {integrity: sha512-N6Lic98uc4ADB7fLWlzx+1uVnq04VgVjngZvwHoujcRg9YDhIg9dUDiTzD5VZv13g1BrPYmvYP1HhsildpGV6w==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-locate-window@3.965.8': - resolution: {integrity: sha512-uUbMs1cBZPafD0ohUj6EwNf0fPZ534NvBxHox4hjX+0Rxq5paSYUem7+hi833pYrzrcnBATKIYpR02MDXT5M9g==} + '@aws-sdk/util-locate-window@3.965.7': + resolution: {integrity: sha512-M0D6oIpohdNHjc7udzTHEQyot0+0iuA36jc2I9Hps+f/GtKi2HO/pyijQnCnNcwZqLB5+rtn81z3eZK/GyjAmA==} engines: {node: '>=20.0.0'} '@aws-sdk/util-user-agent-browser@3.804.0': @@ -5204,16 +5204,16 @@ packages: resolution: {integrity: sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==} engines: {node: '>=20.0.0'} - '@azure/msal-browser@5.14.0': - resolution: {integrity: sha512-Dfl7hPZe9/JJwRhFFXHq2z1oHYBuGubmff3kWXOsd1AGgyXlqjNYAWuN/1JL/ZrcZBs8TKMjGSil6Rcc7E8VPQ==} + '@azure/msal-browser@5.13.0': + resolution: {integrity: sha512-Ea23x0U8XNFY+qJ9T44zO2BbY+AHdb+WdjmYnx36OhJ/KO+PGU5pmsNHf1DCElYX+6wyVRJz1HFeCPC/cHbRug==} engines: {node: '>=0.8.0'} - '@azure/msal-common@16.9.0': - resolution: {integrity: sha512-1MWGjqgUCRAYgLmVFZKp7fs3Rg1TFvIMgywY8ze2olNVvLlJoRThuoziWSDJuwwyJI5L4rnLb9Tyt5D9GvSLPw==} + '@azure/msal-common@16.8.0': + resolution: {integrity: sha512-5S4RHOcInL2Nu2U217tDZbWGI6StMfcWCrA7TWvWdJmXQ+cYrrIqr84AsN62fGh2MDBysiBJPt6CfWceJfloEA==} engines: {node: '>=0.8.0'} - '@azure/msal-node@5.2.5': - resolution: {integrity: sha512-RUuewWk9JvWJS5Yiy8/74Lm1rQAWlrU/qg/Bgtk1jIauVRtnb9XKwS5Xg0J+Whwjesq9EVrBIFgQEP8vHxgezA==} + '@azure/msal-node@5.2.4': + resolution: {integrity: sha512-rpBUg9dA8UpC2WiFt3KeDKVQmmmVrfxdRnW+F1ebgou/jX/0tAvYuonaq5RUo8OaqzOrj4x/HaI8DmY56RXZ2Q==} engines: {node: '>=20'} '@babel/code-frame@7.10.4': @@ -5247,28 +5247,28 @@ packages: resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-create-regexp-features-plugin@7.29.7': resolution: {integrity: sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-define-polyfill-provider@0.0.3': resolution: {integrity: sha512-dULDd/APiP4JowYDAMosecKOi/1v+UId99qhBGiO3myM29KtAVKS/R3x3OJJNBR0FeYB1BcYb2dCwkhqvxWXXQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-define-polyfill-provider@0.1.5': resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-define-polyfill-provider@0.6.8': resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-globals@7.29.7': resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} @@ -5286,7 +5286,7 @@ packages: resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-optimise-call-expression@7.29.7': resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==} @@ -5303,13 +5303,13 @@ packages: resolution: {integrity: sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-replace-supers@7.29.7': resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/helper-skip-transparent-expression-wrappers@7.29.7': resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==} @@ -5348,611 +5348,611 @@ packages: resolution: {integrity: sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7': resolution: {integrity: sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7': resolution: {integrity: sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7': resolution: {integrity: sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7': resolution: {integrity: sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-class-properties@7.18.6': resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-decorators@7.29.7': resolution: {integrity: sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-export-default-from@7.29.7': resolution: {integrity: sha512-p+G5BNXDcy3bOXplhY4HybQ1GxH3i2Tppmdm/3epyRu2VgJJZuUlZ61MqRTg582Q7ZLBdP7fePYvsumSEkMxcQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6': resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-object-rest-spread@7.12.1': resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-object-rest-spread@7.20.7': resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-optional-chaining@7.21.0': resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-private-methods@7.18.6': resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-proposal-private-property-in-object@7.21.11': resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-async-generators@7.8.4': resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-bigint@7.8.3': resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-class-properties@7.12.13': resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-class-static-block@7.14.5': resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-decorators@7.29.7': resolution: {integrity: sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-dynamic-import@7.8.3': resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-flow@7.22.5': resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-flow@7.27.1': resolution: {integrity: sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-flow@7.29.7': resolution: {integrity: sha512-ajMX6QPcyomotqwpzhkYGxcK2i/us0rs1Qo9QvUpa+Fca0FTmqrzKrctoIYLMxcOhGZldGT/BAVkRGTWBiR8gQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-import-assertions@7.29.7': resolution: {integrity: sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-import-attributes@7.29.7': resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-import-meta@7.10.4': resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-json-strings@7.8.3': resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-jsx@7.12.1': resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-jsx@7.29.7': resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-logical-assignment-operators@7.10.4': resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-numeric-separator@7.10.4': resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-object-rest-spread@7.8.3': resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-optional-catch-binding@7.8.3': resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-optional-chaining@7.8.3': resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-private-property-in-object@7.14.5': resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-top-level-await@7.14.5': resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-typescript@7.29.7': resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-arrow-functions@7.29.7': resolution: {integrity: sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-async-generator-functions@7.29.7': resolution: {integrity: sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-async-to-generator@7.29.7': resolution: {integrity: sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-block-scoped-functions@7.29.7': resolution: {integrity: sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-block-scoping@7.29.7': resolution: {integrity: sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-class-properties@7.29.7': resolution: {integrity: sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-class-static-block@7.29.7': resolution: {integrity: sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-classes@7.29.7': resolution: {integrity: sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-computed-properties@7.29.7': resolution: {integrity: sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-destructuring@7.29.7': resolution: {integrity: sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-dotall-regex@7.29.7': resolution: {integrity: sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-duplicate-keys@7.29.7': resolution: {integrity: sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7': resolution: {integrity: sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-dynamic-import@7.29.7': resolution: {integrity: sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-exponentiation-operator@7.29.7': resolution: {integrity: sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-export-namespace-from@7.29.7': resolution: {integrity: sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-flow-strip-types@7.29.7': resolution: {integrity: sha512-wRHeUjUjCZnMHmiO5bRgjFLcoEh7JyTdByOW11ahhwNa4V0bmeGEaIvt51yq0zQp2yWIpqfxXXPyUP6GFJZHOQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-for-of@7.29.7': resolution: {integrity: sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-function-name@7.29.7': resolution: {integrity: sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-json-strings@7.29.7': resolution: {integrity: sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-literals@7.29.7': resolution: {integrity: sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-logical-assignment-operators@7.29.7': resolution: {integrity: sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-member-expression-literals@7.29.7': resolution: {integrity: sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-modules-amd@7.29.7': resolution: {integrity: sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-modules-commonjs@7.29.7': resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-modules-systemjs@7.29.7': resolution: {integrity: sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-modules-umd@7.29.7': resolution: {integrity: sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-named-capturing-groups-regex@7.29.7': resolution: {integrity: sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-new-target@7.29.7': resolution: {integrity: sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-nullish-coalescing-operator@7.29.7': resolution: {integrity: sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-numeric-separator@7.29.7': resolution: {integrity: sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-object-rest-spread@7.29.7': resolution: {integrity: sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-object-super@7.29.7': resolution: {integrity: sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-optional-catch-binding@7.29.7': resolution: {integrity: sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-optional-chaining@7.29.7': resolution: {integrity: sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-parameters@7.29.7': resolution: {integrity: sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-private-methods@7.29.7': resolution: {integrity: sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-private-property-in-object@7.29.7': resolution: {integrity: sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-property-literals@7.29.7': resolution: {integrity: sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-react-display-name@7.29.7': resolution: {integrity: sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-react-jsx-development@7.29.7': resolution: {integrity: sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-react-jsx@7.29.7': resolution: {integrity: sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-react-pure-annotations@7.29.7': resolution: {integrity: sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-regenerator@7.29.7': resolution: {integrity: sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-regexp-modifiers@7.29.7': resolution: {integrity: sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-reserved-words@7.29.7': resolution: {integrity: sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-shorthand-properties@7.29.7': resolution: {integrity: sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-spread@7.29.7': resolution: {integrity: sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-sticky-regex@7.29.7': resolution: {integrity: sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-template-literals@7.29.7': resolution: {integrity: sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-typeof-symbol@7.29.7': resolution: {integrity: sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-typescript@7.27.1': resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-unicode-escapes@7.29.7': resolution: {integrity: sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-unicode-property-regex@7.29.7': resolution: {integrity: sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-unicode-regex@7.29.7': resolution: {integrity: sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/plugin-transform-unicode-sets-regex@7.29.7': resolution: {integrity: sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/preset-env@7.27.2': resolution: {integrity: sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/preset-flow@7.29.7': resolution: {integrity: sha512-KYIRV0BuaN68CDdsqFkAD7MU7yipUqQNuNElwATdxaIdpTjhvtY82QvkBJs7zV3Evxj2jFAAZ1iO8nyy0nhjqA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/preset-modules@0.1.6-no-external-plugins': resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/preset-react@7.27.1': resolution: {integrity: sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/preset-typescript@7.22.11': resolution: {integrity: sha512-tWY5wyCZYBGY7IlalfKI1rLiGlIfnwsRHZqlky0HVv8qviwQ1Uo/05M6+s+TcTCVa6Bmoo2uJW5TMFX6Wa4qVg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/preset-typescript@7.27.1': resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/register@7.29.7': resolution: {integrity: sha512-AMGJoWuES861riy6pcB0fphE1YXybtQnBYQMuIyPv6mKLiosfa79BKTnAOyx215c/3RJPJpdQwoHZ3earVH7AA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@babel/runtime-corejs3@7.29.7': resolution: {integrity: sha512-ppj9ouYku+RX0ljtgZd+KMO5mkM2bCqg8H2PYAFWnLsHEIKIdRojqbJ2i3eVHrisuxy7nOFCmngTDdWtUCdXUQ==} @@ -6194,8 +6194,8 @@ packages: '@codemirror/merge@6.12.2': resolution: {integrity: sha512-V8JvyAPjHbPupqP7BeMcsdsYCbyPij74jxIbaIJDORI+VZzW44zFmon8bF+oxGWvOKhcRmkiUMXd8MxHr3YA2w==} - '@codemirror/search@6.7.1': - resolution: {integrity: sha512-uMe5UO6PamJtSHrXhhHOzSX3ReWtiJrva6GnPMwSOrZtiExb5X5eExhr2OUZQVvdxPsKpY3Ro2mFbQadpPWmHA==} + '@codemirror/search@6.7.0': + resolution: {integrity: sha512-ZvGm99wc/s2cITtMT15LFdn8aH/aS+V+DqyGq/N5ZlV5vWtH+nILvC2nw0zX7ByNoHHDZ2IxxdW38O0tc5nVHg==} '@codemirror/state@6.5.2': resolution: {integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==} @@ -6329,7 +6329,7 @@ packages: '@emotion/css@11.10.5': resolution: {integrity: sha512-maJy0wG82hWsiwfJpc3WrYsyVwUbdu+sdIseKUB+/OLjB8zgc3tqkT6eO0Yt0AhIkJwGGnmMY/xmQwEAgQ4JHA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' peerDependenciesMeta: '@babel/core': optional: true @@ -6367,7 +6367,7 @@ packages: '@emotion/react@11.9.3': resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@types/react': '*' react: '>=16.8.0' peerDependenciesMeta: @@ -6403,7 +6403,7 @@ packages: '@emotion/styled@11.10.5': resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@emotion/react': ^11.0.0-rc.0 '@types/react': '*' react: '>=16.8.0' @@ -7229,50 +7229,50 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/fs-core@4.57.8': - resolution: {integrity: sha512-YzVbwggV9452VCeHgo0bjsTaUt1O7JE0XpEsPar93nn/+RAwXk0mb1Y+f5EDJ3TRtRCFe+Ck5RuojdfB4jeHVw==} + '@jsonjoy.com/fs-core@4.57.7': + resolution: {integrity: sha512-GDKuYHjP7vAI1kjBo73V+STKr9XIMZknW/xirpRW/EcShX0IKSev/ALafeRfC8Q331nodrXUFu04PugPB0MAhw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-fsa@4.57.8': - resolution: {integrity: sha512-vmClyvCQMxgqz7uamDiGtRfp4MjzOznk3pcQjCxlIwJcw7TWeyr+bF30hI0x8NxdtNOGMg1pHM74VDIXOeyjuw==} + '@jsonjoy.com/fs-fsa@4.57.7': + resolution: {integrity: sha512-1rWsah2nZtRbNeP+c61QcfGfVrJXBmBD0Hm7Akvv4C9MKEasXnbiOS//iH3T3HwUSSBATGrfSp0Xi8nlNhATeQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-builtins@4.57.8': - resolution: {integrity: sha512-mxXSXw8zZwRVakcjLqR2I/psy4gURFSASZS10kKJ2kJw05GC2nXGroGrWVHxwgkxXgQLsFQnB74QaLzsxzdL/w==} + '@jsonjoy.com/fs-node-builtins@4.57.7': + resolution: {integrity: sha512-LWqfY1m+uAosjwM1RrKhMkUnP9jcq1RUczHsNO779ovm1E9v8I/pmj04eBAcoBjhC7ltcPbNFGyRJ5JqSJ7Jdg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-to-fsa@4.57.8': - resolution: {integrity: sha512-AWZcT/4+H+iDl4XCukbXrarvwEgOrf/prFI5/7eg4ix9FxqVsZysIDJd1Kjd+AjlCeHKHJOaRqjLd5HiGSCJEw==} + '@jsonjoy.com/fs-node-to-fsa@4.57.7': + resolution: {integrity: sha512-9T0zC9LKcAWXDoTLRdLMoJ0seOvJ5bgDKq1tSBoQAFQpPDstQUeV1Oe7PLypdu7F2D3ddRstmwgeNUEN/VaZ4Q==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-utils@4.57.8': - resolution: {integrity: sha512-E/bJ7sQAb4pu9nbeJhbULU3WnqWrswte4N9Js/oHt7aHB746S8/XBqKlcbrqIgnD3095XluovNEZuu5ONT230g==} + '@jsonjoy.com/fs-node-utils@4.57.7': + resolution: {integrity: sha512-jjWSDOsfcog2cZnUCwX5AHmlIq6b6wx5Pz/2LAcNjJ62Rajwg89Fy7ubN+lDHew0/1reLDa9Z5urybYadhh37g==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node@4.57.8': - resolution: {integrity: sha512-IPEOlDYSnTDYpjQlQg2F8h+eqxKQN3sdbroI0WrteRiQZ462HzVpBo9ZZX485njz4nAacoe3fd4iDiIhk+k5Hg==} + '@jsonjoy.com/fs-node@4.57.7': + resolution: {integrity: sha512-xhnyeyEVTiIOibFvda/5n89nChMLCPKHHM2WQ+GGDf6+U/IrQBW3Qx6x+Uq1bkDbxBkybLOdIGoBtVBrE8Nngg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-print@4.57.8': - resolution: {integrity: sha512-DfzhOBpmvNu5P/KSe4NNQaOnvNliTdcf0qrh/4EReErF/XUQXYkd0vZl/OiJCm/qjEEo8DWRstliw2/JNS84dA==} + '@jsonjoy.com/fs-print@4.57.7': + resolution: {integrity: sha512-mFM4P4Gjq0QQHkLnXzPYPEMFrAoe6a5Myedgb6+CmL+nGd3MKvTxYPuD7N1dLIH9RBy1fLdzxd80qvuK8xrx3Q==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-snapshot@4.57.8': - resolution: {integrity: sha512-L+eqKaWOHLDaiMv1dh/EWQ4hA+o6xAhWSumTo3Teg7OM18jU/KE13/e8Mfal+eAZ/pSl4wIhKHcDiwapJzC8Wg==} + '@jsonjoy.com/fs-snapshot@4.57.7': + resolution: {integrity: sha512-1GS3+plfm2giB3PqokiqyydyqYTPLcCQIKSkp0TdMNRh3KVk7rqRM6U785FLlVRG7XLmkc0KWr215OY+22K3QA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -7487,14 +7487,14 @@ packages: react: '>= 18 || >= 19' react-dom: '>= 18 || >= 19' - '@microsoft/1ds-core-js@4.4.2': - resolution: {integrity: sha512-8cF2XKBMOOASA3l/SLqybGeZ5e+vhtpYeHTBCM1WoQJ5M8suw181FBKgdyz8XP0fTgv1LTOHqPDSmddMiFaJ/g==} + '@microsoft/1ds-core-js@4.4.1': + resolution: {integrity: sha512-utqwacfUkiGJROn4WC7aNdRBsRxwhNWXuqaJM2B0N0WHmv1+IhSuI7RQ3FHwxRP1dxZi/xn9aELMZ7HMStsW1w==} - '@microsoft/1ds-post-js@4.4.2': - resolution: {integrity: sha512-mGB3yczMTQchEaFwCmcc5wOm6WXLrUeLpCnuAEMscPij0JzrWnSJ0lvNHcuOGpT/8yJTyuzJohG8/ePIYyRITQ==} + '@microsoft/1ds-post-js@4.4.1': + resolution: {integrity: sha512-CkFEhDY7X8E2JLr6HsEvRiC0DaLOCsA7vlbq/9DJP65gAumgw2NnFNIAOg6Je5Geq1LDu76/nb2hP34p8eGggw==} - '@microsoft/applicationinsights-channel-js@3.4.2': - resolution: {integrity: sha512-Q7Q9gV45WSgSmOP2abu0y9tdbFh8sPELMgKUCDy62FsNd3xmE8X3zLtkzc7mcXPlpTeoDXwMCYjCRIAYd6d2lQ==} + '@microsoft/applicationinsights-channel-js@3.4.1': + resolution: {integrity: sha512-QS1k6iwVwR1MznGAB1H0F9raqpevbFNbadLS5O1419pz9OEWBfF9wRQLnENCyo8QS9Q0IdiqnGAON/D8IywpWg==} peerDependencies: tslib: '>= 1.0.0' @@ -7508,16 +7508,16 @@ packages: peerDependencies: tslib: '>= 1.0.0' - '@microsoft/applicationinsights-core-js@3.4.2': - resolution: {integrity: sha512-Iw3gq1JREKLbXiVpr3F0+Ezuzphe+o25n9me9H5Kkjmck6tIkuGQea01SNfeemE4wf2mop2QQSvTcKxT8tNN1g==} + '@microsoft/applicationinsights-core-js@3.4.1': + resolution: {integrity: sha512-eXIHZ1+nvBiJgVpufBiTP801Vtr5FEwjWZioUsb44NC/z/UcsZh2MDJ1mBpjaDO73LVYUw/ZZmDCCo6Pg/61kA==} peerDependencies: tslib: '>= 1.0.0' '@microsoft/applicationinsights-shims@3.0.1': resolution: {integrity: sha512-DKwboF47H1nb33rSUfjqI6ryX29v+2QWcTrRvcQDA32AZr5Ilkr7whOOSsD1aBzwqX0RJEIP1Z81jfE3NBm/Lg==} - '@microsoft/applicationinsights-web-basic@3.4.2': - resolution: {integrity: sha512-ONJbCSdJ/KMOVT7b8oVVPa2Etp99SHhehprpQn51QrHTiJtTehBLOmovBBIKQZuwWm0ZLKOaoUBWHCkRXUqNAw==} + '@microsoft/applicationinsights-web-basic@3.4.1': + resolution: {integrity: sha512-V/hSlauFp1thJa57+TMv5mAYinJAQUi4zOmDmpahnDgs8g1zrQ0D8QYDmu0Zfi+9GhoD80B4yJez2+ydJPJz2w==} peerDependencies: tslib: '>= 1.0.0' @@ -7543,8 +7543,8 @@ packages: '@microsoft/fast-web-utilities@5.4.1': resolution: {integrity: sha512-ReWYncndjV3c8D8iq9tp7NcFNc1vbVHvcBFPME2nNFKNbS1XCesYZGlIlf3ot5EmuOXPlrzUHOWzQ2vFpIkqDg==} - '@modelcontextprotocol/ext-apps@1.7.4': - resolution: {integrity: sha512-QQqysE549cf/Y0VabBmAACXhj92EhB3t8yVct2BHbkWiPTFA1S91EqTVjYXXcZEefXU0pmHcdObhsNMcomJIOQ==} + '@modelcontextprotocol/ext-apps@1.7.2': + resolution: {integrity: sha512-OOWKDxdAjYDcgHkmzVzccyyag3FK+jBWPaWu4WvTxFsU4R/cgOX4eep66zPRA5n4v6WfxUNibPyvX4iJ7egYTg==} engines: {node: '>=20'} peerDependencies: '@modelcontextprotocol/sdk': ^1.29.0 @@ -7626,9 +7626,6 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 - '@nevware21/ts-async@0.5.5': - resolution: {integrity: sha512-vwqaL05iJPjLeh5igPi8MeeAu10i+Aq7xko1fbo9F5Si6MnVN5505qaV7AhSdk5MCBJVT/UYMk3kgInNjDb4Ig==} - '@nevware21/ts-async@0.6.1': resolution: {integrity: sha512-W2kFiT5oPuxTrB3NrxUId/U+1AuAhIaiDQkLC4HcxkjNc+85GfELYdPQXnsDWDG8yji24F5qk6QpBDxZX3/0+g==} @@ -8001,8 +7998,8 @@ packages: '@radix-ui/primitive@1.1.4': resolution: {integrity: sha512-7AdCK9PQyiljKoBDbN8OuctCbd/esdwZPQ8RtOE3SsyQtUpiPb+ND75q0jEhC1m1ecBI0MFNeLJvwIh9iKHRcQ==} - '@radix-ui/react-arrow@1.1.10': - resolution: {integrity: sha512-j2VTDz1vgCsmuG0k5lBfOcM8n5JPFqZBcMryasFjHYMhwxYL5SRUV5lMSUpRdNtw3D/Sv8pzJtrlAgkssYSsQQ==} + '@radix-ui/react-arrow@1.1.9': + resolution: {integrity: sha512-yqHW5WQ/cTpU/un7dqqIKNy2iRU8BC0JB78PEzTfCCYvZu1U6W9KwObAniMk9nhSfyotKPQTYaUD/HB0f5muig==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8014,8 +8011,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-checkbox@1.3.5': - resolution: {integrity: sha512-pREzrmNnVwGvYaBoM64huTRK7B3lrTRuwj8A9nwhPiEtMb+yudiWh6zWAqEtP0Dzd5+iBa1Ki7V1pCxV8ExMdA==} + '@radix-ui/react-checkbox@1.3.4': + resolution: {integrity: sha512-m3JmIOAX5ZzZ6VPjxEU2dbTOhoHi0nT5riwcDwe8idocsWf4a5DXJLDtZ6LfJwMBx7W+A2b7kp2TgPEKtaiF6A==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8027,8 +8024,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-collection@1.1.10': - resolution: {integrity: sha512-IVVz4EvBcKjrzKgof714qDnz/SzQAkLA2Emh5edlHbgcE6fNd3Un6CJLlaYcnm8N4JmAtzQgse4dOKxcD2yc9g==} + '@radix-ui/react-collection@1.1.9': + resolution: {integrity: sha512-zuSVi7ziP7uQRqc+yGxsKJfNkdyHv3ZKDaHe0gzg4dRgws96TPKWIiz84tVHP4GEcEl8bC0mdt17NkcxaJHmaQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8058,8 +8055,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-dialog@1.1.17': - resolution: {integrity: sha512-TDTYmpdq8dI2+Xgvgj9AJ8Ghqq+Eph/TRVEdaFQPDItIY+6QSkU7MJMeevw1568Yw/2Ijz8BTphPSP2XejKphw==} + '@radix-ui/react-dialog@1.1.16': + resolution: {integrity: sha512-l9ok83YBclEZhbjgzt76Hw733e6cvRKPNgO6GJ/IETlufXG9p+fRu2wlvpImQvR6xdJ8h7J8J2DBvsPEiEsKMw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8080,8 +8077,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-dismissable-layer@1.1.13': - resolution: {integrity: sha512-2v+zNAWWe0ySxgC0D0yeXMPQ23xZVgXZTerTz+JKlmdRj6gfTqmCcR29jb6d290DezXPGgruHWDX/vYUebtErg==} + '@radix-ui/react-dismissable-layer@1.1.12': + resolution: {integrity: sha512-MhoruH6xEzsbvOmo4TNgMfmtvRGyDZw4MDSdf4ybMHfezjqwzv6hyd4lsMzBp8K9Sn6sGzCF62x1I7BYUECXOg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8093,8 +8090,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-dropdown-menu@2.1.18': - resolution: {integrity: sha512-PZGV82gFk0WltDRI//SsG28ZIjlo9ANTmoNYg0jLNzXXiDsAy5PkOOYQaVD1pPxY6t7gxffb1QMD6qaUvsBZdw==} + '@radix-ui/react-dropdown-menu@2.1.17': + resolution: {integrity: sha512-S6b3Jm57sY5EdDyOMLkacbB0qMnKhy1RCKZCt795ZkmtUOAvojYIZ5p7dXHIh5Cyr3jCLLI5/g64V3FKLudZmw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8115,8 +8112,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-focus-scope@1.1.10': - resolution: {integrity: sha512-Fas/lXQqhVvqwAb64s5RFeHiHYElZ6SUQbZaNd6EkfhP/Al7wTIQ9WIR4QVX475tlu5yFCEdDcJH6/UwsZjMWw==} + '@radix-ui/react-focus-scope@1.1.9': + resolution: {integrity: sha512-9Se8t+Zry+1rEOL7Y6l/4ANYU/TOtAtf8O2fKdwLltcaMcm6kOqYGbzO4tMFQ0bvzO920pRAoHpFZ4W85S3keQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8142,8 +8139,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-label@2.1.10': - resolution: {integrity: sha512-ib0zvq2ZsAqKm5tRnqGJn3vOxSgIts5ToxsXT0q1S/GfLD1Zj7UOEnkw8u2w6sRmn47djpQWuSU1DCL1R29/yw==} + '@radix-ui/react-label@2.1.9': + resolution: {integrity: sha512-rDoTeMbCwRVcnmo7NGT9IlPo1yXmEI+xc1URP3oeewwZEV4mdTp1dYUhYbQdo4D1q2SjKVvv4N1gNY77QAQtjA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8155,8 +8152,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-menu@2.1.18': - resolution: {integrity: sha512-lj8Rxjtn6zJq1oSbE/uDtAwCbB9BnxgHD+8MwJMuTh6u1dPamYhW9iuELr/Z8d0D/UysFblYYHeBPwi7T4k0YQ==} + '@radix-ui/react-menu@2.1.17': + resolution: {integrity: sha512-fmbNnFyf+JYCN0DhhWnEdUTDnZD1mXaPQWivdsPIb8oOSbARfD3LIQJbLCG8a8QLCwoMxiJ7GVPIFcC8Dw8v2Q==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8168,8 +8165,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-popover@1.1.17': - resolution: {integrity: sha512-/YSAOdJ7YJvdn7bn5sdSx2egW+SKY+u7O5RyAVs94Ymrg2fg5QTSFPMRkzvhGyFuE4/qsmPBdrwYoZMZh/4f+g==} + '@radix-ui/react-popover@1.1.16': + resolution: {integrity: sha512-8brVpAU5Uq7Bh0c8EFc4ZTf2JJTYn0o+1L+CUJB3UYIOkTjKGMgoHvduylrahdmNlr3DfH0rFq2DrbNZXgaspw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8181,8 +8178,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-popper@1.3.1': - resolution: {integrity: sha512-bhnq/0DEPTi2lsOD3J5rTL65qUKHbKbhqHsmN9TMiclSXpipi651ooUKPPp6G5lF/WiHBdn1s0Wuqsn+myVAvw==} + '@radix-ui/react-popper@1.3.0': + resolution: {integrity: sha512-9PB589e1aWZbrlFUHdz6WiPCL+xLZHQFX7oibqG/6Q0SwOkxDyQX9W/cyPa+sAPPKuC8cpLCpRczE5a/1DiwVQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8194,8 +8191,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-portal@1.1.12': - resolution: {integrity: sha512-m309havGzsjLHHaIX50G5PlvRs3xkgPCsGk/5PTvYm8D5q33yG0J7w/712PTOhid7NTaFETtnSXjngHQavvhVw==} + '@radix-ui/react-portal@1.1.11': + resolution: {integrity: sha512-UEytdjgEh2tJGgD/gZK4FUx6t1rNIlM3U0DENhSrG7I75FGm1DnaDuVUWF1pWAWUwGmn1sCJ1VGHn8LhN1aTOw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8220,8 +8217,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-primitive@2.1.6': - resolution: {integrity: sha512-wetd0QI77DbvrPpTAvH1SqOxsYF2wZe5TNxqwOd5Ty4XDpV3dpV0s8K/1MGMJBeY5o7lg8ub5VIt1Ub+yVen6g==} + '@radix-ui/react-primitive@2.1.5': + resolution: {integrity: sha512-zifXeB8Y88qCYx8PLZ5oQb32KwZub+s925mMoZsBBq9KUQqWKkREubTfs6ASjRPPBe7Jt9O8OHH89+95VG+grA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8233,8 +8230,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-roving-focus@1.1.13': - resolution: {integrity: sha512-9gkwneI0guf8JDmrFxPjJF6Ozzgioyw+/lonYNCwefS9ZHA05er0BVHiXr+LbWGHxUfczvMY6G1oiZZi1VzjRw==} + '@radix-ui/react-roving-focus@1.1.12': + resolution: {integrity: sha512-FvgPt1bRmg8Xt2QpF7NUZW3dE0ZQHGm41dAdgT2J2GJPoIXz+9Em3NobAxf4fupcxhgHu03E5CRiU2MWvObXyg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8246,8 +8243,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-select@2.3.1': - resolution: {integrity: sha512-w6eDvY78LE9ZUiNnXCA1QVK8RYN7k9galFv09kjVydJqBAgHd7Y9A6h0UJ/6DCZNGZMZrB2ohcSW1Bo9d8+wWA==} + '@radix-ui/react-select@2.3.0': + resolution: {integrity: sha512-mENc7WpJvJcW8hlMpzfFcHcEhTvYS5JMBmi9HVC1Q00uhBwML086MHYUV8QQdQv6lcu0Wg8dzd1RB8AFADcG/g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8259,8 +8256,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-separator@1.1.10': - resolution: {integrity: sha512-Y6K6jLQCVfCnTL2MEtGxDLffkhNfEfHsEg3Wa8JU+IWdn3EWbLXd3OuOfQRN7p/W/cUce1WyTk3QeuAoDBzN9g==} + '@radix-ui/react-separator@1.1.9': + resolution: {integrity: sha512-gvgW+JV/Mbjj6darztTetnmElpQEzZrXpJvfj+dOxNAxiyHEAyUvEjjl4zxblvmjmKmi3jfPoy7ZdxzCuUBJSA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8272,8 +8269,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-slot@1.3.0': - resolution: {integrity: sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==} + '@radix-ui/react-slot@1.2.5': + resolution: {integrity: sha512-rCMO3QsIVKv5JTY5CVbo2MvO77SpEqqYc8AvRE7OWqRDOIqAKjsp+DrmnY9uc8NPdxB5E2z47HTYGeE2+NTptg==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc @@ -8281,8 +8278,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-switch@1.3.1': - resolution: {integrity: sha512-55bQtCnOB0BohomSHi6qvQXpJEEqUGDm6hRrM0Bph5OXwhSegqkd8IqgBAQkM1IlgUlWZIxpxRcpOEfRIgimyw==} + '@radix-ui/react-switch@1.3.0': + resolution: {integrity: sha512-GP1EZwhoZO/GGnhM1P5/2Vpm8iN8EnngyU0oezn2l78kN8tj25pyrvjIaT7azBhK615KSt+P2w39y57YV5jVkA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8294,8 +8291,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-tabs@1.1.15': - resolution: {integrity: sha512-kxc9gI6/HfcU4nfMMVS3AmQK414kbU1IE6UCJmMmxjhO3cRPXOyYnmvyKD+ODt7q56nRq9l7Wovi6uaGwKgMlg==} + '@radix-ui/react-tabs@1.1.14': + resolution: {integrity: sha512-D5jwp9JNuwDeCw3CYD2Fz+sSHo0droQjC8u75dJHe4aWr5q6yBiXZU+hurXnKudRgEpUkD5TsI6bjHPo5ThUxA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8307,8 +8304,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toast@1.2.17': - resolution: {integrity: sha512-uL4kyyWy000pPL43fGGCV5qT6ZchCWEQZOSlkYiPwPt8Hy1iW38RjeptIvz1/SZesrW6Vn58Ct3sV7tfEfiAbw==} + '@radix-ui/react-toast@1.2.16': + resolution: {integrity: sha512-WUymDDiN2DpoGudRN1aW4wF5O3BNQjZZO/5nngPoNiEVqjyOzirvZZNO0R6dC1ifucSINVaSv8JX1aq47VGgiA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8320,8 +8317,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toggle-group@1.1.13': - resolution: {integrity: sha512-Xb9PLtlvU66F36LiKba6dFswu6V2mDkgidO4fNSbQHQwmZ9ObxMIO17MN/LJ4aWJecVuSVLAHPZjyeMzJrgeiA==} + '@radix-ui/react-toggle-group@1.1.12': + resolution: {integrity: sha512-TEgECgJaWGAHJJZGzNNEYTNBdIXqX7LchANycpyP7DkfjmuiSN7ISt1k/ZRGVJgVJonsgP4vwaiKMn5utrcwWQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8333,8 +8330,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toggle@1.1.12': - resolution: {integrity: sha512-AsAVsYNZIlRBsci7BhE+QyQeKd1h6TffJYt+lF0QQkd5OpQ3klfIByPsCb4G0h/Fq6PJwh1FYNluzBFYzhk4+w==} + '@radix-ui/react-toggle@1.1.11': + resolution: {integrity: sha512-FikrKJemoBGZQ6uRID0HJqSPBP6D7OppdD2OhLl0ZYLlAyPXI7MezoYGmumwNkrAoRm35xXkb4C8JPfJZZzcaw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8346,8 +8343,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-toolbar@1.1.13': - resolution: {integrity: sha512-Za1l4f6fzTkGgz/iynAMN8iaqiKff2wm2/QwiLmHPtDQreWEBrvSimgQFIekxMUdRPhILM7xdIXxuS/o/DGZag==} + '@radix-ui/react-toolbar@1.1.12': + resolution: {integrity: sha512-4wHtJVdIgqMmEwUvxA0BYg/2JMRbt0L3+8UD8Ml/nhKkfXtiZcM8u/S15gQ5xj9YEd/0qlrm5bE805LsjQ+J8A==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8359,8 +8356,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-tooltip@1.2.10': - resolution: {integrity: sha512-NlNe8D0dWEpVfXFli90IO6X07Josx/b1iu98tDnx9Xv0HT4wLIL+m2VOheMHhK7qbp2HoTBqALEFzGyZs/levw==} + '@radix-ui/react-tooltip@1.2.9': + resolution: {integrity: sha512-u6F9MmTtBSLkiXNVDrtB/yPCZarM9smNswC24YYLV/M+bth6J3Gs3vlJezEoFwKZvPvxhCpUYdUnOsNG/0XOlA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8444,8 +8441,8 @@ packages: '@types/react': optional: true - '@radix-ui/react-visually-hidden@1.2.6': - resolution: {integrity: sha512-jCE0WljWifTI4niIMCll06kGpsJTAPiZVU9H4WR1N6qW7At9ystHbN7dDB+we2xH535roFHj7qKS+RGj0FMDWQ==} + '@radix-ui/react-visually-hidden@1.2.5': + resolution: {integrity: sha512-tPcHNI3FajdDBFpl/Ez1m2WL0ufJqBKyHxMDBvKitopamK36WwBGOMicuMEZKkM5Wce41QxUyv6BsiqfrWBiGg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' @@ -8497,8 +8494,8 @@ packages: peerDependencies: react: '>=16.8' - '@react-types/shared@3.36.0': - resolution: {integrity: sha512-DkP/H0C2YjjS7gZWKNqOmU8a16qHPjQNdzMwmTq9SzplM6Iw0kVMTZ0OIoe6FOgGqa+FwMsE2QbPjh/n3g/jXQ==} + '@react-types/shared@3.35.0': + resolution: {integrity: sha512-iNWvuzEwANttpQpdlu8nPBtdHb0mcCMj1ZTH//iRB5E/14IAnyRlR25rxH7pNLyzHINsPGEKnWvpwDMCT6vziQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -8518,7 +8515,7 @@ packages: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: @@ -8807,176 +8804,176 @@ packages: peerDependencies: size-limit: 11.2.0 - '@smithy/config-resolver@4.6.2': - resolution: {integrity: sha512-kUY1m60FASy0ijf+0vEuZ7v+WqFlCAyyhvLkO/A15wY0hK2BLEN9Wszf/Uc3PDJWlqnrwRf+lNXOmzyds3Eflw==} + '@smithy/config-resolver@4.5.6': + resolution: {integrity: sha512-AXbvUX9aNY2qCLOMCikpl1Df5w2CNFEqbEb6XafG81FJbAbB8avIT7BOx1KDqiO86J/38qKQ3YuakfAfY3iBkQ==} engines: {node: '>=18.0.0'} - '@smithy/core@3.26.0': - resolution: {integrity: sha512-mLUktFAn+Pa2agl1J7VgtYNFWCX8/b4GMJSK1hCu4YCvtBfM6F8Os3EP4ry+DFFlXOf3wyvlgXhuUdFoy52D3g==} + '@smithy/core@3.24.6': + resolution: {integrity: sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug==} engines: {node: '>=18.0.0'} - '@smithy/credential-provider-imds@4.4.2': - resolution: {integrity: sha512-18UMDMyrAbDcpmL1gLUA7ww0fRTcdCrSjSJOi2Sbld+tVjwD/pW+OAwjlScFLR7vvBnhZrIPQ7kVuTf1mnJLug==} + '@smithy/credential-provider-imds@4.3.8': + resolution: {integrity: sha512-5cAM+KZC02sTqDt6NaLXyu50M/GNMd1eTzDVR8Lb0BBsVtu7RWHo47VPPEEv1vt3Yub6uzr+M5FHC+GtoT0USg==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-codec@4.4.2': - resolution: {integrity: sha512-iv6jeGoL5dIGXglIe0aJb8vvTuJkGB4z0LeB2mKV0PH9iAlr4jNhRhEWU7ZGmIeNC+8Zj6jhmSumDez6DidTOA==} + '@smithy/eventstream-codec@4.3.6': + resolution: {integrity: sha512-Ussyv240JxwQP8AmkYdm26wGP/1I8QmIv0ZosgDJDlSzD73FEdj1BOpXMc06VrxX5KxTKhadFNomT2SWutUnpg==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-browser@4.4.2': - resolution: {integrity: sha512-xXAIZfacQ2FIVVyeGndsTI41xhuiMtWJfYrtGLbQJVLNylJQ97IzwtTekZrNWep0aXVqtHrHeWA02tOb+ordiA==} + '@smithy/eventstream-serde-browser@4.3.6': + resolution: {integrity: sha512-BQao/dBhLCJqo953N1hadkcF3M/9G+i6qIgnMupfdpBQomwyhfV7Xfc5jjpCkm8HxfzaWAGrM/2nNnzronFqVQ==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-config-resolver@4.5.2': - resolution: {integrity: sha512-6G9r/ohzSuPYFw7ZCxllFedhIHzeFN2xPF6IJS7AzsNoM01shAYivpiLTMyc4/6efiDr7dgHuHkFZNPH5d9cmQ==} + '@smithy/eventstream-serde-config-resolver@4.4.6': + resolution: {integrity: sha512-OUoNRXJGZMM4ivoU7QIzOvCLbavD1YnadNEairrtYhTi+gmGhyn3c2wToL9CxEs4Cw2Ab/KeQM39T1K+/e9YdQ==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-node@4.4.2': - resolution: {integrity: sha512-fqCyZy09BYiow3pEQpNc4NMRElo6P92bOCwjixvkhjFFmnG7zXbinKooXhZLvR39osfFCn35Jdt1Ax2GtY/Yqw==} + '@smithy/eventstream-serde-node@4.3.6': + resolution: {integrity: sha512-M6FeKRMi3oecpTy4EL5n1hLPWydw+xInFYQIzjbGYGBnFtW7IlJjnXrKr/Ev1GpMtmw44QCmrl8+ACEFPmRsIg==} engines: {node: '>=18.0.0'} - '@smithy/fetch-http-handler@5.5.2': - resolution: {integrity: sha512-Ei/UK/QMhq0rKaMqGPlOAkE2yS9DZeYmZdk1RAKc3vp3zxgleZHZyBLlZv8yLsxljX4svCRuMTD6u3LLIcU4Bg==} + '@smithy/fetch-http-handler@5.4.6': + resolution: {integrity: sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g==} engines: {node: '>=18.0.0'} - '@smithy/hash-blob-browser@4.4.2': - resolution: {integrity: sha512-/LxWIgg/8MLmg79n0Ki/yMDZREBlk8BqB0amIj3PMTPzWSAqgsHzbbRUeTFRBKhgB299dmCALp4CIpViYVb82w==} + '@smithy/hash-blob-browser@4.3.6': + resolution: {integrity: sha512-/8D8rOFs2VEwvHwsx68sb6nE7XfVr2wbJTbC1YuKBHPhHeMnOt7IHxr7CoT5wBWujdV4fjVoLPn1BXXP4Ijlow==} engines: {node: '>=18.0.0'} - '@smithy/hash-node@4.4.2': - resolution: {integrity: sha512-M/8PUgwzekn0GcMBjcrTXV4PGFIe1AKuMuHjkHNBfofCPQ9+9Nr35lCvRfQK9BwYHQM+LKiKj8GY0pXSwYm6qQ==} + '@smithy/hash-node@4.3.6': + resolution: {integrity: sha512-lIZyQ7gDxURrnfkjalM0lKmDnfZYuPzNBYlkza3czPTQNVYsg4e0o90Zx/RpxhamKKOGsQGCsopp0ULsJqltNQ==} engines: {node: '>=18.0.0'} - '@smithy/hash-stream-node@4.4.2': - resolution: {integrity: sha512-/Wwc5EGfrThispagO3GI2WUhfEWJp8X7Dkyy7X5r4tvWYlw32rsXlj/yqxfLbCXiAFBBFym0+1umoKpXJclpqg==} + '@smithy/hash-stream-node@4.3.6': + resolution: {integrity: sha512-Ziap41FoxpKqmlO9IE68NeFwPKhUJD4PVNcCQ2tl6IUCPSj0KykIuAPnJNWIQbWXvApwCauhRNlAFdt9KRvDpw==} engines: {node: '>=18.0.0'} - '@smithy/invalid-dependency@4.4.2': - resolution: {integrity: sha512-GjmewKjtK4GQlWmKTIXABHTCW6z14kebGnW1P3CTvP9WWp0nmydkb4yhjkuIWlpXkAJfcAO3cEfRLeSATaEKSQ==} + '@smithy/invalid-dependency@4.3.6': + resolution: {integrity: sha512-jUH1Eth7Sgn4KPBX5OKYDRpNjzul7AzsIhxKXT1rHXPTSfY00/7Kb9RtNil5SDAlPPsxaUiesR/rql2wjackmw==} engines: {node: '>=18.0.0'} '@smithy/is-array-buffer@2.2.0': resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} engines: {node: '>=14.0.0'} - '@smithy/is-array-buffer@4.4.2': - resolution: {integrity: sha512-IuuReSgd4IkOQXCbrS6iUtI00GTdLqbQ6/oMNixwuZ9xN0DIUQ/DaN0s/AEdbSsx9P3IV8M2CqtpTpFd20CJCQ==} + '@smithy/is-array-buffer@4.3.6': + resolution: {integrity: sha512-/cSYHP8jPffkhBClQzH9fAJujIh8dwMwg2swrVF4stXQsUWO5Oi2bwyaMUcBPIyulUI5IxaJFxd9C8UQX+YZsQ==} engines: {node: '>=18.0.0'} - '@smithy/md5-js@4.4.2': - resolution: {integrity: sha512-5unOz42+nG/XkoIb0Kqzi+PGrHIaQaMYJTv8XHQdPSxENPK5TzIAmdBkjMA1L5yc41qMXUSMaHZpNuE7K3qbiQ==} + '@smithy/md5-js@4.3.6': + resolution: {integrity: sha512-LYcuBrO9oiajdRFHyFx3FJAWNKrP89s0grI6mcfpwTAeX2ZJ/9Xyi7Imghh9LT6CIcAy6/k6/MpoUiPNjXr1/w==} engines: {node: '>=18.0.0'} - '@smithy/middleware-content-length@4.4.2': - resolution: {integrity: sha512-yaZdk8sbKxDell/mN1OPwEwnZ0m7sTGkUK6OKlvWyCvPykAqojHEMjfLZlHdaMhIaJ2E4Jr2qMzLQHn9gp02DA==} + '@smithy/middleware-content-length@4.3.6': + resolution: {integrity: sha512-nfpYCrzSFAgfIXmIHFTjOGNeTV3DVF5E5rfi3ZuNfsOjKSpePBOJF3rjyXlWYND0anvxVoqioIwClWCNdKt4Og==} engines: {node: '>=18.0.0'} - '@smithy/middleware-endpoint@4.6.2': - resolution: {integrity: sha512-uCYuVrw65beEpzQszGK7uiDK3Gk0HlzsZuN3JNjDM05/dwwEheg7gF4DKYWH8dpXK7c634GUfkH/vG5XuR9z2w==} + '@smithy/middleware-endpoint@4.5.6': + resolution: {integrity: sha512-zdG5bJZOiM2PRgL2lwcgui6uwZ+s5y6Qsk/rk05Q69sZJT6oi1x+v8Kn++V/q9VY94EgOtEe5kivpu+eGau0wQ==} engines: {node: '>=18.0.0'} - '@smithy/middleware-retry@4.7.2': - resolution: {integrity: sha512-QldB+7GcqKGVyjxTq5tpuHRFQKQJRnIETx8tdpEwYu5fHZR7z5+SM5eGd/TZqkUkV/6vUHgiiDVmmqjsobzPLg==} + '@smithy/middleware-retry@4.6.6': + resolution: {integrity: sha512-MWppaYUlc+W4cU2JZnYuMFeOxCWbKO4A57BWti6aCb7hRBK3+CL6llADGpX084hjImsqr3EvCGewArOj7G81eA==} engines: {node: '>=18.0.0'} - '@smithy/middleware-serde@4.4.2': - resolution: {integrity: sha512-Nx6wuSMasSazyIC02cmmSF+jEGnBpVL6u/Ra9J+AoKQyX1Uwxqf96fSoD6G+D1SKqw51GVNC1V08GtJPe8Yhaw==} + '@smithy/middleware-serde@4.3.6': + resolution: {integrity: sha512-I3fPVYKKEog3a3qdqt1nttP1NBuQOAlNoQxEp6j5pMogSx0HHfid63difhcDgslV6p1XsTXG6D6ieTe13ycJtQ==} engines: {node: '>=18.0.0'} - '@smithy/middleware-stack@4.4.2': - resolution: {integrity: sha512-yWvlZxqgmk0ZiRd0QVzSAqvdkREeiw2boqT+DTbyi03ylx3LyYGs5hNvRjks5ay0cDotZ7H0AdG2tJDMy+IxgA==} + '@smithy/middleware-stack@4.3.6': + resolution: {integrity: sha512-QhNiWfg47Kl4SJHmuQvnlzCtlD1eX1J7d/vuuttIE17Ra2YUKp9Srv5lCwa3OvoYaSNWMKYn0PjGIsfCLMJsEA==} engines: {node: '>=18.0.0'} - '@smithy/node-config-provider@4.5.2': - resolution: {integrity: sha512-kGnGhU7v/VSlKjcUHUNhMQ1eDiGKjDF6OlGlOWcilgsyR6Yyq4sDbEV6vs1RD8+xqj1OPpCYt817KAM44ymweQ==} + '@smithy/node-config-provider@4.4.6': + resolution: {integrity: sha512-M+gG6eQ0y073mSmNB+erRXJvwpsqsN72ol2w6vcd8FEKeG7pqYK0JvzfVqONkPj2ElBB2pg+cU13I850b//Wag==} engines: {node: '>=18.0.0'} - '@smithy/node-http-handler@4.8.2': - resolution: {integrity: sha512-wfl1uwrAqMH9/pi4kqBo5LBcFwrJLxuDLqL7p7qNcJIFcyZDUc6pzhYk4CYv+DP7fIUpQCZumwNnkhPKS52osQ==} + '@smithy/node-http-handler@4.7.7': + resolution: {integrity: sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A==} engines: {node: '>=18.0.0'} - '@smithy/property-provider@4.4.2': - resolution: {integrity: sha512-V74/UQ+fPPIqZHzeXIUd0H+k/MF+WpeO3I+5wrMCMgsllLt6uqSNbWnLhJs6pMeXZGu6ry+g1bpIdcHNeL+Oww==} + '@smithy/property-provider@4.3.6': + resolution: {integrity: sha512-0rhHv1Ww27kajF6qewme2aRtJmKFtSwE6EZ2dj5KxdX/R3ANsUugqTnH0tvpZwGiQ3MOMhetuCGFAeKVv3/Onw==} engines: {node: '>=18.0.0'} - '@smithy/protocol-http@5.5.2': - resolution: {integrity: sha512-ZCQGk/UNS+YF5D+Jmhr8+PQX2PJKe4QzR6zuOR5sUinxO/ZiKNA7nyrbeO/Ds2hXLts3fZAtgLPKLJgvjCX9uQ==} + '@smithy/protocol-http@5.4.6': + resolution: {integrity: sha512-H6S7NyaaL+7qO8kIL7VQ7KyrGnKXdllGzJqvtp3hvDen25UOydKV51qGDVK0UciW125jV3CoLJQy/ihc0OEC6A==} engines: {node: '>=18.0.0'} - '@smithy/shared-ini-file-loader@4.6.2': - resolution: {integrity: sha512-9Xti1yhj7Em9t4ZQ1E8YRA6wbhAqx1nfLu0XSAqv82HED43TMUvn3nOO2xBISxZc0hcOg7wvuHEypUy4L4XF2w==} + '@smithy/shared-ini-file-loader@4.5.6': + resolution: {integrity: sha512-In8gYD2R66EKlGAq9QrNKVrMOGaGBD7LUNp2kUjeQ4V9zNktFIXBPmrCySr4YYo+jVeVL6CnWj26sOamcF0qIg==} engines: {node: '>=18.0.0'} - '@smithy/signature-v4@5.5.2': - resolution: {integrity: sha512-7xHpmPY4rt0IOmeAA8EfjgEH8isT+587TCdy9H6a7d4OMi5CQ0oEHhWllunvPu4j4Cq0vTFwdxXN/kABWPjdyA==} + '@smithy/signature-v4@5.4.6': + resolution: {integrity: sha512-Ojg4B6oIDlIr1R86xCDJt1zJWnYa0VINmqdjfe9qxWjdRivHalZ3iSlQgVqYbW0MdpFOC5XfHEWsnbmdnpIILQ==} engines: {node: '>=18.0.0'} - '@smithy/smithy-client@4.14.2': - resolution: {integrity: sha512-H3fp0F/IhG8a6qnoWHeGTH1qDPRR9VVZjcxM9NMXPB6nqzaqcoYIX8D4FFI1Ap2siGr+yvYgKqHC76+afBgF1A==} + '@smithy/smithy-client@4.13.6': + resolution: {integrity: sha512-tAf35/JW/DvMlACcazcoIOKOV0JBqyOvxjPTEME9W+m9wLcE0G1rwADc7Ntu38rY5C9OH8jZjpo4tbtjmIjEBQ==} engines: {node: '>=18.0.0'} - '@smithy/types@4.15.0': - resolution: {integrity: sha512-Z5TAOxygoFvybJV3igo5SloFflSokHx2hu1eFA+DxDTcn+FtKxUSui+rbTRG1pAafMA888Z3MVvCWUuvCrTXjg==} + '@smithy/types@4.14.3': + resolution: {integrity: sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==} engines: {node: '>=18.0.0'} - '@smithy/url-parser@4.4.2': - resolution: {integrity: sha512-vx7FUYJMRfQqdqPRLYwpisOuYU6e1PaabcPUTEc7xG6X0VEr4B6PnjZloHz67qva0pQ9/eNs3xPxvQ6w5gRGAw==} + '@smithy/url-parser@4.3.6': + resolution: {integrity: sha512-9MRJzwUrlswwHogOR7raDcykuzojZn74qGdQdbEQLVaixlvJuMiIT0g/CejKcmAIgrUVs8brBrnGtmYmBc0iuA==} engines: {node: '>=18.0.0'} - '@smithy/util-base64@4.5.2': - resolution: {integrity: sha512-OQKnJft8J4KPJyL4K3w3XpOvstpZUbPdcs840dH+JTp2w+v8Lce8nxzUoeOiAIRIhnWFQd7FxAjkZ0OkpX6jzw==} + '@smithy/util-base64@4.4.6': + resolution: {integrity: sha512-V6ApAGvCQnb7Wy1Sy60AQc+7UOEaNQxvAXBLdMi5Zzm66cmX0srvfAxDmg7BGuJ+9H9ez0PPWS/AeFgWxwGavA==} engines: {node: '>=18.0.0'} - '@smithy/util-body-length-browser@4.4.2': - resolution: {integrity: sha512-PTdWf5ApVEJQvnCaAJJPFHkJcUUY5yImYEcfzPqFP8ytet2oI0P/2nCF2t0600MkAH/MC9ne8SvgcRKh8Ooqhw==} + '@smithy/util-body-length-browser@4.3.6': + resolution: {integrity: sha512-+3vGcNHuvzuFLVWL9/wJgucOuQWufhuGhb3oxVDj9SWFGtwkOmtC2nFUwVC2IJoPe45uhs6TAb8bgE4IXDSPzA==} engines: {node: '>=18.0.0'} - '@smithy/util-body-length-node@4.4.2': - resolution: {integrity: sha512-KaT3bRb0khPrjXsXzyAi47F5aKOqBLypDhhvVC7p65AoZCPPAQ4j8KB1oaK+TKf6k5XFgkAY4gMK1EFr7xh5Wg==} + '@smithy/util-body-length-node@4.3.6': + resolution: {integrity: sha512-T15zTQJ/xKYdS0/3CFckhz1QBbhxmhk/xjL6FKvHKgkJPN4E985If2FI9CcV2kh2v0sfiWMfXVEOKFbqgw4m4w==} engines: {node: '>=18.0.0'} '@smithy/util-buffer-from@2.2.0': resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==} engines: {node: '>=14.0.0'} - '@smithy/util-config-provider@4.4.2': - resolution: {integrity: sha512-dC/XzAv+/qlUPxs3h08GLIPKUnhYr7oH5Y+AmMmAH5q2Vu7sjGEsiqcgQu5PVdDtbvWqMsAPfdGSRLAe7kalkQ==} + '@smithy/util-config-provider@4.3.6': + resolution: {integrity: sha512-cRLfIk8UK8iu9OsaI2dlHrE0oSuyGfNVxAy9sk81wMZTf7A2leM2fn8G2oOMisuUriRuLLNcNoJjmofaf0IvUA==} engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-browser@4.5.2': - resolution: {integrity: sha512-VexZx4D0vhOeXNLpmxgXK0s9CNV/jCSfjBDWS7YNjZ47K87rTzmgovr8s0CgOLASIkCAS4aAbTqIG4YzU6zduA==} + '@smithy/util-defaults-mode-browser@4.4.6': + resolution: {integrity: sha512-dRCZKu05AL7KQWrVuRJPotfjCRnvGkCjV56XNP067CRfyTtvgi/Ygu44qrBKb814Hsa52bWwDJ+Vt3pd04BjPA==} engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-node@4.4.2': - resolution: {integrity: sha512-nhmz4D2s2FGFTgWf8M2bQHCLKjJbCQBS91waDofexbptBESTExtpEgiaI0rWIP4MhAarCCdFapHdvlCoknBE6w==} + '@smithy/util-defaults-mode-node@4.3.6': + resolution: {integrity: sha512-tTR8tayMoa0WeRhtMH7j3WpHUtggBXjh7rBdf7j6POYI69R85gpWBW6B32kaJRnlQU8+0gOGAzJj50S7SU1Egw==} engines: {node: '>=18.0.0'} - '@smithy/util-endpoints@3.6.2': - resolution: {integrity: sha512-K50/sbl8HRnBJt5+UYvIG8HCdEDNA9rhCmkWTDftzGMlJ4XlPgtqI1V6jTSi9tmK7MLfgw7CfGvzSKFSWOteOQ==} + '@smithy/util-endpoints@3.5.6': + resolution: {integrity: sha512-kaB41eVUYC7ajVWUsZRqagxwRaa3VupjQ/Z2Z2v/Vffh/gJ/fFOS25s6mTyR2Lw1FrnBbRWo1iShR9BhekpPeQ==} engines: {node: '>=18.0.0'} - '@smithy/util-middleware@4.4.2': - resolution: {integrity: sha512-Xk039bCOxEZfasaHSHPj0QS8EY2npd0z3nxLkDvczg9ueF7eboiKw0HEa5pILLwjb+sjSlgzSjoCOVAM715TzA==} + '@smithy/util-middleware@4.3.6': + resolution: {integrity: sha512-TrAgOcL63TRi7G92arTzq0n+VDrmZifwP1I1T9y2xU3lJpybsHdm33S2d3xaFfG0c8zJNIF9yYRqLSe6rbhH/A==} engines: {node: '>=18.0.0'} - '@smithy/util-retry@4.5.2': - resolution: {integrity: sha512-iinqHq7WnWWKQUCObyu4YBzXROJO8dHMQrM+pvut92rKgjhcLNHel8QVJNsIswjPLOEJffq6sYjOdq/ndOrIAA==} + '@smithy/util-retry@4.4.6': + resolution: {integrity: sha512-E/kFnvWQL6rIPr0Ucjk8oDgJSkKx2bv0nJkJ/cB3ywys7xCqeL1AXP9liHjgYONdQ+MKw/xT06IQK3vgbtu2Ww==} engines: {node: '>=18.0.0'} - '@smithy/util-stream@4.7.2': - resolution: {integrity: sha512-/JZLMlF/pzY7QIA5M70bKSq5Bz/JpGLHiLlttvrcZpfLyGSCR3BvIebbipmCvSsnLXnU2pGDsDgD513N1/GGVg==} + '@smithy/util-stream@4.6.6': + resolution: {integrity: sha512-g+hQ45sPnaIDU4CnaG8EufmeWwziQlcpIvPG6hVY7v65RcUgasM63J/WNfSsXEcZ1zFu9rS/r/qqfDxkIrQtDw==} engines: {node: '>=18.0.0'} '@smithy/util-utf8@2.3.0': resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==} engines: {node: '>=14.0.0'} - '@smithy/util-utf8@4.4.2': - resolution: {integrity: sha512-N5CpfaL+/LPQU9PFdOT55ayUo5T0QypG4Almzd1/efJvoDypuT1shkgJk1+hhg/02scYluW6Q2JGnSHIPwCEGQ==} + '@smithy/util-utf8@4.3.6': + resolution: {integrity: sha512-tAa4sePYB7mlJzdYbdBqdv37KwFKWixmM/r3ihcI0HFOVjf+a5oGvtcLXcGm4S1bY4DFsLAIOHgjubtp+oRufw==} engines: {node: '>=18.0.0'} - '@smithy/util-waiter@4.5.2': - resolution: {integrity: sha512-T3ufepn0F6XHrBAIVictKbn2mgttM6bNWRvhYdy2UJtaMEhdKnvDWJ4aoTY4nVF+yLhPETFMMLy1cn36rxOWOg==} + '@smithy/util-waiter@4.4.6': + resolution: {integrity: sha512-oTt3OP9NcJkrySCSCCdSbP6XLSMNgOmt/ulaiYtb0Ng6tfEWtXQ1mwfyqmLd+GapmDUjbU2mgkf7QIq9H4ij/g==} engines: {node: '>=18.0.0'} '@so-ric/colorspace@1.1.6': @@ -9108,7 +9105,7 @@ packages: '@storybook/addon-essentials@6.5.16': resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@storybook/angular': '*' '@storybook/builder-manager4': '*' '@storybook/builder-manager5': '*' @@ -9165,7 +9162,7 @@ packages: '@storybook/addon-essentials@6.5.9': resolution: {integrity: sha512-V9ThjKQsde4A2Es20pLFBsn0MWx2KCJuoTcTsANP4JDcbvEmj8UjbDWbs8jAU+yzJT5r+CI6NoWmQudv12ZOgw==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@storybook/angular': '*' '@storybook/builder-manager4': '*' '@storybook/builder-manager5': '*' @@ -9962,7 +9959,7 @@ packages: engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 typescript: '*' @@ -9977,7 +9974,7 @@ packages: engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@storybook/builder-webpack4': '*' '@storybook/builder-webpack5': '*' '@storybook/manager-webpack4': '*' @@ -10005,7 +10002,7 @@ packages: engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@storybook/builder-webpack4': '*' '@storybook/builder-webpack5': '*' '@storybook/manager-webpack4': '*' @@ -10147,113 +10144,113 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@swagger-api/apidom-ast@1.11.3': - resolution: {integrity: sha512-Nfi/0vy+cIHClX7raXamtHnCMBbwI1PEg+yroIzyy8LcCH7zcS0Xi4ARG3CkDQswOnWO2gLDAUAFjDvkQWdZ+A==} + '@swagger-api/apidom-ast@1.11.2': + resolution: {integrity: sha512-keG5q/AR0zIizKCcfcUKiDXDQscw27SyILFb0kFmVWlgv3JTP+8pdXjzCEFW+C8RKg/etap270jv2s8B6ghuXA==} - '@swagger-api/apidom-core@1.11.3': - resolution: {integrity: sha512-21/PXEqCzsWkiwKWHt0TPJE7GUtog3BhMlvYLUEPbteXOrk+PNazbjYDPl4zfZGRLaoGhTqpFBY5pXafdzaHWQ==} + '@swagger-api/apidom-core@1.11.2': + resolution: {integrity: sha512-ZXxaL1MxE1JWq7HDrifPI89migiy0clYpXMzSc+3FIOPfOaKrdfbF5DKG6r3aQOByfd3jrsFVwMpoL7rRjFkHg==} - '@swagger-api/apidom-error@1.11.3': - resolution: {integrity: sha512-Z4mIDyZUF2kDFHBzKsxkYSaHpGSvGDc7gAkdzLKxcQk4849iCUXxs0PpQLxZxfYcmUSwkw7AZmIP/OKGpsR8JA==} + '@swagger-api/apidom-error@1.11.2': + resolution: {integrity: sha512-U96v+tAad0rshqFX22A8ILfWEHz/z3aAtff/HrZk6dCDuoW98kKRySBDbXq2KCa9uMaJQt9C0bxx9DC/1yPYVA==} - '@swagger-api/apidom-json-pointer@1.11.3': - resolution: {integrity: sha512-z6eEvJ5HIb0aFqVldHyU5Guut+bv/opu28i+rrfDb1LEG3IWk5T3DbW9d/nWpAfNze/bjwiZvPphmkuycijb2w==} + '@swagger-api/apidom-json-pointer@1.11.2': + resolution: {integrity: sha512-Udx0F052IFVXVFLB7q6uLdqn7HV0obFGRoHMWglQXdK3587Ln/0Ct6A+7Q1QEeuMlKmLCTa9YrcC/ButsF3F/g==} - '@swagger-api/apidom-ns-api-design-systems@1.11.3': - resolution: {integrity: sha512-HTISScqScdnUc2BKqMaWM+ISU79AlHlr+XHUR9g0R8QiO4KzCkWUi6TncP0gvGoEY+BvfR0OkztfxYrelkksmg==} + '@swagger-api/apidom-ns-api-design-systems@1.11.2': + resolution: {integrity: sha512-vKWtEn/XLABDUrRL8zajmQdqHMRO7pC7QowhuZr7abiH1NIolQqKixEi88MQLKeh+QJ7QQLq4YJlsQ543IHt+Q==} - '@swagger-api/apidom-ns-arazzo-1@1.11.3': - resolution: {integrity: sha512-AHRSbuYy5oA8c/7j7nahxMASjt0cuOWyUk4yu+cKG+KS85ho2f2NiFThqQjtIJLisvrp+qNniJ1EwTfcCTivTQ==} + '@swagger-api/apidom-ns-arazzo-1@1.11.2': + resolution: {integrity: sha512-2ojvpWrlMgG0/hNMQMWEQ9cZP07ZvUQ2vez7Pws8plxQQY9DklQfmZpgElLfiup2ckYGqJ3VTxb5x36CaGJ07w==} - '@swagger-api/apidom-ns-asyncapi-2@1.11.3': - resolution: {integrity: sha512-bn/Pf52SCsSGcw7qO3gAje+KjhhpWJxWjjWQe5Jv9oPoXCnvGoSspSXMY3zIrhz9XfrP94AdWBUpOlWBoaaDBQ==} + '@swagger-api/apidom-ns-asyncapi-2@1.11.2': + resolution: {integrity: sha512-hIgphPTfETYe582dJhy8bTU+EPcXhdATnniynYkmKQ0mmMC/im77cBjoOyFRUzAyAeOWD1WpWEoQBStxa1YYzQ==} - '@swagger-api/apidom-ns-asyncapi-3@1.11.3': - resolution: {integrity: sha512-QhZtf8YeMRVtgVioJj0qKdNG0LEzi9RPSrC9KWfCdwEBlkhNDhHFh6FIJWayYAwR6DPlOXjTYQf97V9QwIuRmQ==} + '@swagger-api/apidom-ns-asyncapi-3@1.11.2': + resolution: {integrity: sha512-p4K/tsnIAVa7Z4ey4MmSR639SlwHbRH/zWWfZ2PyyMkpTUHNTcPK9kVTck7s3n10amHWn09SKWgVa506W269SQ==} - '@swagger-api/apidom-ns-json-schema-2019-09@1.11.3': - resolution: {integrity: sha512-zHA4/oin6Fg6VN0bWmMRu1nt4Xnd05mF5T+Od6vEmid1bxDXpfSSMaPpdu+WCBJ5dDX19EeBVTJoAI0U4psxBg==} + '@swagger-api/apidom-ns-json-schema-2019-09@1.11.2': + resolution: {integrity: sha512-QFxx47skbBLDtbKeBj5Sa1p3cMbN1xspPIQs5EaTcPcx4SxzMtJlWqfMRtwgkxh1nlCrPwMHZBNq+oJ1ZFWB6A==} - '@swagger-api/apidom-ns-json-schema-2020-12@1.11.3': - resolution: {integrity: sha512-zUWRb5DlvlZXtf2JmiNqUwwgGc4eUAsUQPU59kP140vkPT98HDhNJx9UXoHLgP5F/Zk8f2rzeG237u+JnCT9/g==} + '@swagger-api/apidom-ns-json-schema-2020-12@1.11.2': + resolution: {integrity: sha512-twf6oMAv7bM6CAz8giSw2YcYgsy5niSlrCwLQfeKg1MxaRhDL1d/Ym8EWFCNwHuV/hI/vJn/HBHRuCKwK9XkUA==} - '@swagger-api/apidom-ns-json-schema-draft-4@1.11.3': - resolution: {integrity: sha512-udOM8ZQT7BzsyT9012R7/VjeazjOlyLwKpmpbgHZDG6uGHqsnWn9lN+F8/5Eox9qqBnQNqDNtDhBEMYjE6RYNQ==} + '@swagger-api/apidom-ns-json-schema-draft-4@1.11.2': + resolution: {integrity: sha512-OMbpfkaoot7yDMGgpIULYZdo4gNZIf84KXvgpJDk2Y/etEMLozV2JWktAq6niV1VwKis1Zwovuk0L4lOCucWIg==} - '@swagger-api/apidom-ns-json-schema-draft-6@1.11.3': - resolution: {integrity: sha512-ZOgo5OtpQ6e5XQ5R1H8CYTYXEtnD0l+FyN065A6c2O1NxJXFKS2a5SZTvx+udA4mugtkTSmr7hAQe2ae+KAXQw==} + '@swagger-api/apidom-ns-json-schema-draft-6@1.11.2': + resolution: {integrity: sha512-zoUaG+bNBbrzYNv/2K0ijJTwe0g5ljKlXTqC9Fqrobeau/COrYD5Z2ZPTOUASba6Kn3QapICzNDUGnJVyrE6EA==} - '@swagger-api/apidom-ns-json-schema-draft-7@1.11.3': - resolution: {integrity: sha512-L5Sc0qMUrUbgVex3fN+tnNHjed/JCAwpwyzdHY8KgUfXHkfM5aLUyyAGirm+ObwZvGDEejsTT2Otp6B5S29eqw==} + '@swagger-api/apidom-ns-json-schema-draft-7@1.11.2': + resolution: {integrity: sha512-fmfqYuoxpWxEIHYTZuMUCOeb/ilihc5lFMRBLB3wwZiZe+srTPoqAsm9qiSF6FKsDMUysiWKl6NYWLQ09K7Qvw==} - '@swagger-api/apidom-ns-openapi-2@1.11.3': - resolution: {integrity: sha512-T241UD+1My1hVJHayTCz9f7rznmeM8rxQW4NtUnD8k677SShpnNkrfeoc1elrpJXdTsnEPIOLCK0EEIyEplHgA==} + '@swagger-api/apidom-ns-openapi-2@1.11.2': + resolution: {integrity: sha512-Lq23xu8HXf1M0Z4raw/6d0y4UwjpaBh5bPhhoiRfOAuRIsyDUO4rCDDiT+np/r5jtkM7haexmaLHMkEdknsepA==} - '@swagger-api/apidom-ns-openapi-3-0@1.11.3': - resolution: {integrity: sha512-FZvBqWpZFciemMgWBGY89RIH5uLl6ZYtmMAhWzDcmEi1JSjmWKkoqZno//KlqSgbI09gbkzipdMjGK825givPA==} + '@swagger-api/apidom-ns-openapi-3-0@1.11.2': + resolution: {integrity: sha512-XNBJzeSTQvKvuCeC2XCXL7ix4qGXQY6fPddsPSLaEW0XnFddjuASymqivaUbekPgLXs65/OdPqX5jFo/6W6t/A==} - '@swagger-api/apidom-ns-openapi-3-1@1.11.3': - resolution: {integrity: sha512-ObCP+l3/ZhuPaSqXqmSnCpEOIMalQns0c4IZgX6h3o7Jc6K6BcqDMeq4s17dwcQja9fFUtkoIIFuquJBKvK86Q==} + '@swagger-api/apidom-ns-openapi-3-1@1.11.2': + resolution: {integrity: sha512-me2giRgbYEryanIBQa6sZiQ2XPVRvrC4KI4J8dZfy/uEALB60CwPAQKMLMhhlIxrXb3AYrHgbSO33hVA6Z3Oxg==} - '@swagger-api/apidom-ns-openapi-3-2@1.11.3': - resolution: {integrity: sha512-Ri7KLrfrpJeteghUdzbozxKve2NG5Z1aPWX91DI14j75+v/xBAu91AIZt7K+LV8JWUNk+VbhUlhgSH1JAIVa0g==} + '@swagger-api/apidom-ns-openapi-3-2@1.11.2': + resolution: {integrity: sha512-JjJhddUc+4Uaj+scL0WCjmYiKrnjxKF0hI1wvfVHDqIBJCXJPsuKG5g/EQYHd1Xi9b5ruX0O/PH9PCR7/lvThA==} - '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.3': - resolution: {integrity: sha512-6LcwiY2Ce1qmsq8CSxCoRMJ3q2quFnEsNgI48LpM9/PYK/idjsB/WrnU9xSl9fXm/aTo/bOO0ckc8KadxVykfA==} + '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.2': + resolution: {integrity: sha512-HvANhGWUTQqRuY4+2BhQ3QzkhaguXe/+VO3as1Ybqy7lr3DFDNimpDhzPOZqx2e5i5ADLmwfWUmMbMJ/mE2xng==} - '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.3': - resolution: {integrity: sha512-zk2NuWAOvjEHYQ3lZ43VhAqJk+9KK452HeFfZFne4a4iALhCQ/wceK7tCG81jBMMoWnR0f1JS/vxz7/Y2CNwLA==} + '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.2': + resolution: {integrity: sha512-liebkLeHDjXIybPher1Z1uMq8ZxCln+fFcVcLZSXkBXEPrPUueAd08K4Xpv5lVRh/p/cPg12b8dZH3F/HuoOfQ==} - '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.3': - resolution: {integrity: sha512-vXP6lYp6Q5/5nLkMJyBRTWYIZYxL6GnOsJsdnN0KdTHuoPXNZWsv5p2oPYlVE/W7gRAZDylUmYZQ1L9rr7BGRw==} + '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.2': + resolution: {integrity: sha512-Q8nQobgCzlgkxjA+ICwPS/SbW/3T/PMhV8UjDBqdiSPU3zKDOsOPKFQViGddRWBhAG5LJmV9GlhMPlmc6KLzSA==} - '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.3': - resolution: {integrity: sha512-zI57Q5DIf7TGv1A2gIk3umbPWMEFWYO3tEmfP0xJGDBn6gZRHgJvvVjn0wQrljigEEw1V3hRDUXk6Zzg3oVNvA==} + '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.2': + resolution: {integrity: sha512-cnJggQWPUSdUZ0qsIaMVEKlVT7U3+u/bdqFRDio5+cdslaoRhO7VG8jCCWCacdCHVr/jFleJ3RkT8C6VWJ+CRg==} - '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.3': - resolution: {integrity: sha512-VGl15mpHaL+SlsXaRvcVaWXir+pCLrj99QN//Kuir3cpPW6P9IdBztj11bjoIG3aX1bOIrU16/uOhV4G5J4Kag==} + '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.2': + resolution: {integrity: sha512-Ts2c6XVgzJ5x30Y+RzOeQZ0+XlIBX/YWqxg2D8bIoQPaLmfSFDaZskb0FfxSCpox4OjyOXxbLPYib2IEPf9ZXg==} - '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.3': - resolution: {integrity: sha512-37dNwdLAcAd7TZW8YqSbpuBoujfoM2AvXBoT1BUxzbYetwNkxP19Q1VtCEAzMxUEQ/9niBANSzuo0zClUEc2kw==} + '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.2': + resolution: {integrity: sha512-43W+ncs8VwFO3U45qxvrCWjUN1nuup9i1DJCj75x3AG1XCqyFMRcUhzMUWdEs2KykvKws/DvyaTMmy555bMflA==} - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.3': - resolution: {integrity: sha512-MEZHn+qROKehrXLhDhl7kSQADXjwU2NGSeNuBTr1/nINShpu4Tkxrk7xT0LY8GauKrZR9MyAnueATDQgK8NWhQ==} + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.2': + resolution: {integrity: sha512-kTV7VhOrPrqe/wwNcmEzP1J49iyAJybrIwHswpr0e5mDExREb9U9BNkOS7SbVjQhP9KHLYhXSHhn0bBAet22CQ==} - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.3': - resolution: {integrity: sha512-qHOK0NXnG7t5Gx0xCIbyfrM5FXLgK6krlZRPlrlT6K853MWWWWmjAieuayPtu72Ak1hd/8U2/oWgbONnPqj76w==} + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.2': + resolution: {integrity: sha512-LdTRYIYLlS4U2fp8bt8BFBo4HQrXXIN7z0MuH5Vv853l06oBg2brvToCmGsfIjdwVHjvS0MXKxriSc1dvl93qg==} - '@swagger-api/apidom-parser-adapter-json@1.11.3': - resolution: {integrity: sha512-Wj/DTb6mblsaxKfye9kXLwS+KmWWLAM2M2oSs4muOclhAOtcffr2H+STtiT3Hwrzb+cW8RpX6Htvey4rvbj/Jg==} + '@swagger-api/apidom-parser-adapter-json@1.11.2': + resolution: {integrity: sha512-OPirA1EczgSDtkXz+HU5YPl6gIDf4FdamcNPd96/H/9I4aDBkNF5XviPPuh8yCgYdXNElvR4FC1OB67X2JslgA==} - '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.3': - resolution: {integrity: sha512-aDR5vKSApqQgDkvJNJZqvp8slEWHGByz5bzDbw6ZHRPSIZcA2IEHdJPgWJVS5gNtJ+YAnA7veM39oqeoF2yy8w==} + '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.2': + resolution: {integrity: sha512-zl6XA49VcG3EEJYWk2PZqsWzAx7BrxwMZCR+8j7S2yaILqEJp+sfkMrzbfmYznXz8tQdoR7XtLjpVT+M/qzNaA==} - '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.3': - resolution: {integrity: sha512-hpSBiaVG7qbyJy25/Pl48NCT9uvvsOPAAj+xCAb9TwmIPBcFkVYvj6ZWJbYZsOmzUzcNLOZEOBjRNPN3G31zmQ==} + '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.2': + resolution: {integrity: sha512-+jGp8T+mP0jtqZ9iOUrcS/7o5InGG+dBVTdLmOOtbxgdF4LoXlxKGj8SBFpQrHuAuVb8R7d9SOza5mSvhSeSjg==} - '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.3': - resolution: {integrity: sha512-EP7U25s5We8Q/2olymVrJL2nKT+skTea6SnR8F3OETsBoef3i1XgQx7AHqUc9S83hp+bOxZ+oPyI6dNwO+J+MA==} + '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.2': + resolution: {integrity: sha512-+dxJNNDUwAjapijVk/S8X6lbi+wtpdbAit84V8En6HK7D2hvZtebTO8/8saSi57utpJ04hm244EZtMlmIy6G0A==} - '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.3': - resolution: {integrity: sha512-WLuMb0pwH+5hjosRHGvUFLm9iWP0/XNnEdrwdUio4y0eodjDwrPGb2LSdH3zaR8p7mKrqe007jqpjaLLsStzrQ==} + '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.2': + resolution: {integrity: sha512-rY7wBmD0Tfg5M1PVRTysCveFM721YbXkE0ZsU9zAVurSqBIn2UOX8KbqtMEjNJaz0nw0ekcDITwUIYSzObE2gg==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.3': - resolution: {integrity: sha512-PyD0E4fwOhOCcP/Aqa9HlvZYuw825E6N0IRC69dxxt6Fy6w6Fv2KYRnRw8OINoog8I6/8uSZOLdeDla3FCqhFA==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.2': + resolution: {integrity: sha512-DLgvZp0hxW67/0LQ69ulKvfQPkxONIdO/Gg1Dz7iYLWKy7RD/pPdfPBrEShujWksPd7yP2DURWb1YKy4yHfyBw==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.3': - resolution: {integrity: sha512-7ULkLaEAAVKRNWT525PdKOaUjrZ7G2ulH9VBsMJ9niaZN/n6hnSW8IR4Iaf0cLZ1MjsZsdWovq5slPz2hpqR4A==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.2': + resolution: {integrity: sha512-ExQpftF3fjGvFKMn5fpyEOsFJXpuUy5YngguR/3IS/jY1oXc9HD6kDCYtcbkFLOO0x0qGdarQ4nxFzAWTitcUQ==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.3': - resolution: {integrity: sha512-2VqxGS0PaNrYeLgGyOl9m4m6EbJjrtxOswzWK2Rk3/M3gEDfnFdyOVffKWlcdEv6XFJ+wgLy5MPlODrzyOOKCA==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.2': + resolution: {integrity: sha512-GDMMN30Iv8ckWpz/jWjRb7jpkbCdg2/K2a0O7OkyrbsA7XC10WexRp6FehhBBrVPVbZdxQeLIo4wWOHMY3n6yA==} - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.3': - resolution: {integrity: sha512-fRJYMozAyIJP46kKbUPQX2wIzfX9FSC7ZxUn+VWOa587f3zZC3XmydGO46GA/TGuc8cWs7AFD/EfSKWDbsB3Tg==} + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.2': + resolution: {integrity: sha512-UQwIUXctN7cF1yvEzhqMP64w5ykOcUkD/ndVks+J9lYCgcdBnWRJ46V6nQhs6crFnSQIYzppDHF0uyd2mJAprA==} - '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.3': - resolution: {integrity: sha512-mSPMfVzDkLC+HPDI/6ho8TxI1PEcDJl/Y53gZdmfCU1xYzUdOF4s0iHalHHt0ipxYpt0EQXD+oGBnpp/TTx4IQ==} + '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.2': + resolution: {integrity: sha512-wzrCB+GKkuhN0T7YcNfbI81HfB3yVBT1RUD+W0huOB6zIOaXQMaQKT+fcZ/BPNCTyuvzeevzwdtoYUYKP/H6Ow==} - '@swagger-api/apidom-reference@1.11.3': - resolution: {integrity: sha512-Y0J+pAru/Est0wQJlFeQq2AsWyboOJP456Zv2wV4m0Ib1QY6N2wWiL6clkHpHA0pughemN6gcjBeNlMeRGqXuw==} + '@swagger-api/apidom-reference@1.11.2': + resolution: {integrity: sha512-Xr7mYPG3vmbBUVNaRWn/R+6lJTvfuIkbXkAAcii+qYbnBweUQGSDNE9aRPj7q8kbRJRTMX8lzg97CW41S4JLyg==} '@swaggerexpert/cookie@2.0.2': resolution: {integrity: sha512-DPI8YJ0Vznk4CT+ekn3rcFNq1uQwvUHZhH6WvTSPD0YKBIlMS9ur2RYKghXuxxOiqOam/i4lHJH4xTIiTgs3Mg==} @@ -10341,14 +10338,14 @@ packages: peerDependencies: react: ^18 || ^19 - '@tanstack/react-virtual@3.14.3': - resolution: {integrity: sha512-k/cnHPVaOfn46hSbiY6n4Dzf4QjCGWSF40zR5QIIYUqPAjpA6TN7InfYmcMiDVQGP2iUn9xsRbAl8u1v3UmeVQ==} + '@tanstack/react-virtual@3.14.2': + resolution: {integrity: sha512-IpWnmCLvuymRfeeLNVXIzNEYBFLpd3drVIS91sqV78VTZFyldlChkOocZRCPp1B+Wnk09bcLNme8WaMU/9/9bQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@tanstack/virtual-core@3.17.1': - resolution: {integrity: sha512-VZyW2Uiml5tmBZwPGrSD3Sz73OxzljQMCmzYHsUTPEuTsERf5xwa+uWb01xEzkz3ZSYTjj8NEb/mKHvgKxyZdA==} + '@tanstack/virtual-core@3.17.0': + resolution: {integrity: sha512-gOxY/hFkPh/XQYhnThBHzkbkX3Ed+z/iushyz+R+JAr213aXxUDgQoTgTdrDpBSRsjFM73P/KfUyWmaF9WHMkQ==} '@testing-library/dom@10.4.0': resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} @@ -10440,8 +10437,8 @@ packages: engines: {node: '>=16'} hasBin: true - '@tybys/wasm-util@0.10.3': - resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} + '@tybys/wasm-util@0.10.2': + resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} @@ -11174,8 +11171,8 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@ungap/structured-clone@1.3.2': - resolution: {integrity: sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==} + '@ungap/structured-clone@1.3.1': + resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==} '@unrs/resolver-binding-android-arm-eabi@1.12.2': resolution: {integrity: sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==} @@ -11665,6 +11662,10 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + address@1.0.3: + resolution: {integrity: sha512-z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvKcnXFIyC6vh27n3rXyxSgkJBBCAvyOn7gSUcTYjg==} + engines: {node: '>= 0.12.0'} + address@1.1.2: resolution: {integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==} engines: {node: '>= 0.12.0'} @@ -11860,8 +11861,8 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - anynum@1.0.1: - resolution: {integrity: sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==} + anynum@1.0.0: + resolution: {integrity: sha512-xjR9/zBVnUOP6ztMIIgShjsxui80nQUQH+5xJnvrYLs+90bF25/KJqaAi8mk+B4RDtX1Nspi6fmp4YTEts8SfA==} apg-lite@1.0.5: resolution: {integrity: sha512-SlI+nLMQDzCZfS39ihzjGp3JNBQfJXyMi6cg9tkLOCPVErgFsUIAEdO9IezR7kbP5Xd0ozcPNQBkf9TO5cHgWw==} @@ -12123,8 +12124,8 @@ packages: resolution: {integrity: sha512-s7iGf5GaVMxEG0ENN9x+xTr7GFZCb1ZP/1uATUpCEK2X78nDB3RwbtFCo9pGAf9ru+VwoQ464DkaLEeRM08wJA==} engines: {node: '>=4'} - axios@1.18.1: - resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} + axios@1.17.0: + resolution: {integrity: sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -12136,7 +12137,7 @@ packages: babel-core@7.0.0-bridge.0: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-eslint@10.1.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} @@ -12149,38 +12150,38 @@ packages: resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==} engines: {node: '>= 8.3'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-jest@29.7.0: resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-jest@30.0.0: resolution: {integrity: sha512-JQ0DhdFjODbSawDf0026uZuwaqfKkQzk+9mwWkq2XkKFIaMhFVOxlVmbFCOnnC76jATdxrff3IiUAvOAJec6tw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-jest@30.1.2: resolution: {integrity: sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-loader@10.0.0: resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==} engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' webpack: '>=5.61.0' babel-loader@8.4.1: resolution: {integrity: sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==} engines: {node: '>= 8.9'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' webpack: '>=2' babel-plugin-add-react-displayname@0.0.5: @@ -12189,17 +12190,17 @@ packages: babel-plugin-annotate-pure-calls@0.4.0: resolution: {integrity: sha512-oi4M/PWUJOU9ZyRGoPTfPMqdyMp06jbJAomd3RcyYuzUtBOddv98BqLm96Lucpi2QFoQHkdGQt0ACvw7VzVEQA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-apply-mdx-type-prop@1.6.22: resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-dev-expression@0.2.3: resolution: {integrity: sha512-rP5LK9QQTzCW61nVVzw88En1oK8t8gTsIeC6E61oelxNsU842yMjF0G1MxhvUpCkxCEIj7sE8/e5ieTheT//uw==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-emotion@10.2.2: resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} @@ -12241,7 +12242,7 @@ packages: babel-plugin-named-asset-import@0.3.8: resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-named-exports-order@0.0.2: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} @@ -12249,27 +12250,27 @@ packages: babel-plugin-polyfill-corejs2@0.4.17: resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-polyfill-corejs3@0.1.7: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-polyfill-corejs3@0.11.1: resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-polyfill-regenerator@0.0.4: resolution: {integrity: sha512-+/uCzO9JTYVZVGCpZpVAQkgPGt2zkR0VYiZvJ4aVoCe4ccgpKvNQqcjzAgQzSsjK64Jhc5hvrCR3l0087BevkA==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-polyfill-regenerator@0.6.8: resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-plugin-react-docgen@4.2.1: resolution: {integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==} @@ -12283,36 +12284,36 @@ packages: babel-preset-current-node-syntax@0.1.4: resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-preset-current-node-syntax@1.2.0: resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-preset-jest@25.5.0: resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==} engines: {node: '>= 8.3'} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-preset-jest@29.6.3: resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-preset-jest@30.0.0: resolution: {integrity: sha512-hgEuu/W7gk8QOWUA9+m3Zk+WpGvKc1Egp6rFQEfYxEoM9Fk/q8nuTXNL65OkhwGrTApauEGgakOoWVXj+UfhKw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-preset-jest@30.0.1: resolution: {integrity: sha512-+YHejD5iTWI46cZmcc/YtX4gaKBtdqCHCVfuVinizVpbmyjO3zYmeuyFdfA8duRqQZfgCAMlsfmkVbJ+e2MAJw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} @@ -12339,8 +12340,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.10.38: - resolution: {integrity: sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==} + baseline-browser-mapping@2.10.36: + resolution: {integrity: sha512-lVq/Df7LXlO79MVaaUHztSwWiG9oXoWHlgvNS51v8Dpd4+G4/VIy6qYePTw31nAVls33nUtnfezYeLkYAak9dg==} engines: {node: '>=6.0.0'} hasBin: true @@ -12422,8 +12423,8 @@ packages: resolution: {integrity: sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - body-parser@2.3.0: - resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==} + body-parser@2.2.2: + resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==} engines: {node: '>=18'} bonjour-service@1.4.1: @@ -12503,8 +12504,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - browserslist@4.28.4: - resolution: {integrity: sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==} + browserslist@4.28.2: + resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -13122,8 +13123,8 @@ packages: concat-with-sourcemaps@1.1.0: resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} - concurrently@9.2.3: - resolution: {integrity: sha512-ihjs0E2SxvDgq/MK418hX6YycQgKhsqxpbZuZbHo0yKfqDWdymWMjWYIpCIzqDDLLKClHlXev8whW/8WXmJ0BA==} + concurrently@9.2.1: + resolution: {integrity: sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==} engines: {node: '>=18'} hasBin: true @@ -13922,8 +13923,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.377: - resolution: {integrity: sha512-cH1jZgJHoezfTnKfKwnScpHywTFVnJUNITDPREFdhNjiuD502+QFpG0Qk7G8jhsV/f+CEAFlIrzP1fT+IMb92g==} + electron-to-chromium@1.5.372: + resolution: {integrity: sha512-M3yhbAlilnwqC8D21t28UCDGHyitShTmmLRU/H+b74P6Ski16Nb9HONYEaVpMj/pwC7BEo5B95FpjODLCWbtfA==} element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} @@ -14035,10 +14036,6 @@ packages: error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} - es-abstract-get@1.0.0: - resolution: {integrity: sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==} - engines: {node: '>= 0.4'} - es-abstract@1.24.2: resolution: {integrity: sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==} engines: {node: '>= 0.4'} @@ -14079,12 +14076,12 @@ packages: resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} engines: {node: '>= 0.4'} - es-to-primitive@1.3.1: - resolution: {integrity: sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==} + es-to-primitive@1.3.0: + resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} engines: {node: '>= 0.4'} - es-toolkit@1.48.1: - resolution: {integrity: sha512-wfnXlwd5I75eXRtdD2vuEs50xHHESECDsGD7yiQnfFVNoa5522NwXEbmgo98LfiukSQHs+mBM7/YG3qKJB9/mQ==} + es-toolkit@1.47.1: + resolution: {integrity: sha512-5RAqEwf4P4E17p+W75KLOWw/nOvKZzSQpxM32IpI2KZLaVonjTrZ0Ai5ghMaVI9eKC2p8eoQgcBdkEDgzFk6+Q==} es5-ext@0.10.64: resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==} @@ -14712,12 +14709,8 @@ packages: flatted@3.4.2: resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} - flow-estree@0.320.0: - resolution: {integrity: sha512-pAqtAcD4UeoNBBpCrpK0oOXhO1oTGxSRsAEc8slnWVDoJJXaHUh/0FJROvlhYH+pyJLYE2YaxmGu6YfWDCkP8g==} - engines: {node: '>=18'} - - flow-parser@0.320.0: - resolution: {integrity: sha512-wVSB6Ii6Lk0865xyMvrOIOulvK4JDGdw5UGRyH1smzYJd8qFIGplZeLJpOsMn2fJIVX0BI6IRRJLBTumSNaQAQ==} + flow-parser@0.318.0: + resolution: {integrity: sha512-66vPPqpjOcroUke2vbiyRNS87lbTi7ib80CM9lsn45qymGHPL4nrdY9FKo0TvtrFFqHQErfB/BJeqVkEnWeK/g==} engines: {node: '>=0.4.0'} flush-write-stream@1.1.1: @@ -15398,8 +15391,8 @@ packages: hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} - hono@4.12.27: - resolution: {integrity: sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==} + hono@4.12.25: + resolution: {integrity: sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==} engines: {node: '>=16.9.0'} hookified@1.15.1: @@ -16810,8 +16803,8 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@5.1.0: - resolution: {integrity: sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==} + js-yaml@4.2.0: + resolution: {integrity: sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==} hasBin: true jsbn@0.1.1: @@ -17446,8 +17439,8 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.57.8: - resolution: {integrity: sha512-bApYhn8BLpFAnAQmFfEl/NPN+8qx5Ar3V4Qt3ek23mVwBEElzV7c6XoPkb/PCG8ZFpowCEpHcPwMFTwHS7tSMA==} + memfs@4.57.7: + resolution: {integrity: sha512-YZPphUQZSRGk6ddPlsNuMbztrLwsbUATFNZcqKscSbSJZ4g0+Y3vSZLJ/rfnGZaB1FFhC7SrywZXev6i8lnHgg==} memoizerific@1.11.3: resolution: {integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==} @@ -17888,8 +17881,8 @@ packages: resolution: {integrity: sha512-jtpsQDetTnvS2Ts1fiRdci5rx0VYws5jGyC+4IYOTnIQ/wwdf6JdomlHBwqC3bJYOvaKu0C2GSZ1A60anrYpaA==} engines: {node: '>=20.17'} - nanoid@3.3.15: - resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==} + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -17898,8 +17891,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.1.15: - resolution: {integrity: sha512-kBg3RpGtIe+RpTbyXwoI6pk5yD7KUiI3sygUqgeBMRst42KmhB4RZC7eiO9Wa1HIpaCCtpE2DJ6OI4Wi5ebwFw==} + nanoid@5.1.11: + resolution: {integrity: sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==} engines: {node: ^18 || >=20} hasBin: true @@ -17980,8 +17973,8 @@ packages: engines: {node: '>=10.5.0'} deprecated: Use your platform's native DOMException instead - node-exports-info@1.6.2: - resolution: {integrity: sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==} + node-exports-info@1.6.0: + resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} engines: {node: '>= 0.4'} node-fetch-native@1.6.7: @@ -18047,8 +18040,8 @@ packages: node-releases@1.1.77: resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} - node-releases@2.0.48: - resolution: {integrity: sha512-1uz8041X6LoI6ZSdZacM9lVY28vuzDlSKitnpbSNK0RfKoIJkX29NBPVEFXhnuSuEOA9Ww0xnPJ+ILWbGAv8DA==} + node-releases@2.0.47: + resolution: {integrity: sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==} engines: {node: '>=18'} node-sarif-builder@3.4.0: @@ -18506,8 +18499,8 @@ packages: resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-expression-matcher@1.6.1: - resolution: {integrity: sha512-h7bxdzhHk8Knyc4Tj+jMaa7fEEoUJy7p1qtbVgkYg1Uhpe5Np5VuGXCRZnkZvU+Q42M1vStt0ifa3ueykRJPmQ==} + path-expression-matcher@1.5.0: + resolution: {integrity: sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==} engines: {node: '>=14.0.0'} path-is-absolute@1.0.1: @@ -19211,8 +19204,8 @@ packages: prosemirror-model@1.25.4: resolution: {integrity: sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==} - prosemirror-model@1.25.9: - resolution: {integrity: sha512-pRTklkDDMMRopyoAcrr9wV/8g/RYgrLHBuJAb5hlEuYZRdm5yqmPjWId83fpBwPpSFqEdja0H7Dfd7z1X/npcA==} + prosemirror-model@1.25.8: + resolution: {integrity: sha512-BswA4BLSFEiORV6Vjj/yZBXDbos1zTEnhyeSSgT8psGFhstQS7UJ8/WOLiDos9Byaee27+tml0/DuMNxYR84zg==} prosemirror-schema-basic@1.2.2: resolution: {integrity: sha512-/dT4JFEGyO7QnNTe9UaKUhjDXbTNkiWTq/N4VpKaF79bBjSExVV2NXmJpcM7z/gD7mbqNjxbmWW5nf1iNSSGnw==} @@ -19390,8 +19383,8 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-aria@3.50.0: - resolution: {integrity: sha512-S0Os6QZk33fzUAKu1QLT9afoUaCBt1ZNdoiq0n2YMVgKIdNIQS8zxiZ8O9hYE6QyDkHKjD6q39LQZ+qaSAIgjw==} + react-aria@3.49.0: + resolution: {integrity: sha512-4+oK9FwJQWYhyA5zLfj/feOGY0zZbkE1muoF4gyxMroHVypjcYaRSTlJwvxph2zIlxt757KX6xIK2wJ5Aw1Kog==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -19474,8 +19467,8 @@ packages: peerDependencies: react: ^19.1.0 - react-draggable@4.7.0: - resolution: {integrity: sha512-kTpANmKWVnFXiZ76Ag2ZowiFStuBYnJ606PI1TbUsOg29/400/JNIxI9+CuenhiAqFuXWJffz6F4UI3R51kUug==} + react-draggable@4.6.0: + resolution: {integrity: sha512-g4vqY53xhmPrBnZvGP+1YQV0eYnB3o0VLzoi6q2IpwnQrxIZ34tYRKpVtsWIXPg4D/pvLn+oYCW5gOK2cWIrgA==} peerDependencies: react: '>= 16.3.0' react-dom: '>= 16.3.0' @@ -19714,8 +19707,8 @@ packages: react: ^16.0.0-0 react-dom: ^16.0.0-0 - react-stately@3.48.0: - resolution: {integrity: sha512-ImicSAG+lTotAe5izcs1fz49Zk48w7pDusqYg04WaPhCoej8BJ24soMu3iLXIrsi273s4P1gZrYGrqReMfgEEA==} + react-stately@3.47.0: + resolution: {integrity: sha512-H3ar+SOWP920EbVg7qWfP3fZjZiwhlEJAEJQqjt+w8oKijCwFgr0+R4941PIHscOXRNRvEOjvWilitImC0DdBg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -19925,8 +19918,8 @@ packages: regjsgen@0.8.0: resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} - regjsparser@0.13.2: - resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} + regjsparser@0.13.1: + resolution: {integrity: sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==} hasBin: true rehype-katex@7.0.1: @@ -20377,8 +20370,8 @@ packages: select-hose@2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} - selenium-webdriver@4.45.0: - resolution: {integrity: sha512-Cb2nqvJiwXVOtRTCYHX9D1FJR5+Ls7aL3Nev0t6n4CpXsQ//YGiiUmSCbvTDDeLtbV85SZ46qmLab4SIYKXWRw==} + selenium-webdriver@4.44.0: + resolution: {integrity: sha512-7RbYoKK0zET+KMVak11UDCtKvNulOU6gFZp8HI5GN9K8+BhqrliIJU/FP6QADrvRAXFMr3wHxfE3JHOcAxO3GQ==} engines: {node: '>= 20.0.0'} selfsigned@5.5.0: @@ -20397,8 +20390,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.8.5: - resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} + semver@7.8.4: + resolution: {integrity: sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==} engines: {node: '>=10'} hasBin: true @@ -20964,8 +20957,8 @@ packages: resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} engines: {node: '>=0.10.0'} - strnum@2.4.1: - resolution: {integrity: sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==} + strnum@2.4.0: + resolution: {integrity: sha512-sHrVyWWdq28RbhjuJdZsA1SnGRJV6NiXbk6AXBxDOsgAcA+lmpUZCYjOdLBxkXMwis6RRe7dlZt4VlIWFVzkmg==} strtok3@10.3.5: resolution: {integrity: sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==} @@ -21126,8 +21119,8 @@ packages: svgpath@2.6.0: resolution: {integrity: sha512-OIWR6bKzXvdXYyO4DK/UWa1VA1JeKq8E+0ug2DG98Y/vOmMpfZNj+TIG988HjfYSqtcy/hFOtZq/n/j5GSESNg==} - swagger-client@3.37.5: - resolution: {integrity: sha512-MuABJgD8vIsT5GVBTGj3HjmiEhArf58ng+YP4fo23NOJb/mKXOpKW3Rln90fnoi7ROt6IJsJy9d5kg8Yidn0/Q==} + swagger-client@3.37.4: + resolution: {integrity: sha512-3xxqc9s99Vsf47ket2j7D4Tw6b6T7ObNvTqSP009yBeoAo0fy0yprqOVxFISTrvRxN7jgfrEi8GXMhsjzb1M0g==} engines: {node: '>=22'} swagger-ui-react@5.21.0: @@ -21163,8 +21156,8 @@ packages: tabbable@5.3.3: resolution: {integrity: sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==} - tabbable@6.5.0: - resolution: {integrity: sha512-wieBHXygIm7OyQOu5hQlkk62/WyCFYGlWg7L6/ZCUZwx0o398Zkn4pVmMyfYhfMG8kGrj/Krt8eIk6UKC6VzwA==} + tabbable@6.4.0: + resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==} table@6.9.0: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} @@ -21566,7 +21559,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@jest/transform': ^29.0.0 '@jest/types': ^29.0.0 babel-jest: ^29.0.0 @@ -21590,7 +21583,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: - '@babel/core': '>=7.29.6 <8' + '@babel/core': '>=7.29.6' '@jest/transform': ^29.0.0 || ^30.0.0 '@jest/types': ^29.0.0 || ^30.0.0 babel-jest: ^29.0.0 || ^30.0.0 @@ -22973,18 +22966,10 @@ packages: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} - yargs@16.2.2: - resolution: {integrity: sha512-Nt9ZJjXTv5R8MHbqby/wXQ6Gi0Bb3TcYZkR1bzuL4yB2OxWPkXknz513gEF0GoA6tn00UpbPvERW8rzCuWCA6w==} - engines: {node: '>=10'} - yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} - yargs@17.7.3: - resolution: {integrity: sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==} - engines: {node: '>=12'} - yarn@1.22.19: resolution: {integrity: sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==} engines: {node: '>=4.0.0'} @@ -23090,15 +23075,15 @@ snapshots: '@ai-sdk/anthropic': 3.0.64(zod@4.1.8) '@ai-sdk/provider': 3.0.8 '@ai-sdk/provider-utils': 4.0.21(zod@4.1.8) - '@smithy/eventstream-codec': 4.4.2 - '@smithy/util-utf8': 4.4.2 + '@smithy/eventstream-codec': 4.3.6 + '@smithy/util-utf8': 4.3.6 aws4fetch: 1.0.20 zod: 4.1.8 '@ai-sdk/anthropic@2.0.35(zod@4.1.11)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.27(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.25(zod@4.1.11) zod: 4.1.11 '@ai-sdk/anthropic@3.0.63(zod@4.1.8)': @@ -23116,7 +23101,7 @@ snapshots: '@ai-sdk/gateway@2.0.0(zod@4.1.11)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.27(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.25(zod@4.1.11) '@vercel/oidc': 3.0.3 zod: 4.1.11 @@ -23144,7 +23129,7 @@ snapshots: '@ai-sdk/provider-utils': 4.0.21(zod@4.1.8) zod: 4.1.8 - '@ai-sdk/provider-utils@3.0.27(zod@4.1.11)': + '@ai-sdk/provider-utils@3.0.25(zod@4.1.11)': dependencies: '@ai-sdk/provider': 2.0.3 '@standard-schema/spec': 1.1.0 @@ -23183,13 +23168,13 @@ snapshots: dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 - js-yaml: 5.1.0 + js-yaml: 4.2.0 '@apidevtools/json-schema-ref-parser@12.0.2': dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 - js-yaml: 5.1.0 + js-yaml: 4.2.0 '@aws-crypto/crc32@5.2.0': dependencies: @@ -23208,7 +23193,7 @@ snapshots: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-locate-window': 3.965.8 + '@aws-sdk/util-locate-window': 3.965.7 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -23218,7 +23203,7 @@ snapshots: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-locate-window': 3.965.8 + '@aws-sdk/util-locate-window': 3.965.7 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -23262,39 +23247,39 @@ snapshots: '@aws-sdk/util-user-agent-browser': 3.804.0 '@aws-sdk/util-user-agent-node': 3.816.0 '@aws-sdk/xml-builder': 3.804.0 - '@smithy/config-resolver': 4.6.2 - '@smithy/core': 3.26.0 - '@smithy/eventstream-serde-browser': 4.4.2 - '@smithy/eventstream-serde-config-resolver': 4.5.2 - '@smithy/eventstream-serde-node': 4.4.2 - '@smithy/fetch-http-handler': 5.5.2 - '@smithy/hash-blob-browser': 4.4.2 - '@smithy/hash-node': 4.4.2 - '@smithy/hash-stream-node': 4.4.2 - '@smithy/invalid-dependency': 4.4.2 - '@smithy/md5-js': 4.4.2 - '@smithy/middleware-content-length': 4.4.2 - '@smithy/middleware-endpoint': 4.6.2 - '@smithy/middleware-retry': 4.7.2 - '@smithy/middleware-serde': 4.4.2 - '@smithy/middleware-stack': 4.4.2 - '@smithy/node-config-provider': 4.5.2 - '@smithy/node-http-handler': 4.8.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/smithy-client': 4.14.2 - '@smithy/types': 4.15.0 - '@smithy/url-parser': 4.4.2 - '@smithy/util-base64': 4.5.2 - '@smithy/util-body-length-browser': 4.4.2 - '@smithy/util-body-length-node': 4.4.2 - '@smithy/util-defaults-mode-browser': 4.5.2 - '@smithy/util-defaults-mode-node': 4.4.2 - '@smithy/util-endpoints': 3.6.2 - '@smithy/util-middleware': 4.4.2 - '@smithy/util-retry': 4.5.2 - '@smithy/util-stream': 4.7.2 - '@smithy/util-utf8': 4.4.2 - '@smithy/util-waiter': 4.5.2 + '@smithy/config-resolver': 4.5.6 + '@smithy/core': 3.24.6 + '@smithy/eventstream-serde-browser': 4.3.6 + '@smithy/eventstream-serde-config-resolver': 4.4.6 + '@smithy/eventstream-serde-node': 4.3.6 + '@smithy/fetch-http-handler': 5.4.6 + '@smithy/hash-blob-browser': 4.3.6 + '@smithy/hash-node': 4.3.6 + '@smithy/hash-stream-node': 4.3.6 + '@smithy/invalid-dependency': 4.3.6 + '@smithy/md5-js': 4.3.6 + '@smithy/middleware-content-length': 4.3.6 + '@smithy/middleware-endpoint': 4.5.6 + '@smithy/middleware-retry': 4.6.6 + '@smithy/middleware-serde': 4.3.6 + '@smithy/middleware-stack': 4.3.6 + '@smithy/node-config-provider': 4.4.6 + '@smithy/node-http-handler': 4.7.7 + '@smithy/protocol-http': 5.4.6 + '@smithy/smithy-client': 4.13.6 + '@smithy/types': 4.14.3 + '@smithy/url-parser': 4.3.6 + '@smithy/util-base64': 4.4.6 + '@smithy/util-body-length-browser': 4.3.6 + '@smithy/util-body-length-node': 4.3.6 + '@smithy/util-defaults-mode-browser': 4.4.6 + '@smithy/util-defaults-mode-node': 4.3.6 + '@smithy/util-endpoints': 3.5.6 + '@smithy/util-middleware': 4.3.6 + '@smithy/util-retry': 4.4.6 + '@smithy/util-stream': 4.6.6 + '@smithy/util-utf8': 4.3.6 + '@smithy/util-waiter': 4.4.6 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23313,31 +23298,31 @@ snapshots: '@aws-sdk/util-endpoints': 3.808.0 '@aws-sdk/util-user-agent-browser': 3.804.0 '@aws-sdk/util-user-agent-node': 3.816.0 - '@smithy/config-resolver': 4.6.2 - '@smithy/core': 3.26.0 - '@smithy/fetch-http-handler': 5.5.2 - '@smithy/hash-node': 4.4.2 - '@smithy/invalid-dependency': 4.4.2 - '@smithy/middleware-content-length': 4.4.2 - '@smithy/middleware-endpoint': 4.6.2 - '@smithy/middleware-retry': 4.7.2 - '@smithy/middleware-serde': 4.4.2 - '@smithy/middleware-stack': 4.4.2 - '@smithy/node-config-provider': 4.5.2 - '@smithy/node-http-handler': 4.8.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/smithy-client': 4.14.2 - '@smithy/types': 4.15.0 - '@smithy/url-parser': 4.4.2 - '@smithy/util-base64': 4.5.2 - '@smithy/util-body-length-browser': 4.4.2 - '@smithy/util-body-length-node': 4.4.2 - '@smithy/util-defaults-mode-browser': 4.5.2 - '@smithy/util-defaults-mode-node': 4.4.2 - '@smithy/util-endpoints': 3.6.2 - '@smithy/util-middleware': 4.4.2 - '@smithy/util-retry': 4.5.2 - '@smithy/util-utf8': 4.4.2 + '@smithy/config-resolver': 4.5.6 + '@smithy/core': 3.24.6 + '@smithy/fetch-http-handler': 5.4.6 + '@smithy/hash-node': 4.3.6 + '@smithy/invalid-dependency': 4.3.6 + '@smithy/middleware-content-length': 4.3.6 + '@smithy/middleware-endpoint': 4.5.6 + '@smithy/middleware-retry': 4.6.6 + '@smithy/middleware-serde': 4.3.6 + '@smithy/middleware-stack': 4.3.6 + '@smithy/node-config-provider': 4.4.6 + '@smithy/node-http-handler': 4.7.7 + '@smithy/protocol-http': 5.4.6 + '@smithy/smithy-client': 4.13.6 + '@smithy/types': 4.14.3 + '@smithy/url-parser': 4.3.6 + '@smithy/util-base64': 4.4.6 + '@smithy/util-body-length-browser': 4.3.6 + '@smithy/util-body-length-node': 4.3.6 + '@smithy/util-defaults-mode-browser': 4.4.6 + '@smithy/util-defaults-mode-node': 4.3.6 + '@smithy/util-endpoints': 3.5.6 + '@smithy/util-middleware': 4.3.6 + '@smithy/util-retry': 4.4.6 + '@smithy/util-utf8': 4.3.6 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23345,14 +23330,14 @@ snapshots: '@aws-sdk/core@3.816.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/core': 3.26.0 - '@smithy/node-config-provider': 4.5.2 - '@smithy/property-provider': 4.4.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/signature-v4': 5.5.2 - '@smithy/smithy-client': 4.14.2 - '@smithy/types': 4.15.0 - '@smithy/util-middleware': 4.4.2 + '@smithy/core': 3.24.6 + '@smithy/node-config-provider': 4.4.6 + '@smithy/property-provider': 4.3.6 + '@smithy/protocol-http': 5.4.6 + '@smithy/signature-v4': 5.4.6 + '@smithy/smithy-client': 4.13.6 + '@smithy/types': 4.14.3 + '@smithy/util-middleware': 4.3.6 fast-xml-parser: 5.7.0 tslib: 2.8.1 @@ -23360,21 +23345,21 @@ snapshots: dependencies: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.4.2 - '@smithy/types': 4.15.0 + '@smithy/property-provider': 4.3.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/credential-provider-http@3.816.0': dependencies: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/fetch-http-handler': 5.5.2 - '@smithy/node-http-handler': 4.8.2 - '@smithy/property-provider': 4.4.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/smithy-client': 4.14.2 - '@smithy/types': 4.15.0 - '@smithy/util-stream': 4.7.2 + '@smithy/fetch-http-handler': 5.4.6 + '@smithy/node-http-handler': 4.7.7 + '@smithy/property-provider': 4.3.6 + '@smithy/protocol-http': 5.4.6 + '@smithy/smithy-client': 4.13.6 + '@smithy/types': 4.14.3 + '@smithy/util-stream': 4.6.6 tslib: 2.8.1 '@aws-sdk/credential-provider-ini@3.817.0': @@ -23387,10 +23372,10 @@ snapshots: '@aws-sdk/credential-provider-web-identity': 3.817.0 '@aws-sdk/nested-clients': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/credential-provider-imds': 4.4.2 - '@smithy/property-provider': 4.4.2 - '@smithy/shared-ini-file-loader': 4.6.2 - '@smithy/types': 4.15.0 + '@smithy/credential-provider-imds': 4.3.8 + '@smithy/property-provider': 4.3.6 + '@smithy/shared-ini-file-loader': 4.5.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23404,10 +23389,10 @@ snapshots: '@aws-sdk/credential-provider-sso': 3.817.0 '@aws-sdk/credential-provider-web-identity': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/credential-provider-imds': 4.4.2 - '@smithy/property-provider': 4.4.2 - '@smithy/shared-ini-file-loader': 4.6.2 - '@smithy/types': 4.15.0 + '@smithy/credential-provider-imds': 4.3.8 + '@smithy/property-provider': 4.3.6 + '@smithy/shared-ini-file-loader': 4.5.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23416,9 +23401,9 @@ snapshots: dependencies: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.4.2 - '@smithy/shared-ini-file-loader': 4.6.2 - '@smithy/types': 4.15.0 + '@smithy/property-provider': 4.3.6 + '@smithy/shared-ini-file-loader': 4.5.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/credential-provider-sso@3.817.0': @@ -23427,9 +23412,9 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/token-providers': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.4.2 - '@smithy/shared-ini-file-loader': 4.6.2 - '@smithy/types': 4.15.0 + '@smithy/property-provider': 4.3.6 + '@smithy/shared-ini-file-loader': 4.5.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23439,8 +23424,8 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/nested-clients': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.4.2 - '@smithy/types': 4.15.0 + '@smithy/property-provider': 4.3.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23449,17 +23434,17 @@ snapshots: dependencies: '@aws-sdk/types': 3.804.0 '@aws-sdk/util-arn-parser': 3.804.0 - '@smithy/node-config-provider': 4.5.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/types': 4.15.0 - '@smithy/util-config-provider': 4.4.2 + '@smithy/node-config-provider': 4.4.6 + '@smithy/protocol-http': 5.4.6 + '@smithy/types': 4.14.3 + '@smithy/util-config-provider': 4.3.6 tslib: 2.8.1 '@aws-sdk/middleware-expect-continue@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.5.2 - '@smithy/types': 4.15.0 + '@smithy/protocol-http': 5.4.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/middleware-flexible-checksums@3.816.0': @@ -23469,39 +23454,39 @@ snapshots: '@aws-crypto/util': 5.2.0 '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/is-array-buffer': 4.4.2 - '@smithy/node-config-provider': 4.5.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/types': 4.15.0 - '@smithy/util-middleware': 4.4.2 - '@smithy/util-stream': 4.7.2 - '@smithy/util-utf8': 4.4.2 + '@smithy/is-array-buffer': 4.3.6 + '@smithy/node-config-provider': 4.4.6 + '@smithy/protocol-http': 5.4.6 + '@smithy/types': 4.14.3 + '@smithy/util-middleware': 4.3.6 + '@smithy/util-stream': 4.6.6 + '@smithy/util-utf8': 4.3.6 tslib: 2.8.1 '@aws-sdk/middleware-host-header@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.5.2 - '@smithy/types': 4.15.0 + '@smithy/protocol-http': 5.4.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/middleware-location-constraint@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/middleware-logger@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/middleware-recursion-detection@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.5.2 - '@smithy/types': 4.15.0 + '@smithy/protocol-http': 5.4.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/middleware-sdk-s3@3.816.0': @@ -23509,22 +23494,22 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 '@aws-sdk/util-arn-parser': 3.804.0 - '@smithy/core': 3.26.0 - '@smithy/node-config-provider': 4.5.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/signature-v4': 5.5.2 - '@smithy/smithy-client': 4.14.2 - '@smithy/types': 4.15.0 - '@smithy/util-config-provider': 4.4.2 - '@smithy/util-middleware': 4.4.2 - '@smithy/util-stream': 4.7.2 - '@smithy/util-utf8': 4.4.2 + '@smithy/core': 3.24.6 + '@smithy/node-config-provider': 4.4.6 + '@smithy/protocol-http': 5.4.6 + '@smithy/signature-v4': 5.4.6 + '@smithy/smithy-client': 4.13.6 + '@smithy/types': 4.14.3 + '@smithy/util-config-provider': 4.3.6 + '@smithy/util-middleware': 4.3.6 + '@smithy/util-stream': 4.6.6 + '@smithy/util-utf8': 4.3.6 tslib: 2.8.1 '@aws-sdk/middleware-ssec@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/middleware-user-agent@3.816.0': @@ -23532,9 +23517,9 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/types': 3.804.0 '@aws-sdk/util-endpoints': 3.808.0 - '@smithy/core': 3.26.0 - '@smithy/protocol-http': 5.5.2 - '@smithy/types': 4.15.0 + '@smithy/core': 3.24.6 + '@smithy/protocol-http': 5.4.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/nested-clients@3.817.0': @@ -23551,31 +23536,31 @@ snapshots: '@aws-sdk/util-endpoints': 3.808.0 '@aws-sdk/util-user-agent-browser': 3.804.0 '@aws-sdk/util-user-agent-node': 3.816.0 - '@smithy/config-resolver': 4.6.2 - '@smithy/core': 3.26.0 - '@smithy/fetch-http-handler': 5.5.2 - '@smithy/hash-node': 4.4.2 - '@smithy/invalid-dependency': 4.4.2 - '@smithy/middleware-content-length': 4.4.2 - '@smithy/middleware-endpoint': 4.6.2 - '@smithy/middleware-retry': 4.7.2 - '@smithy/middleware-serde': 4.4.2 - '@smithy/middleware-stack': 4.4.2 - '@smithy/node-config-provider': 4.5.2 - '@smithy/node-http-handler': 4.8.2 - '@smithy/protocol-http': 5.5.2 - '@smithy/smithy-client': 4.14.2 - '@smithy/types': 4.15.0 - '@smithy/url-parser': 4.4.2 - '@smithy/util-base64': 4.5.2 - '@smithy/util-body-length-browser': 4.4.2 - '@smithy/util-body-length-node': 4.4.2 - '@smithy/util-defaults-mode-browser': 4.5.2 - '@smithy/util-defaults-mode-node': 4.4.2 - '@smithy/util-endpoints': 3.6.2 - '@smithy/util-middleware': 4.4.2 - '@smithy/util-retry': 4.5.2 - '@smithy/util-utf8': 4.4.2 + '@smithy/config-resolver': 4.5.6 + '@smithy/core': 3.24.6 + '@smithy/fetch-http-handler': 5.4.6 + '@smithy/hash-node': 4.3.6 + '@smithy/invalid-dependency': 4.3.6 + '@smithy/middleware-content-length': 4.3.6 + '@smithy/middleware-endpoint': 4.5.6 + '@smithy/middleware-retry': 4.6.6 + '@smithy/middleware-serde': 4.3.6 + '@smithy/middleware-stack': 4.3.6 + '@smithy/node-config-provider': 4.4.6 + '@smithy/node-http-handler': 4.7.7 + '@smithy/protocol-http': 5.4.6 + '@smithy/smithy-client': 4.13.6 + '@smithy/types': 4.14.3 + '@smithy/url-parser': 4.3.6 + '@smithy/util-base64': 4.4.6 + '@smithy/util-body-length-browser': 4.3.6 + '@smithy/util-body-length-node': 4.3.6 + '@smithy/util-defaults-mode-browser': 4.4.6 + '@smithy/util-defaults-mode-node': 4.3.6 + '@smithy/util-endpoints': 3.5.6 + '@smithy/util-middleware': 4.3.6 + '@smithy/util-retry': 4.4.6 + '@smithy/util-utf8': 4.3.6 tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -23583,19 +23568,19 @@ snapshots: '@aws-sdk/region-config-resolver@3.808.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/node-config-provider': 4.5.2 - '@smithy/types': 4.15.0 - '@smithy/util-config-provider': 4.4.2 - '@smithy/util-middleware': 4.4.2 + '@smithy/node-config-provider': 4.4.6 + '@smithy/types': 4.14.3 + '@smithy/util-config-provider': 4.3.6 + '@smithy/util-middleware': 4.3.6 tslib: 2.8.1 '@aws-sdk/signature-v4-multi-region@3.816.0': dependencies: '@aws-sdk/middleware-sdk-s3': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.5.2 - '@smithy/signature-v4': 5.5.2 - '@smithy/types': 4.15.0 + '@smithy/protocol-http': 5.4.6 + '@smithy/signature-v4': 5.4.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/token-providers@3.817.0': @@ -23603,16 +23588,16 @@ snapshots: '@aws-sdk/core': 3.816.0 '@aws-sdk/nested-clients': 3.817.0 '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.4.2 - '@smithy/shared-ini-file-loader': 4.6.2 - '@smithy/types': 4.15.0 + '@smithy/property-provider': 4.3.6 + '@smithy/shared-ini-file-loader': 4.5.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 transitivePeerDependencies: - aws-crt '@aws-sdk/types@3.804.0': dependencies: - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/util-arn-parser@3.804.0': @@ -23622,18 +23607,18 @@ snapshots: '@aws-sdk/util-endpoints@3.808.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.15.0 - '@smithy/util-endpoints': 3.6.2 + '@smithy/types': 4.14.3 + '@smithy/util-endpoints': 3.5.6 tslib: 2.8.1 - '@aws-sdk/util-locate-window@3.965.8': + '@aws-sdk/util-locate-window@3.965.7': dependencies: tslib: 2.8.1 '@aws-sdk/util-user-agent-browser@3.804.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 bowser: 2.14.1 tslib: 2.8.1 @@ -23641,13 +23626,13 @@ snapshots: dependencies: '@aws-sdk/middleware-user-agent': 3.816.0 '@aws-sdk/types': 3.804.0 - '@smithy/node-config-provider': 4.5.2 - '@smithy/types': 4.15.0 + '@smithy/node-config-provider': 4.4.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@aws-sdk/xml-builder@3.804.0': dependencies: - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 tslib: 2.8.1 '@azu/format-text@1.0.2': {} @@ -23713,8 +23698,8 @@ snapshots: '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 - '@azure/msal-browser': 5.14.0 - '@azure/msal-node': 5.2.5 + '@azure/msal-browser': 5.13.0 + '@azure/msal-node': 5.2.4 open: 10.2.0 tslib: 2.8.1 transitivePeerDependencies: @@ -23727,15 +23712,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/msal-browser@5.14.0': + '@azure/msal-browser@5.13.0': dependencies: - '@azure/msal-common': 16.9.0 + '@azure/msal-common': 16.8.0 - '@azure/msal-common@16.9.0': {} + '@azure/msal-common@16.8.0': {} - '@azure/msal-node@5.2.5': + '@azure/msal-node@5.2.4': dependencies: - '@azure/msal-common': 16.9.0 + '@azure/msal-common': 16.8.0 jsonwebtoken: 9.0.3 '@babel/code-frame@7.10.4': @@ -23786,7 +23771,7 @@ snapshots: dependencies: '@babel/compat-data': 7.29.7 '@babel/helper-validator-option': 7.29.7 - browserslist: 4.28.4 + browserslist: 4.28.2 lru-cache: 5.1.1 semver: 6.3.1 @@ -25050,7 +25035,7 @@ snapshots: '@lezer/highlight': 1.2.3 style-mod: 4.1.3 - '@codemirror/search@6.7.1': + '@codemirror/search@6.7.0': dependencies: '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 @@ -25642,7 +25627,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 5.1.0 + js-yaml: 4.2.0 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -25656,7 +25641,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 5.1.0 + js-yaml: 4.2.0 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -25700,7 +25685,7 @@ snapshots: '@floating-ui/utils': 0.2.11 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - tabbable: 6.5.0 + tabbable: 6.4.0 '@floating-ui/utils@0.2.11': {} @@ -25760,10 +25745,10 @@ snapshots: dependencies: '@graphiql/toolkit': 0.11.3(@types/node@22.15.24)(graphql@16.11.0) '@headlessui/react': 1.7.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-dropdown-menu': 2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-tooltip': 1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dropdown-menu': 2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/codemirror': 5.60.17 clsx: 1.2.1 codemirror: 5.65.21 @@ -25810,14 +25795,14 @@ snapshots: '@headlessui/react@1.7.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@tanstack/react-virtual': 3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-virtual': 3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) client-only: 0.0.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) '@headlessui/react@1.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@tanstack/react-virtual': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@tanstack/react-virtual': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) client-only: 0.0.1 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -25827,7 +25812,7 @@ snapshots: '@floating-ui/react': 0.26.28(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/focus': 3.22.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/interactions': 3.28.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@tanstack/react-virtual': 3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-virtual': 3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -25836,14 +25821,14 @@ snapshots: '@floating-ui/react': 0.26.28(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/focus': 3.22.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/interactions': 3.28.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@tanstack/react-virtual': 3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-virtual': 3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) use-sync-external-store: 1.6.0(react@18.2.0) - '@hono/node-server@1.19.13(hono@4.12.27)': + '@hono/node-server@1.19.13(hono@4.12.25)': dependencies: - hono: 4.12.27 + hono: 4.12.25 '@hookform/resolvers@2.8.0(react-hook-form@7.56.4(react@18.2.0))': dependencies: @@ -25909,7 +25894,7 @@ snapshots: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 resolve-from: 5.0.0 '@istanbuljs/schema@0.1.6': {} @@ -26761,58 +26746,58 @@ snapshots: dependencies: tslib: 2.8.1 - '@jsonjoy.com/fs-core@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-core@4.57.7(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) thingies: 2.6.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-fsa@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-fsa@4.57.7(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) thingies: 2.6.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node-builtins@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-node-builtins@4.57.7(tslib@2.8.1)': dependencies: tslib: 2.8.1 - '@jsonjoy.com/fs-node-to-fsa@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-node-to-fsa@4.57.7(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-fsa': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node-utils@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-node-utils@4.57.7(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-node@4.57.7(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.57.7(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) thingies: 2.6.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-print@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-print@4.57.7(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-snapshot@4.57.8(tslib@2.8.1)': + '@jsonjoy.com/fs-snapshot@4.57.7(tslib@2.8.1)': dependencies: '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) '@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1) '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) tslib: 2.8.1 @@ -27115,7 +27100,7 @@ snapshots: '@mcp-ui/client@6.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@modelcontextprotocol/ext-apps': 1.7.4(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) + '@modelcontextprotocol/ext-apps': 1.7.2(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -27179,18 +27164,18 @@ snapshots: '@lexical/utils': 0.17.1 '@mdxeditor/gurx': 1.2.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/colors': 3.0.0 - '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-icons': 1.3.2(react@18.2.0) - '@radix-ui/react-popover': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-select': 2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle-group': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toolbar': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-tooltip': 1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popover': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-select': 2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toolbar': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) classnames: 2.5.1 cm6-theme-basic-light: 0.2.0(@codemirror/language@6.11.3)(@codemirror/state@6.5.2)(@codemirror/view@6.38.8)(@lezer/highlight@1.2.3) codemirror: 6.0.2 downshift: 7.6.2(react@18.2.0) - js-yaml: 5.1.0 + js-yaml: 4.2.0 lexical: 0.17.1 mdast-util-directive: 3.1.0 mdast-util-from-markdown: 2.0.3 @@ -27229,32 +27214,32 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@microsoft/1ds-core-js@4.4.2(tslib@2.8.1)': + '@microsoft/1ds-core-js@4.4.1(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-async': 0.6.1 '@nevware21/ts-utils': 0.14.0 transitivePeerDependencies: - tslib - '@microsoft/1ds-post-js@4.4.2(tslib@2.8.1)': + '@microsoft/1ds-post-js@4.4.1(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-async': 0.6.1 '@nevware21/ts-utils': 0.14.0 transitivePeerDependencies: - tslib - '@microsoft/applicationinsights-channel-js@3.4.2(tslib@2.8.1)': + '@microsoft/applicationinsights-channel-js@3.4.1(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-async': 0.6.1 '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 @@ -27274,11 +27259,11 @@ snapshots: '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 - '@microsoft/applicationinsights-core-js@3.4.2(tslib@2.8.1)': + '@microsoft/applicationinsights-core-js@3.4.1(tslib@2.8.1)': dependencies: '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-async': 0.6.1 '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 @@ -27286,13 +27271,13 @@ snapshots: dependencies: '@nevware21/ts-utils': 0.14.0 - '@microsoft/applicationinsights-web-basic@3.4.2(tslib@2.8.1)': + '@microsoft/applicationinsights-web-basic@3.4.1(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-channel-js': 3.4.2(tslib@2.8.1) - '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-channel-js': 3.4.1(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.1(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.5 - '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-async': 0.6.1 '@nevware21/ts-utils': 0.14.0 tslib: 2.8.1 @@ -27337,7 +27322,7 @@ snapshots: dependencies: exenv-es6: 1.1.1 - '@modelcontextprotocol/ext-apps@1.7.4(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76)': + '@modelcontextprotocol/ext-apps@1.7.2(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76)': dependencies: '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) '@standard-schema/spec': 1.1.0 @@ -27360,19 +27345,19 @@ snapshots: '@modelcontextprotocol/inspector-client@0.21.2(@types/react-dom@18.2.0)(@types/react@18.2.0)': dependencies: '@mcp-ui/client': 6.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@modelcontextprotocol/ext-apps': 1.7.4(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) + '@modelcontextprotocol/ext-apps': 1.7.2(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.25.76) '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) - '@radix-ui/react-checkbox': 1.3.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-checkbox': 1.3.4(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-icons': 1.3.2(react@18.3.1) - '@radix-ui/react-label': 2.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-popover': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-select': 2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-switch': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tabs': 1.1.15(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-toast': 1.2.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tooltip': 1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-label': 2.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popover': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-select': 2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-switch': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tabs': 1.1.14(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-toast': 1.2.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ajv: 6.15.0 class-variance-authority: 0.7.1 clsx: 2.1.1 @@ -27415,7 +27400,7 @@ snapshots: '@modelcontextprotocol/inspector-client': 0.21.2(@types/react-dom@18.2.0)(@types/react@18.2.0) '@modelcontextprotocol/inspector-server': 0.21.2 '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) - concurrently: 9.2.3 + concurrently: 9.2.1 node-fetch: 3.3.2 open: 10.2.0 shell-quote: 1.8.4 @@ -27436,7 +27421,7 @@ snapshots: '@modelcontextprotocol/sdk@1.29.0(zod@3.25.76)': dependencies: - '@hono/node-server': 1.19.13(hono@4.12.27) + '@hono/node-server': 1.19.13(hono@4.12.25) ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) content-type: 1.0.5 @@ -27446,7 +27431,7 @@ snapshots: eventsource-parser: 3.1.0 express: 5.2.1 express-rate-limit: 8.2.2(express@5.2.1) - hono: 4.12.27 + hono: 4.12.25 jose: 6.2.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -27458,7 +27443,7 @@ snapshots: '@modelcontextprotocol/sdk@1.29.0(zod@4.1.8)': dependencies: - '@hono/node-server': 1.19.13(hono@4.12.27) + '@hono/node-server': 1.19.13(hono@4.12.25) ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) content-type: 1.0.5 @@ -27468,7 +27453,7 @@ snapshots: eventsource-parser: 3.1.0 express: 5.2.1 express-rate-limit: 8.2.2(express@5.2.1) - hono: 4.12.27 + hono: 4.12.25 jose: 6.2.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -27542,13 +27527,9 @@ snapshots: dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 - '@tybys/wasm-util': 0.10.3 + '@tybys/wasm-util': 0.10.2 optional: true - '@nevware21/ts-async@0.5.5': - dependencies: - '@nevware21/ts-utils': 0.14.0 - '@nevware21/ts-async@0.6.1': dependencies: '@nevware21/ts-utils': 0.14.0 @@ -27576,12 +27557,12 @@ snapshots: '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 - semver: 7.8.5 + semver: 7.8.4 '@npmcli/fs@2.1.2': dependencies: '@gar/promisify': 1.1.3 - semver: 7.8.5 + semver: 7.8.4 '@npmcli/move-file@1.1.2': dependencies: @@ -28119,31 +28100,31 @@ snapshots: '@radix-ui/primitive@1.1.4': {} - '@radix-ui/react-arrow@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-arrow@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-arrow@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-arrow@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-checkbox@1.3.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-checkbox@1.3.4(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-size': 1.1.2(@types/react@18.2.0)(react@18.3.1) @@ -28153,24 +28134,24 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-collection@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-collection@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-collection@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-collection@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -28201,19 +28182,19 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-dialog@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dialog@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 @@ -28223,19 +28204,19 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-dialog@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dialog@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) aria-hidden: 1.2.6 react: 18.3.1 @@ -28257,11 +28238,11 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-dismissable-layer@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 @@ -28270,11 +28251,11 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-dismissable-layer@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 @@ -28283,14 +28264,14 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-dropdown-menu@2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-dropdown-menu@2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-menu': 2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-menu': 2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28310,10 +28291,10 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-focus-scope@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28321,10 +28302,10 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-focus-scope@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28354,32 +28335,32 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-label@2.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-label@2.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-menu@2.1.18(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-menu@2.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 @@ -28389,20 +28370,20 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popover@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-popover@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 @@ -28412,20 +28393,20 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popover@1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-popover@1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) aria-hidden: 1.2.6 react: 18.3.1 @@ -28435,13 +28416,13 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popper@1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-popper@1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@floating-ui/react-dom': 2.1.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-arrow': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-arrow': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-rect': 1.1.2(@types/react@18.2.0)(react@18.2.0) @@ -28453,13 +28434,13 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-popper@1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-popper@1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react-dom': 2.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-arrow': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-arrow': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-rect': 1.1.2(@types/react@18.2.0)(react@18.3.1) @@ -28471,9 +28452,9 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-portal@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-portal@1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28481,9 +28462,9 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-portal@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-portal@1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28509,33 +28490,33 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-primitive@2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-primitive@2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-primitive@2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-primitive@2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-roving-focus@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-roving-focus@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 @@ -28544,15 +28525,15 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-roving-focus@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-roving-focus@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 @@ -28561,28 +28542,28 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-select@2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-select@2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/number': 1.1.2 '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) aria-hidden: 1.2.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28591,28 +28572,28 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-select@2.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-select@2.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/number': 1.1.2 '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) aria-hidden: 1.2.6 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28621,35 +28602,35 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-separator@1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-separator@1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-slot@1.3.0(@types/react@18.2.0)(react@18.2.0)': + '@radix-ui/react-slot@1.2.5(@types/react@18.2.0)(react@18.2.0)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-slot@1.3.0(@types/react@18.2.0)(react@18.3.1)': + '@radix-ui/react-slot@1.2.5(@types/react@18.2.0)(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-switch@1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-switch@1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-size': 1.1.2(@types/react@18.2.0)(react@18.3.1) @@ -28659,15 +28640,15 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-tabs@1.1.15(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-tabs@1.1.14(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -28675,34 +28656,34 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toast@1.2.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-toast@1.2.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-collection': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toggle-group@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toggle-group@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28710,10 +28691,10 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toggle@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toggle@1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -28721,55 +28702,55 @@ snapshots: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-toolbar@1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-toolbar@1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-direction': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-separator': 1.1.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-toggle-group': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-separator': 1.1.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-tooltip@1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-tooltip@1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.2.0) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-tooltip@1.2.10(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-tooltip@1.2.9(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.4 '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-context': 1.1.4(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.1.13(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-popper': 1.3.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.1.12(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.3.0(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.11(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.3.0(@types/react@18.2.0)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.5(@types/react@18.2.0)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -28884,18 +28865,18 @@ snapshots: optionalDependencies: '@types/react': 18.2.0 - '@radix-ui/react-visually-hidden@1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.0 '@types/react-dom': 18.2.0 - '@radix-ui/react-visually-hidden@1.2.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -28917,15 +28898,15 @@ snapshots: dependencies: '@swc/helpers': 0.5.23 react: 18.2.0 - react-aria: 3.50.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-aria: 3.49.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: 18.2.0(react@18.2.0) '@react-aria/interactions@3.28.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@react-types/shared': 3.36.0(react@18.2.0) + '@react-types/shared': 3.35.0(react@18.2.0) '@swc/helpers': 0.5.23 react: 18.2.0 - react-aria: 3.50.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-aria: 3.49.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: 18.2.0(react@18.2.0) '@react-dnd/asap@5.0.2': {} @@ -28944,22 +28925,22 @@ snapshots: dependencies: react: 18.2.0 - '@react-types/shared@3.36.0(react@18.2.0)': + '@react-types/shared@3.35.0(react@18.2.0)': dependencies: react: 18.2.0 - '@redhat-developer/locators@1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0)': + '@redhat-developer/locators@1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0)': dependencies: - '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3) - selenium-webdriver: 4.45.0 + '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3) + selenium-webdriver: 4.44.0 - '@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3)': + '@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3)': dependencies: clipboardy: 5.3.1 clone-deep: 4.0.1 compare-versions: 6.1.1 fs-extra: 11.3.5 - selenium-webdriver: 4.45.0 + selenium-webdriver: 4.44.0 type-fest: 4.41.0 typescript: 5.8.3 @@ -29245,7 +29226,7 @@ snapshots: '@size-limit/esbuild@11.2.0(size-limit@11.2.0)': dependencies: esbuild: 0.25.12 - nanoid: 5.1.15 + nanoid: 5.1.11 size-limit: 11.2.0 '@size-limit/file@11.2.0(size-limit@11.2.0)': @@ -29258,168 +29239,168 @@ snapshots: '@size-limit/file': 11.2.0(size-limit@11.2.0) size-limit: 11.2.0 - '@smithy/config-resolver@4.6.2': + '@smithy/config-resolver@4.5.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/core@3.26.0': + '@smithy/core@3.24.6': dependencies: '@aws-crypto/crc32': 5.2.0 - '@smithy/types': 4.15.0 + '@smithy/types': 4.14.3 tslib: 2.8.1 - '@smithy/credential-provider-imds@4.4.2': + '@smithy/credential-provider-imds@4.3.8': dependencies: - '@smithy/core': 3.26.0 - '@smithy/types': 4.15.0 + '@smithy/core': 3.24.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 - '@smithy/eventstream-codec@4.4.2': + '@smithy/eventstream-codec@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/eventstream-serde-browser@4.4.2': + '@smithy/eventstream-serde-browser@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/eventstream-serde-config-resolver@4.5.2': + '@smithy/eventstream-serde-config-resolver@4.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/eventstream-serde-node@4.4.2': + '@smithy/eventstream-serde-node@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/fetch-http-handler@5.5.2': + '@smithy/fetch-http-handler@5.4.6': dependencies: - '@smithy/core': 3.26.0 - '@smithy/types': 4.15.0 + '@smithy/core': 3.24.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 - '@smithy/hash-blob-browser@4.4.2': + '@smithy/hash-blob-browser@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/hash-node@4.4.2': + '@smithy/hash-node@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/hash-stream-node@4.4.2': + '@smithy/hash-stream-node@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/invalid-dependency@4.4.2': + '@smithy/invalid-dependency@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 '@smithy/is-array-buffer@2.2.0': dependencies: tslib: 2.8.1 - '@smithy/is-array-buffer@4.4.2': + '@smithy/is-array-buffer@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/md5-js@4.4.2': + '@smithy/md5-js@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/middleware-content-length@4.4.2': + '@smithy/middleware-content-length@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/middleware-endpoint@4.6.2': + '@smithy/middleware-endpoint@4.5.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/middleware-retry@4.7.2': + '@smithy/middleware-retry@4.6.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/middleware-serde@4.4.2': + '@smithy/middleware-serde@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/middleware-stack@4.4.2': + '@smithy/middleware-stack@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/node-config-provider@4.5.2': + '@smithy/node-config-provider@4.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/node-http-handler@4.8.2': + '@smithy/node-http-handler@4.7.7': dependencies: - '@smithy/core': 3.26.0 - '@smithy/types': 4.15.0 + '@smithy/core': 3.24.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 - '@smithy/property-provider@4.4.2': + '@smithy/property-provider@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/protocol-http@5.5.2': + '@smithy/protocol-http@5.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/shared-ini-file-loader@4.6.2': + '@smithy/shared-ini-file-loader@4.5.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/signature-v4@5.5.2': + '@smithy/signature-v4@5.4.6': dependencies: - '@smithy/core': 3.26.0 - '@smithy/types': 4.15.0 + '@smithy/core': 3.24.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 - '@smithy/smithy-client@4.14.2': + '@smithy/smithy-client@4.13.6': dependencies: - '@smithy/core': 3.26.0 - '@smithy/types': 4.15.0 + '@smithy/core': 3.24.6 + '@smithy/types': 4.14.3 tslib: 2.8.1 - '@smithy/types@4.15.0': + '@smithy/types@4.14.3': dependencies: tslib: 2.8.1 - '@smithy/url-parser@4.4.2': + '@smithy/url-parser@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-base64@4.5.2': + '@smithy/util-base64@4.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-body-length-browser@4.4.2': + '@smithy/util-body-length-browser@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-body-length-node@4.4.2': + '@smithy/util-body-length-node@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 '@smithy/util-buffer-from@2.2.0': @@ -29427,39 +29408,39 @@ snapshots: '@smithy/is-array-buffer': 2.2.0 tslib: 2.8.1 - '@smithy/util-config-provider@4.4.2': + '@smithy/util-config-provider@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-defaults-mode-browser@4.5.2': + '@smithy/util-defaults-mode-browser@4.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-defaults-mode-node@4.4.2': + '@smithy/util-defaults-mode-node@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-endpoints@3.6.2': + '@smithy/util-endpoints@3.5.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-middleware@4.4.2': + '@smithy/util-middleware@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-retry@4.5.2': + '@smithy/util-retry@4.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-stream@4.7.2': + '@smithy/util-stream@4.6.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 '@smithy/util-utf8@2.3.0': @@ -29467,14 +29448,14 @@ snapshots: '@smithy/util-buffer-from': 2.2.0 tslib: 2.8.1 - '@smithy/util-utf8@4.4.2': + '@smithy/util-utf8@4.3.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 - '@smithy/util-waiter@4.5.2': + '@smithy/util-waiter@4.4.6': dependencies: - '@smithy/core': 3.26.0 + '@smithy/core': 3.24.6 tslib: 2.8.1 '@so-ric/colorspace@1.1.6': @@ -30689,7 +30670,7 @@ snapshots: magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) style-loader: 3.3.4(webpack@5.104.1(esbuild@0.25.12)(postcss@8.5.10)) terser-webpack-plugin: 5.3.14(esbuild@0.25.12)(webpack@5.104.1(esbuild@0.25.12)(postcss@8.5.10)) @@ -30734,7 +30715,7 @@ snapshots: magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) style-loader: 3.3.4(webpack@5.104.1(postcss@8.5.10)) terser-webpack-plugin: 5.3.14(webpack@5.104.1(postcss@8.5.10)) @@ -30779,7 +30760,7 @@ snapshots: magic-string: 0.30.21 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) style-loader: 3.3.4(webpack@5.104.1) terser-webpack-plugin: 5.3.14(webpack@5.104.1) @@ -30892,7 +30873,7 @@ snapshots: leven: 3.1.0 p-limit: 6.2.0 prompts: 2.4.2 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) tiny-invariant: 1.3.3 ts-dedent: 2.3.0 @@ -31026,7 +31007,7 @@ snapshots: '@storybook/core': 8.6.14(prettier@3.5.3)(storybook@8.6.14(prettier@3.5.3)) '@types/cross-spawn': 6.0.6 cross-spawn: 7.0.6 - es-toolkit: 1.48.1 + es-toolkit: 1.47.1 globby: 14.1.0 jscodeshift: 0.15.2(@babel/preset-env@7.27.2(@babel/core@7.29.7)) prettier: 3.5.3 @@ -32149,7 +32130,7 @@ snapshots: jsdoc-type-pratt-parser: 4.8.0 process: 0.11.10 recast: 0.23.11 - semver: 7.8.5 + semver: 7.8.4 util: 0.12.5 ws: 8.21.0 optionalDependencies: @@ -32170,7 +32151,7 @@ snapshots: jsdoc-type-pratt-parser: 4.8.0 process: 0.11.10 recast: 0.23.11 - semver: 7.8.5 + semver: 7.8.4 util: 0.12.5 ws: 8.21.0 optionalDependencies: @@ -32743,7 +32724,7 @@ snapshots: react-docgen: 7.1.1 react-dom: 18.2.0(react@18.2.0) resolve: 1.22.12 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) tsconfig-paths: 4.2.0 webpack: 5.104.1(esbuild@0.25.12)(postcss@8.5.10) @@ -32778,7 +32759,7 @@ snapshots: react-docgen: 7.1.1 react-dom: 18.2.0(react@18.2.0) resolve: 1.22.12 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) tsconfig-paths: 4.2.0 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -32813,7 +32794,7 @@ snapshots: react-docgen: 7.1.1 react-dom: 19.1.0(react@19.1.0) resolve: 1.22.12 - semver: 7.8.5 + semver: 7.8.4 storybook: 8.6.14(prettier@3.5.3) tsconfig-paths: 4.2.0 webpack: 5.104.1(postcss@8.5.10) @@ -33625,7 +33606,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.15 + nanoid: 3.3.12 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33650,7 +33631,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.15 + nanoid: 3.3.12 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33675,7 +33656,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.15 + nanoid: 3.3.12 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33700,7 +33681,7 @@ snapshots: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0(encoding@0.1.13) - nanoid: 3.3.15 + nanoid: 3.3.12 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 transitivePeerDependencies: @@ -33806,7 +33787,7 @@ snapshots: qs: 6.15.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-draggable: 4.7.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-draggable: 4.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-helmet-async: 1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-sizeme: 3.0.2 regenerator-runtime: 0.13.11 @@ -33873,20 +33854,20 @@ snapshots: regenerator-runtime: 0.13.11 resolve-from: 5.0.0 - '@swagger-api/apidom-ast@1.11.3': + '@swagger-api/apidom-ast@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-error': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) unraw: 3.0.0 - '@swagger-api/apidom-core@1.11.3': + '@swagger-api/apidom-core@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ast': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 '@types/ramda': 0.30.2 minim: 0.23.8 ramda: 0.30.1 @@ -33894,260 +33875,260 @@ snapshots: short-unique-id: 5.3.2 ts-mixer: 6.0.4 - '@swagger-api/apidom-error@1.11.3': + '@swagger-api/apidom-error@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-json-pointer@1.11.3': + '@swagger-api/apidom-json-pointer@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 '@swaggerexpert/json-pointer': 2.10.2 - '@swagger-api/apidom-ns-api-design-systems@1.11.3': + '@swagger-api/apidom-ns-api-design-systems@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-arazzo-1@1.11.3': + '@swagger-api/apidom-ns-arazzo-1@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-asyncapi-2@1.11.3': + '@swagger-api/apidom-ns-asyncapi-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-asyncapi-3@1.11.3': + '@swagger-api/apidom-ns-asyncapi-3@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-json-schema-2019-09@1.11.3': + '@swagger-api/apidom-ns-json-schema-2019-09@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-json-schema-draft-7': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-2020-12@1.11.3': + '@swagger-api/apidom-ns-json-schema-2020-12@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-json-schema-2019-09': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-json-schema-2019-09': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-draft-4@1.11.3': + '@swagger-api/apidom-ns-json-schema-draft-4@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.3 - '@swagger-api/apidom-core': 1.11.3 + '@swagger-api/apidom-ast': 1.11.2 + '@swagger-api/apidom-core': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-draft-6@1.11.3': + '@swagger-api/apidom-ns-json-schema-draft-6@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-json-schema-draft-7@1.11.3': + '@swagger-api/apidom-ns-json-schema-draft-7@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-json-schema-draft-6': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-json-schema-draft-6': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-openapi-2@1.11.3': + '@swagger-api/apidom-ns-openapi-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 optional: true - '@swagger-api/apidom-ns-openapi-3-0@1.11.3': + '@swagger-api/apidom-ns-openapi-3-0@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-ns-json-schema-draft-4': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-openapi-3-1@1.11.3': + '@swagger-api/apidom-ns-openapi-3-1@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.3 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-json-pointer': 1.11.3 - '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 + '@swagger-api/apidom-ast': 1.11.2 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-json-pointer': 1.11.2 + '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-ns-openapi-3-2@1.11.3': + '@swagger-api/apidom-ns-openapi-3-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.3 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-json-pointer': 1.11.3 - '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 + '@swagger-api/apidom-ast': 1.11.2 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-json-pointer': 1.11.2 + '@swagger-api/apidom-ns-json-schema-2020-12': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) ts-mixer: 6.0.4 - '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.3': + '@swagger-api/apidom-parser-adapter-api-design-systems-json@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-api-design-systems': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-api-design-systems': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.3': + '@swagger-api/apidom-parser-adapter-api-design-systems-yaml@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-api-design-systems': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-api-design-systems': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.3': + '@swagger-api/apidom-parser-adapter-arazzo-json-1@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-arazzo-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-arazzo-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.3': + '@swagger-api/apidom-parser-adapter-arazzo-yaml-1@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-arazzo-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-arazzo-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.3': + '@swagger-api/apidom-parser-adapter-asyncapi-json-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.3': + '@swagger-api/apidom-parser-adapter-asyncapi-json-3@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-asyncapi-3': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-asyncapi-3': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.3': + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.3': + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-asyncapi-3': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-asyncapi-3': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-json@1.11.3': + '@swagger-api/apidom-parser-adapter-json@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.3 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ast': 1.11.2 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) @@ -34156,100 +34137,100 @@ snapshots: web-tree-sitter: 0.24.5 optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-json-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-json-3-0@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-json-3-1@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-json-3-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-yaml-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.3': + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 '@types/ramda': 0.30.2 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optional: true - '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.3': + '@swagger-api/apidom-parser-adapter-yaml-1-2@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-ast': 1.11.3 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-ast': 1.11.2 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 '@tree-sitter-grammars/tree-sitter-yaml': 0.7.1(tree-sitter@0.22.4) '@types/ramda': 0.30.2 ramda: 0.30.1 @@ -34258,42 +34239,42 @@ snapshots: web-tree-sitter: 0.24.5 optional: true - '@swagger-api/apidom-reference@1.11.3': + '@swagger-api/apidom-reference@1.11.2': dependencies: '@babel/runtime-corejs3': 7.29.7 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 '@types/ramda': 0.30.2 - axios: 1.18.1 + axios: 1.17.0 minimatch: 10.2.3 ramda: 0.30.1 ramda-adjunct: 5.1.0(ramda@0.30.1) optionalDependencies: - '@swagger-api/apidom-json-pointer': 1.11.3 - '@swagger-api/apidom-ns-arazzo-1': 1.11.3 - '@swagger-api/apidom-ns-asyncapi-2': 1.11.3 - '@swagger-api/apidom-ns-openapi-2': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-0': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-api-design-systems-json': 1.11.3 - '@swagger-api/apidom-parser-adapter-api-design-systems-yaml': 1.11.3 - '@swagger-api/apidom-parser-adapter-arazzo-json-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-arazzo-yaml-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-asyncapi-json-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-asyncapi-json-3': 1.11.3 - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3': 1.11.3 - '@swagger-api/apidom-parser-adapter-json': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-json-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-json-3-0': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-json-3-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-json-3-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-yaml-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1': 1.11.3 - '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2': 1.11.3 - '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.3 + '@swagger-api/apidom-json-pointer': 1.11.2 + '@swagger-api/apidom-ns-arazzo-1': 1.11.2 + '@swagger-api/apidom-ns-asyncapi-2': 1.11.2 + '@swagger-api/apidom-ns-openapi-2': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-0': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-api-design-systems-json': 1.11.2 + '@swagger-api/apidom-parser-adapter-api-design-systems-yaml': 1.11.2 + '@swagger-api/apidom-parser-adapter-arazzo-json-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-arazzo-yaml-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-asyncapi-json-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-asyncapi-json-3': 1.11.2 + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-asyncapi-yaml-3': 1.11.2 + '@swagger-api/apidom-parser-adapter-json': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-json-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-json-3-0': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-json-3-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-json-3-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-yaml-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1': 1.11.2 + '@swagger-api/apidom-parser-adapter-openapi-yaml-3-2': 1.11.2 + '@swagger-api/apidom-parser-adapter-yaml-1-2': 1.11.2 transitivePeerDependencies: - debug - supports-color @@ -34375,19 +34356,19 @@ snapshots: '@tanstack/query-core': 5.77.1 react: 18.2.0 - '@tanstack/react-virtual@3.14.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@tanstack/react-virtual@3.14.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@tanstack/virtual-core': 3.17.1 + '@tanstack/virtual-core': 3.17.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@tanstack/react-virtual@3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@tanstack/react-virtual@3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@tanstack/virtual-core': 3.17.1 + '@tanstack/virtual-core': 3.17.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@tanstack/virtual-core@3.17.1': {} + '@tanstack/virtual-core@3.17.0': {} '@testing-library/dom@10.4.0': dependencies: @@ -34445,7 +34426,7 @@ snapshots: '@textlint/types': 15.7.1 chalk: 4.1.2 debug: 4.4.3(supports-color@8.1.1) - js-yaml: 5.1.0 + js-yaml: 4.2.0 lodash: 4.18.1 pluralize: 2.0.0 string-width: 4.2.3 @@ -34520,7 +34501,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@tybys/wasm-util@0.10.3': + '@tybys/wasm-util@0.10.2': dependencies: tslib: 2.8.1 optional: true @@ -35360,7 +35341,7 @@ snapshots: glob: 7.2.3 is-glob: 4.0.3 lodash: 4.18.1 - semver: 7.8.5 + semver: 7.8.4 tsutils: 3.21.0(typescript@3.9.10) optionalDependencies: typescript: 3.9.10 @@ -35374,7 +35355,7 @@ snapshots: debug: 4.4.3(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.8.5 + semver: 7.8.4 tsutils: 3.21.0(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 @@ -35389,7 +35370,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.7 - semver: 7.8.5 + semver: 7.8.4 ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: @@ -35405,7 +35386,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.7 - semver: 7.8.5 + semver: 7.8.4 ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: @@ -35421,7 +35402,7 @@ snapshots: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3) eslint: 9.39.4(jiti@2.7.0) eslint-scope: 5.1.1 - semver: 7.8.5 + semver: 7.8.4 transitivePeerDependencies: - supports-color - typescript @@ -35477,7 +35458,7 @@ snapshots: '@codemirror/commands': 6.10.0 '@codemirror/language': 6.11.3 '@codemirror/lint': 6.8.5 - '@codemirror/search': 6.7.1 + '@codemirror/search': 6.7.0 '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 @@ -35495,7 +35476,7 @@ snapshots: transitivePeerDependencies: - '@codemirror/lint' - '@ungap/structured-clone@1.3.2': {} + '@ungap/structured-clone@1.3.1': {} '@unrs/resolver-binding-android-arm-eabi@1.12.2': optional: true @@ -35630,9 +35611,9 @@ snapshots: '@vscode/extension-telemetry@1.0.0(tslib@2.8.1)': dependencies: - '@microsoft/1ds-core-js': 4.4.2(tslib@2.8.1) - '@microsoft/1ds-post-js': 4.4.2(tslib@2.8.1) - '@microsoft/applicationinsights-web-basic': 3.4.2(tslib@2.8.1) + '@microsoft/1ds-core-js': 4.4.1(tslib@2.8.1) + '@microsoft/1ds-post-js': 4.4.1(tslib@2.8.1) + '@microsoft/applicationinsights-web-basic': 3.4.1(tslib@2.8.1) transitivePeerDependencies: - tslib @@ -35643,7 +35624,7 @@ snapshots: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 jszip: 3.10.1 - semver: 7.8.5 + semver: 7.8.4 transitivePeerDependencies: - supports-color @@ -35652,7 +35633,7 @@ snapshots: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 jszip: 3.10.1 - semver: 7.8.5 + semver: 7.8.4 transitivePeerDependencies: - supports-color @@ -35662,7 +35643,7 @@ snapshots: https-proxy-agent: 7.0.6 jszip: 3.10.1 ora: 8.2.0 - semver: 7.8.5 + semver: 7.8.4 transitivePeerDependencies: - supports-color @@ -35724,7 +35705,7 @@ snapshots: minimatch: 3.1.5 parse-semver: 1.1.1 read: 1.0.7 - semver: 7.8.5 + semver: 7.8.4 tmp: 0.2.7 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -35760,7 +35741,7 @@ snapshots: parse-semver: 1.1.1 read: 1.0.7 secretlint: 10.2.2 - semver: 7.8.5 + semver: 7.8.4 tmp: 0.2.7 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -35796,7 +35777,7 @@ snapshots: parse-semver: 1.1.1 read: 1.0.7 secretlint: 10.2.2 - semver: 7.8.5 + semver: 7.8.4 tmp: 0.2.7 typed-rest-client: 1.8.11 url-join: 4.0.1 @@ -36129,6 +36110,8 @@ snapshots: acorn@8.17.0: {} + address@1.0.3: {} + address@1.1.2: {} address@1.2.2: {} @@ -36163,7 +36146,7 @@ snapshots: dependencies: '@ai-sdk/gateway': 2.0.0(zod@4.1.11) '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.27(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.25(zod@4.1.11) '@opentelemetry/api': 1.9.0 zod: 4.1.11 @@ -36307,7 +36290,7 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.2 - anynum@1.0.1: {} + anynum@1.0.0: {} apg-lite@1.0.5: {} @@ -36551,7 +36534,7 @@ snapshots: autoprefixer@10.4.19(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-lite: 1.0.30001799 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -36561,7 +36544,7 @@ snapshots: autoprefixer@10.4.21(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-lite: 1.0.30001799 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -36571,7 +36554,7 @@ snapshots: autoprefixer@9.8.8: dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-lite: 1.0.30001799 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -36593,7 +36576,7 @@ snapshots: axe-core@4.12.1: {} - axios@1.18.1: + axios@1.17.0: dependencies: follow-redirects: 1.16.0 form-data: 4.0.6 @@ -36947,7 +36930,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.10.38: {} + baseline-browser-mapping@2.10.36: {} basic-auth@2.0.1: dependencies: @@ -37033,10 +37016,10 @@ snapshots: type-is: 1.6.18 unpipe: 1.0.0 - body-parser@2.3.0: + body-parser@2.2.2: dependencies: bytes: 3.1.2 - content-type: 2.0.0 + content-type: 1.0.5 debug: 4.4.3(supports-color@8.1.1) http-errors: 2.0.1 iconv-lite: 0.7.2 @@ -37161,17 +37144,17 @@ snapshots: browserslist@4.14.2: dependencies: caniuse-lite: 1.0.30001799 - electron-to-chromium: 1.5.377 + electron-to-chromium: 1.5.372 escalade: 3.2.0 node-releases: 1.1.77 - browserslist@4.28.4: + browserslist@4.28.2: dependencies: - baseline-browser-mapping: 2.10.38 + baseline-browser-mapping: 2.10.36 caniuse-lite: 1.0.30001799 - electron-to-chromium: 1.5.377 - node-releases: 2.0.48 - update-browserslist-db: 1.2.3(browserslist@4.28.4) + electron-to-chromium: 1.5.372 + node-releases: 2.0.47 + update-browserslist-db: 1.2.3(browserslist@4.28.2) bs-logger@0.2.6: dependencies: @@ -37257,7 +37240,7 @@ snapshots: istanbul-reports: 3.2.0 test-exclude: 7.0.2 v8-to-istanbul: 9.3.0 - yargs: 17.7.3 + yargs: 17.7.2 yargs-parser: 21.1.1 c8@7.14.0: @@ -37272,7 +37255,7 @@ snapshots: rimraf: 3.0.2 test-exclude: 6.0.0 v8-to-istanbul: 9.3.0 - yargs: 16.2.2 + yargs: 16.2.0 yargs-parser: 20.2.9 cacache@12.0.4: @@ -37417,7 +37400,7 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-lite: 1.0.30001799 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -37733,9 +37716,9 @@ snapshots: cmdk@1.1.1(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@radix-ui/react-compose-refs': 1.1.3(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-dialog': 1.1.17(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.1.16(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.2(@types/react@18.2.0)(react@18.3.1) - '@radix-ui/react-primitive': 2.1.6(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@18.2.0)(@types/react@18.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: @@ -37766,7 +37749,7 @@ snapshots: '@codemirror/commands': 6.10.0 '@codemirror/language': 6.11.3 '@codemirror/lint': 6.8.5 - '@codemirror/search': 6.7.1 + '@codemirror/search': 6.7.0 '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 @@ -37874,7 +37857,7 @@ snapshots: dependencies: source-map: 0.6.1 - concurrently@9.2.3: + concurrently@9.2.1: dependencies: chalk: 4.1.2 rxjs: 7.8.2 @@ -37954,11 +37937,11 @@ snapshots: noms: 0.0.0 through2: 2.0.5 untildify: 4.0.0 - yargs: 16.2.2 + yargs: 16.2.0 core-js-compat@3.49.0: dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 core-js-pure@3.49.0: {} @@ -38003,7 +37986,7 @@ snapshots: cosmiconfig@8.3.6(typescript@5.8.3): dependencies: import-fresh: 3.3.1 - js-yaml: 5.1.0 + js-yaml: 4.2.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -38013,7 +37996,7 @@ snapshots: dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 5.1.0 + js-yaml: 4.2.0 parse-json: 5.2.0 optionalDependencies: typescript: 5.8.3 @@ -38101,7 +38084,7 @@ snapshots: create-storybook@8.6.14: dependencies: recast: 0.23.11 - semver: 7.8.5 + semver: 7.8.4 crelt@1.0.6: {} @@ -38232,7 +38215,7 @@ snapshots: postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) css-loader@6.11.0(webpack@5.104.1(esbuild@0.25.12)(postcss@8.5.10)): @@ -38244,7 +38227,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.5 + semver: 7.8.4 optionalDependencies: webpack: 5.104.1(esbuild@0.25.12)(postcss@8.5.10) @@ -38257,7 +38240,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.5 + semver: 7.8.4 optionalDependencies: webpack: 5.104.1(postcss@8.5.10) @@ -38270,7 +38253,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.5 + semver: 7.8.4 optionalDependencies: webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -38283,7 +38266,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.5 + semver: 7.8.4 optionalDependencies: webpack: 5.104.1(postcss@8.5.10) @@ -38296,7 +38279,7 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.5.10) postcss-modules-values: 4.0.0(postcss@8.5.10) postcss-value-parser: 4.2.0 - semver: 7.8.5 + semver: 7.8.4 optionalDependencies: webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -38657,7 +38640,7 @@ snapshots: detect-port-alt@1.1.6: dependencies: - address: 1.1.2 + address: 1.0.3 debug: 2.6.9 detect-port@1.6.1: @@ -38865,7 +38848,7 @@ snapshots: dependencies: jake: 10.9.4 - electron-to-chromium@1.5.377: {} + electron-to-chromium@1.5.372: {} element-resize-detector@1.2.4: dependencies: @@ -38975,13 +38958,6 @@ snapshots: dependencies: stackframe: 1.3.4 - es-abstract-get@1.0.0: - dependencies: - es-errors: 1.3.0 - es-object-atoms: 1.1.2 - is-callable: 1.2.7 - object-inspect: 1.13.4 - es-abstract@1.24.2: dependencies: array-buffer-byte-length: 1.0.2 @@ -38996,7 +38972,7 @@ snapshots: es-errors: 1.3.0 es-object-atoms: 1.1.2 es-set-tostringtag: 2.1.0 - es-to-primitive: 1.3.1 + es-to-primitive: 1.3.0 function.prototype.name: 1.2.0 get-intrinsic: 1.3.0 get-proto: 1.0.1 @@ -39095,15 +39071,13 @@ snapshots: dependencies: hasown: 2.0.4 - es-to-primitive@1.3.1: + es-to-primitive@1.3.0: dependencies: - es-abstract-get: 1.0.0 - es-errors: 1.3.0 is-callable: 1.2.7 is-date-object: 1.1.0 is-symbol: 1.1.1 - es-toolkit@1.48.1: {} + es-toolkit@1.47.1: {} es5-ext@0.10.64: dependencies: @@ -39688,7 +39662,7 @@ snapshots: express@5.2.1: dependencies: accepts: 2.0.0 - body-parser: 2.3.0 + body-parser: 2.2.2 content-disposition: 1.1.0 content-type: 1.0.5 cookie: 0.7.2 @@ -39766,14 +39740,14 @@ snapshots: fast-xml-builder@1.1.7: dependencies: - path-expression-matcher: 1.6.1 + path-expression-matcher: 1.5.0 fast-xml-parser@5.7.0: dependencies: '@nodable/entities': 2.2.0 fast-xml-builder: 1.1.7 - path-expression-matcher: 1.6.1 - strnum: 2.4.1 + path-expression-matcher: 1.5.0 + strnum: 2.4.0 fastest-levenshtein@1.0.16: {} @@ -40021,11 +39995,7 @@ snapshots: flatted@3.4.2: {} - flow-estree@0.320.0: {} - - flow-parser@0.320.0: - dependencies: - flow-estree: 0.320.0 + flow-parser@0.318.0: {} flush-write-stream@1.1.1: dependencies: @@ -40062,7 +40032,7 @@ snapshots: fork-ts-checker-webpack-plugin@4.1.6: dependencies: - '@babel/code-frame': 7.29.7 + '@babel/code-frame': 7.10.4 chalk: 2.4.2 micromatch: 4.0.8 minimatch: 3.1.5 @@ -40083,7 +40053,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 1.1.3 typescript: 4.9.4 webpack: 4.47.0 @@ -40103,7 +40073,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 1.1.3 typescript: 5.8.3 webpack: 4.47.0(webpack-cli@4.10.0) @@ -40123,7 +40093,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 1.1.3 typescript: 5.8.3 webpack: 4.47.0(webpack-cli@6.0.1) @@ -40143,7 +40113,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 1.1.3 typescript: 5.8.3 webpack: 4.47.0 @@ -40163,7 +40133,7 @@ snapshots: memfs: 3.5.3 minimatch: 3.1.5 schema-utils: 2.7.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 1.1.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -40182,7 +40152,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(esbuild@0.25.12)(postcss@8.5.10) @@ -40199,7 +40169,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10) @@ -40216,7 +40186,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -40233,7 +40203,7 @@ snapshots: minimatch: 3.1.5 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 tapable: 2.3.3 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -40976,7 +40946,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/unist': 3.0.3 - '@ungap/structured-clone': 1.3.2 + '@ungap/structured-clone': 1.3.1 hast-util-from-parse5: 8.0.3 hast-util-to-parse5: 8.0.1 html-void-elements: 3.0.0 @@ -41092,7 +41062,7 @@ snapshots: dependencies: react-is: 16.13.1 - hono@4.12.27: {} + hono@4.12.25: {} hookified@1.15.1: {} @@ -41860,7 +41830,7 @@ snapshots: '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 - semver: 7.8.5 + semver: 7.8.4 transitivePeerDependencies: - supports-color @@ -41899,7 +41869,7 @@ snapshots: esprima: 2.7.3 glob: 5.0.15 handlebars: 4.7.9 - js-yaml: 5.1.0 + js-yaml: 4.2.0 mkdirp: 0.5.6 nopt: 3.0.6 once: 1.4.0 @@ -42082,7 +42052,7 @@ snapshots: jest-config: 29.7.0(@types/node@22.15.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.19)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 - yargs: 17.7.3 + yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42101,7 +42071,7 @@ snapshots: jest-config: 29.7.0(@types/node@22.15.24)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.15.24)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 - yargs: 17.7.3 + yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42119,7 +42089,7 @@ snapshots: jest-config: 30.0.0(@types/node@22.15.21)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@22.15.21)(typescript@5.8.3)) jest-util: 30.0.0 jest-validate: 30.0.0 - yargs: 17.7.3 + yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -42138,7 +42108,7 @@ snapshots: jest-config: 30.1.3(@types/node@20.19.17)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@types/node@20.19.17)(typescript@5.8.3)) jest-util: 30.0.5 jest-validate: 30.1.0 - yargs: 17.7.3 + yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -43200,7 +43170,7 @@ snapshots: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.8.5 + semver: 7.8.4 transitivePeerDependencies: - supports-color @@ -43225,7 +43195,7 @@ snapshots: jest-message-util: 30.0.0 jest-util: 30.0.0 pretty-format: 30.0.0 - semver: 7.8.5 + semver: 7.8.4 synckit: 0.11.13 transitivePeerDependencies: - supports-color @@ -43251,7 +43221,7 @@ snapshots: jest-message-util: 30.1.0 jest-util: 30.0.5 pretty-format: 30.0.5 - semver: 7.8.5 + semver: 7.8.4 synckit: 0.11.13 transitivePeerDependencies: - supports-color @@ -43447,7 +43417,7 @@ snapshots: jest-worker@30.0.0: dependencies: '@types/node': 20.19.17 - '@ungap/structured-clone': 1.3.2 + '@ungap/structured-clone': 1.3.1 jest-util: 30.0.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -43455,7 +43425,7 @@ snapshots: jest-worker@30.1.0: dependencies: '@types/node': 20.19.17 - '@ungap/structured-clone': 1.3.2 + '@ungap/structured-clone': 1.3.1 jest-util: 30.0.5 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -43545,7 +43515,7 @@ snapshots: js-tokens@4.0.0: {} - js-yaml@5.1.0: + js-yaml@4.2.0: dependencies: argparse: 2.0.1 @@ -43569,7 +43539,7 @@ snapshots: '@babel/register': 7.29.7(@babel/core@7.29.7) babel-core: 7.0.0-bridge.0(@babel/core@7.29.7) chalk: 4.1.2 - flow-parser: 0.320.0 + flow-parser: 0.318.0 graceful-fs: 4.2.11 micromatch: 4.0.8 neo-async: 2.6.2 @@ -43713,7 +43683,7 @@ snapshots: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.8.5 + semver: 7.8.4 jsprim@1.4.2: dependencies: @@ -44054,7 +44024,7 @@ snapshots: macos-version@6.0.0: dependencies: - semver: 7.8.5 + semver: 7.8.4 magic-string@0.25.9: dependencies: @@ -44081,7 +44051,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.8.5 + semver: 7.8.4 make-error@1.3.6: {} @@ -44357,7 +44327,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.3.2 + '@ungap/structured-clone': 1.3.1 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.1 trim-lines: 3.0.1 @@ -44404,16 +44374,16 @@ snapshots: dependencies: fs-monkey: 1.1.0 - memfs@4.57.8: + memfs@4.57.7: dependencies: - '@jsonjoy.com/fs-core': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-fsa': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-to-fsa': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.57.8(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.57.8(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-to-fsa': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.57.7(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.57.7(tslib@2.8.1) '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) @@ -44947,7 +44917,7 @@ snapshots: find-up: 5.0.0 glob: 7.2.0 he: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 log-symbols: 4.1.0 minimatch: 5.1.8 ms: 2.1.3 @@ -44970,7 +44940,7 @@ snapshots: find-up: 5.0.0 glob: 10.5.0 he: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 log-symbols: 4.1.0 minimatch: 5.1.8 ms: 2.1.3 @@ -44979,7 +44949,7 @@ snapshots: strip-json-comments: 3.1.1 supports-color: 8.1.1 workerpool: 6.5.1 - yargs: 17.7.3 + yargs: 17.7.2 yargs-parser: 21.1.1 yargs-unparser: 2.0.0 @@ -44993,7 +44963,7 @@ snapshots: find-up: 5.0.0 glob: 10.5.0 he: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 log-symbols: 4.1.0 minimatch: 5.1.8 ms: 2.1.3 @@ -45002,7 +44972,7 @@ snapshots: strip-json-comments: 3.1.1 supports-color: 8.1.1 workerpool: 6.5.1 - yargs: 17.7.3 + yargs: 17.7.2 yargs-parser: 21.1.1 yargs-unparser: 2.0.0 @@ -45016,7 +44986,7 @@ snapshots: find-up: 5.0.0 glob: 10.5.0 he: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 log-symbols: 4.1.0 minimatch: 9.0.7 ms: 2.1.3 @@ -45025,7 +44995,7 @@ snapshots: strip-json-comments: 3.1.1 supports-color: 8.1.1 workerpool: 6.5.1 - yargs: 17.7.3 + yargs: 17.7.2 yargs-parser: 21.1.1 yargs-unparser: 2.0.0 @@ -45049,13 +45019,13 @@ snapshots: vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 - monaco-page-objects@3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3): + monaco-page-objects@3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3): dependencies: clipboardy: 4.0.0 clone-deep: 4.0.1 compare-versions: 6.1.1 fs-extra: 11.3.0 - selenium-webdriver: 4.45.0 + selenium-webdriver: 4.44.0 type-fest: 4.41.0 typescript: 5.8.3 @@ -45097,11 +45067,11 @@ snapshots: nano-spawn@1.0.3: {} - nanoid@3.3.15: {} + nanoid@3.3.12: {} nanoid@3.3.3: {} - nanoid@5.1.15: {} + nanoid@5.1.11: {} nanospinner@1.2.2: dependencies: @@ -45144,7 +45114,7 @@ snapshots: node-abi@3.92.0: dependencies: - semver: 7.8.5 + semver: 7.8.4 node-abort-controller@3.1.1: {} @@ -45162,7 +45132,7 @@ snapshots: node-domexception@1.0.0: {} - node-exports-info@1.6.2: + node-exports-info@1.6.0: dependencies: array.prototype.flatmap: 1.3.3 es-errors: 1.3.0 @@ -45217,7 +45187,7 @@ snapshots: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.8.5 + semver: 7.8.4 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -45272,7 +45242,7 @@ snapshots: node-releases@1.1.77: {} - node-releases@2.0.48: {} + node-releases@2.0.47: {} node-sarif-builder@3.4.0: dependencies: @@ -45309,13 +45279,13 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.16.2 - semver: 7.8.5 + semver: 7.8.4 validate-npm-package-license: 3.0.4 normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.8.5 + semver: 7.8.4 validate-npm-package-license: 3.0.4 normalize-path@2.1.1: @@ -45784,7 +45754,7 @@ snapshots: path-exists@5.0.0: {} - path-expression-matcher@1.6.1: {} + path-expression-matcher@1.5.0: {} path-is-absolute@1.0.1: {} @@ -46001,7 +45971,7 @@ snapshots: postcss-colormin@5.3.1(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.5.10 @@ -46009,7 +45979,7 @@ snapshots: postcss-convert-values@5.1.3(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 postcss: 8.5.10 postcss-value-parser: 4.2.0 @@ -46068,7 +46038,7 @@ snapshots: loader-utils: 2.0.4 postcss: 8.5.10 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 webpack: 4.47.0(webpack-cli@4.10.0) postcss-loader@4.3.0(postcss@8.5.10)(webpack@4.47.0(webpack-cli@6.0.1)): @@ -46078,7 +46048,7 @@ snapshots: loader-utils: 2.0.4 postcss: 8.5.10 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 webpack: 4.47.0(webpack-cli@6.0.1) postcss-loader@4.3.0(postcss@8.5.10)(webpack@4.47.0): @@ -46088,7 +46058,7 @@ snapshots: loader-utils: 2.0.4 postcss: 8.5.10 schema-utils: 3.3.0 - semver: 7.8.5 + semver: 7.8.4 webpack: 4.47.0 postcss-loader@8.1.1(postcss@8.5.10)(typescript@5.8.3)(webpack@5.104.1): @@ -46096,7 +46066,7 @@ snapshots: cosmiconfig: 9.0.2(typescript@5.8.3) jiti: 1.21.7 postcss: 8.5.10 - semver: 7.8.5 + semver: 7.8.4 optionalDependencies: webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) transitivePeerDependencies: @@ -46110,7 +46080,7 @@ snapshots: postcss-merge-rules@5.1.4(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-api: 3.0.0 cssnano-utils: 3.1.0(postcss@8.5.10) postcss: 8.5.10 @@ -46130,7 +46100,7 @@ snapshots: postcss-minify-params@5.1.4(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 cssnano-utils: 3.1.0(postcss@8.5.10) postcss: 8.5.10 postcss-value-parser: 4.2.0 @@ -46230,7 +46200,7 @@ snapshots: postcss-normalize-unicode@5.1.1(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 postcss: 8.5.10 postcss-value-parser: 4.2.0 @@ -46253,7 +46223,7 @@ snapshots: postcss-reduce-initial@5.1.2(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 caniuse-api: 3.0.0 postcss: 8.5.10 @@ -46293,7 +46263,7 @@ snapshots: postcss@8.5.10: dependencies: - nanoid: 3.3.15 + nanoid: 3.3.12 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -46523,7 +46493,7 @@ snapshots: dependencies: orderedmap: 2.1.1 - prosemirror-model@1.25.9: + prosemirror-model@1.25.8: dependencies: orderedmap: 2.1.1 @@ -46569,7 +46539,7 @@ snapshots: prosemirror-view@1.41.9: dependencies: - prosemirror-model: 1.25.9 + prosemirror-model: 1.25.8 prosemirror-state: 1.4.3 prosemirror-transform: 1.12.0 @@ -46733,7 +46703,7 @@ snapshots: rc-config-loader@4.1.4: dependencies: debug: 4.4.3(supports-color@8.1.1) - js-yaml: 5.1.0 + js-yaml: 4.2.0 json5: 2.2.3 require-from-string: 2.0.2 transitivePeerDependencies: @@ -46746,18 +46716,18 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-aria@3.50.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-aria@3.49.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@internationalized/date': 3.12.2 '@internationalized/number': 3.6.7 '@internationalized/string': 3.2.9 - '@react-types/shared': 3.36.0(react@18.2.0) + '@react-types/shared': 3.35.0(react@18.2.0) '@swc/helpers': 0.5.23 aria-hidden: 1.2.6 clsx: 2.1.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-stately: 3.48.0(react@18.2.0) + react-stately: 3.47.0(react@18.2.0) use-sync-external-store: 1.6.0(react@18.2.0) react-base16-styling@0.6.0: @@ -46891,7 +46861,7 @@ snapshots: react: 19.1.0 scheduler: 0.26.0 - react-draggable@4.7.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-draggable@4.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: clsx: 2.1.1 prop-types: 15.8.1 @@ -47218,12 +47188,12 @@ snapshots: react-lifecycles-compat: 3.0.4 react-style-proptype: 3.2.2 - react-stately@3.48.0(react@18.2.0): + react-stately@3.47.0(react@18.2.0): dependencies: '@internationalized/date': 3.12.2 '@internationalized/number': 3.6.7 '@internationalized/string': 3.2.9 - '@react-types/shared': 3.36.0(react@18.2.0) + '@react-types/shared': 3.35.0(react@18.2.0) '@swc/helpers': 0.5.23 react: 18.2.0 use-sync-external-store: 1.6.0(react@18.2.0) @@ -47518,13 +47488,13 @@ snapshots: regenerate: 1.4.2 regenerate-unicode-properties: 10.2.2 regjsgen: 0.8.0 - regjsparser: 0.13.2 + regjsparser: 0.13.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.2.1 regjsgen@0.8.0: {} - regjsparser@0.13.2: + regjsparser@0.13.1: dependencies: jsesc: 3.1.0 @@ -47769,7 +47739,7 @@ snapshots: dependencies: es-errors: 1.3.0 is-core-module: 2.16.2 - node-exports-info: 1.6.2 + node-exports-info: 1.6.0 object-keys: 1.1.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -47900,7 +47870,7 @@ snapshots: find-cache-dir: 3.3.2 fs-extra: 10.1.0 rollup: 4.41.0 - semver: 7.8.5 + semver: 7.8.4 tslib: 2.8.1 typescript: 5.8.3 @@ -48115,7 +48085,7 @@ snapshots: select-hose@2.0.0: {} - selenium-webdriver@4.45.0: + selenium-webdriver@4.44.0: dependencies: '@bazel/runfiles': 6.5.0 jszip: 3.10.1 @@ -48136,7 +48106,7 @@ snapshots: semver@6.3.1: {} - semver@7.8.5: {} + semver@7.8.4: {} send@0.19.2: dependencies: @@ -48814,9 +48784,9 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 - strnum@2.4.1: + strnum@2.4.0: dependencies: - anynum: 1.0.1 + anynum: 1.0.0 strtok3@10.3.5: dependencies: @@ -48895,7 +48865,7 @@ snapshots: stylehacks@5.1.1(postcss@8.5.10): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 postcss: 8.5.10 postcss-selector-parser: 6.1.4 @@ -49061,20 +49031,20 @@ snapshots: svgpath@2.6.0: {} - swagger-client@3.37.5: + swagger-client@3.37.4: dependencies: '@babel/runtime-corejs3': 7.29.7 '@scarf/scarf': 1.4.0 - '@swagger-api/apidom-core': 1.11.3 - '@swagger-api/apidom-error': 1.11.3 - '@swagger-api/apidom-json-pointer': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-1': 1.11.3 - '@swagger-api/apidom-ns-openapi-3-2': 1.11.3 - '@swagger-api/apidom-reference': 1.11.3 + '@swagger-api/apidom-core': 1.11.2 + '@swagger-api/apidom-error': 1.11.2 + '@swagger-api/apidom-json-pointer': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-1': 1.11.2 + '@swagger-api/apidom-ns-openapi-3-2': 1.11.2 + '@swagger-api/apidom-reference': 1.11.2 '@swaggerexpert/cookie': 2.0.2 deepmerge: 4.3.1 fast-json-patch: 3.1.1 - js-yaml: 5.1.0 + js-yaml: 4.2.0 neotraverse: 0.6.18 node-abort-controller: 3.1.1 openapi-path-templating: 2.2.1 @@ -49097,7 +49067,7 @@ snapshots: ieee754: 1.2.1 immutable: 3.8.3 js-file-download: 0.4.12 - js-yaml: 5.1.0 + js-yaml: 4.2.0 lodash: 4.18.1 prop-types: 15.8.1 randexp: 0.5.3 @@ -49117,7 +49087,7 @@ snapshots: reselect: 5.2.0 serialize-error: 8.1.0 sha.js: 2.4.12 - swagger-client: 3.37.5 + swagger-client: 3.37.4 url-parse: 1.5.10 xml: 1.0.1 xml-but-prettier: 1.0.1 @@ -49139,7 +49109,7 @@ snapshots: ieee754: 1.2.1 immutable: 3.8.3 js-file-download: 0.4.12 - js-yaml: 5.1.0 + js-yaml: 4.2.0 lodash: 4.18.1 prop-types: 15.8.1 randexp: 0.5.3 @@ -49159,7 +49129,7 @@ snapshots: reselect: 5.2.0 serialize-error: 8.1.0 sha.js: 2.4.12 - swagger-client: 3.37.5 + swagger-client: 3.37.4 url-parse: 1.5.10 xml: 1.0.1 xml-but-prettier: 1.0.1 @@ -49191,7 +49161,7 @@ snapshots: tabbable@5.3.3: {} - tabbable@6.5.0: {} + tabbable@6.4.0: {} table@6.9.0: dependencies: @@ -49729,7 +49699,7 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.5 + semver: 7.8.4 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 @@ -49749,7 +49719,7 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.5 + semver: 7.8.4 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 @@ -49769,7 +49739,7 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.5 + semver: 7.8.4 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 @@ -49789,7 +49759,7 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.8.5 + semver: 7.8.4 type-fest: 4.41.0 typescript: 5.8.3 yargs-parser: 21.1.1 @@ -49806,7 +49776,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -49815,7 +49785,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 typescript: 5.8.3 webpack: 5.104.1(webpack-cli@5.1.4) @@ -49824,7 +49794,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@5.1.4) @@ -49834,7 +49804,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(webpack-cli@6.0.1) @@ -49844,7 +49814,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10) @@ -49854,7 +49824,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(postcss@8.5.10)(webpack-cli@6.0.1) @@ -49864,7 +49834,7 @@ snapshots: chalk: 4.1.2 enhanced-resolve: 5.24.0 micromatch: 4.0.8 - semver: 7.8.5 + semver: 7.8.4 source-map: 0.7.6 typescript: 5.8.3 webpack: 5.104.1(webpack-cli@6.0.1) @@ -50050,7 +50020,7 @@ snapshots: rollup-plugin-terser: 5.3.1(rollup@1.32.1) rollup-plugin-typescript2: 0.27.3(rollup@1.32.1)(typescript@3.9.10) sade: 1.8.1 - semver: 7.8.5 + semver: 7.8.4 shelljs: 0.8.5 tiny-glob: 0.2.9 ts-jest: 25.5.1(jest@25.5.4)(typescript@3.9.10) @@ -50116,7 +50086,7 @@ snapshots: commander: 2.20.3 diff: 8.0.3 glob: 7.2.3 - js-yaml: 5.1.0 + js-yaml: 4.2.0 minimatch: 3.1.5 mkdirp: 0.5.6 resolve: 1.22.12 @@ -50133,7 +50103,7 @@ snapshots: commander: 2.20.3 diff: 8.0.3 glob: 7.2.3 - js-yaml: 5.1.0 + js-yaml: 4.2.0 minimatch: 3.1.5 mkdirp: 0.5.6 resolve: 1.22.12 @@ -50150,7 +50120,7 @@ snapshots: commander: 2.20.3 diff: 8.0.3 glob: 7.2.3 - js-yaml: 5.1.0 + js-yaml: 4.2.0 minimatch: 3.1.5 mkdirp: 0.5.6 resolve: 1.22.12 @@ -50617,9 +50587,9 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.2.3(browserslist@4.28.4): + update-browserslist-db@1.2.3(browserslist@4.28.2): dependencies: - browserslist: 4.28.4 + browserslist: 4.28.2 escalade: 3.2.0 picocolors: 1.1.1 @@ -50871,10 +50841,10 @@ snapshots: dependencies: applicationinsights: 1.7.4 - vscode-extension-tester-locators@3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0): + vscode-extension-tester-locators@3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0): dependencies: - monaco-page-objects: 3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3) - selenium-webdriver: 4.45.0 + monaco-page-objects: 3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3) + selenium-webdriver: 4.44.0 vscode-extension-tester@5.10.0(mocha@10.2.0)(typescript@5.8.3): dependencies: @@ -50886,15 +50856,15 @@ snapshots: glob: 10.5.0 got: 13.0.0 hpagent: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 mocha: 10.2.0 - monaco-page-objects: 3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3) + monaco-page-objects: 3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3) sanitize-filename: 1.6.4 - selenium-webdriver: 4.45.0 + selenium-webdriver: 4.44.0 targz: 1.0.1 typescript: 5.8.3 unzipper: 0.10.14 - vscode-extension-tester-locators: 3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0) + vscode-extension-tester-locators: 3.12.2(monaco-page-objects@3.14.1(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0) transitivePeerDependencies: - bufferutil - supports-color @@ -50902,8 +50872,8 @@ snapshots: vscode-extension-tester@8.14.1(mocha@11.4.0)(typescript@5.8.3): dependencies: - '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0) - '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3) + '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0) + '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3) '@types/selenium-webdriver': 4.35.6 '@vscode/vsce': 3.7.1 c8: 10.1.3 @@ -50914,10 +50884,10 @@ snapshots: glob: 11.1.0 got: 14.4.7 hpagent: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 mocha: 11.4.0 sanitize-filename: 1.6.4 - selenium-webdriver: 4.45.0 + selenium-webdriver: 4.44.0 targz: 1.0.1 typescript: 5.8.3 unzipper: 0.12.3 @@ -50929,8 +50899,8 @@ snapshots: vscode-extension-tester@8.14.1(mocha@11.5.0)(typescript@5.8.3): dependencies: - '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3))(selenium-webdriver@4.45.0) - '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.45.0)(typescript@5.8.3) + '@redhat-developer/locators': 1.20.0(@redhat-developer/page-objects@1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3))(selenium-webdriver@4.44.0) + '@redhat-developer/page-objects': 1.20.0(selenium-webdriver@4.44.0)(typescript@5.8.3) '@types/selenium-webdriver': 4.35.6 '@vscode/vsce': 3.7.1 c8: 10.1.3 @@ -50941,10 +50911,10 @@ snapshots: glob: 11.1.0 got: 14.4.7 hpagent: 1.2.0 - js-yaml: 5.1.0 + js-yaml: 4.2.0 mocha: 11.5.0 sanitize-filename: 1.6.4 - selenium-webdriver: 4.45.0 + selenium-webdriver: 4.44.0 targz: 1.0.1 typescript: 5.8.3 unzipper: 0.12.3 @@ -50965,19 +50935,19 @@ snapshots: vscode-languageclient@7.0.0: dependencies: minimatch: 3.1.5 - semver: 7.8.5 + semver: 7.8.4 vscode-languageserver-protocol: 3.16.0 vscode-languageclient@8.1.0: dependencies: minimatch: 5.1.8 - semver: 7.8.5 + semver: 7.8.4 vscode-languageserver-protocol: 3.17.3 vscode-languageclient@9.0.1: dependencies: minimatch: 5.1.8 - semver: 7.8.5 + semver: 7.8.4 vscode-languageserver-protocol: 3.17.5 vscode-languageserver-protocol@3.16.0: @@ -51295,7 +51265,7 @@ snapshots: webpack-dev-middleware@7.4.5(webpack@5.104.1): dependencies: colorette: 2.0.20 - memfs: 4.57.8 + memfs: 4.57.7 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 @@ -51606,7 +51576,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51647,7 +51617,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51688,7 +51658,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51731,7 +51701,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51774,7 +51744,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51817,7 +51787,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51860,7 +51830,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -51903,7 +51873,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.17.0 acorn-import-phases: 1.0.4(acorn@8.17.0) - browserslist: 4.28.4 + browserslist: 4.28.2 chrome-trace-event: 1.0.4 enhanced-resolve: 5.24.0 es-module-lexer: 2.1.0 @@ -52174,7 +52144,7 @@ snapshots: '@oozcitak/dom': 1.15.10 '@oozcitak/infra': 1.0.8 '@oozcitak/util': 8.3.8 - js-yaml: 5.1.0 + js-yaml: 4.2.0 xmlbuilder@11.0.1: {} @@ -52231,16 +52201,6 @@ snapshots: yargs-parser: 18.1.3 yargs@16.2.0: - dependencies: - cliui: 7.0.4 - escalade: 3.2.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 20.2.4 - - yargs@16.2.2: dependencies: cliui: 7.0.4 escalade: 3.2.0 @@ -52260,16 +52220,6 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 - yargs@17.7.3: - dependencies: - cliui: 8.0.1 - escalade: 3.2.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - yarn@1.22.19: {} yauzl@3.2.1: From b5305e2aa81a955be95d525a634e92d00eb1ae8f Mon Sep 17 00:00:00 2001 From: RNViththagan Date: Wed, 24 Jun 2026 14:21:32 +0530 Subject: [PATCH 8/9] Change Copilot quota contact email to support@wso2.com --- .../ballerina-extension/src/features/ai/utils/ai-client.ts | 6 ++++-- .../src/views/AIPanel/components/AIChat/index.tsx | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-client.ts b/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-client.ts index ffdb55ea702..2c6b8922b2d 100644 --- a/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-client.ts +++ b/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-client.ts @@ -27,8 +27,10 @@ import { AIMachineEventType, AnthropicKeySecrets, LoginMethod, BIIntelSecrets } export const ANTHROPIC_HAIKU = "claude-haiku-4-5-20251001"; export const ANTHROPIC_SONNET_4 = "claude-sonnet-4-6"; -// TODO: add a quota request portal link once available so users can request more quota. -export const USAGE_LIMIT_EXCEEDED_MESSAGE = "Usage limit exceeded."; +// Contact for requesting more Copilot quota once the usage limit is reached. +export const QUOTA_REQUEST_CONTACT_EMAIL = "support@wso2.com"; +export const USAGE_LIMIT_EXCEEDED_MESSAGE = + `Usage limit exceeded. To request additional quota, contact ${QUOTA_REQUEST_CONTACT_EMAIL}.`; type AnthropicModel = | typeof ANTHROPIC_HAIKU diff --git a/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/components/AIChat/index.tsx b/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/components/AIChat/index.tsx index 43ef88b03ef..3a1d6600265 100644 --- a/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/components/AIChat/index.tsx +++ b/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/components/AIChat/index.tsx @@ -97,6 +97,7 @@ const NO_DRIFT_FOUND = "No drift identified between the code and the documentati const DRIFT_CHECK_ERROR = "Failed to check drift between the code and the documentation. Please try again."; const USAGE_EXCEEDED_THRESHOLD_PERCENT = 3; +const QUOTA_CONTACT_EMAIL = "support@wso2.com"; //TODO: Add better error handling from backend. stream error type and non 200 status codes From c03f68469af8649bcd44f3a6a692b105ad4a5ae0 Mon Sep 17 00:00:00 2001 From: Chamupathi Gigara Hettige Date: Wed, 24 Jun 2026 14:39:38 +0530 Subject: [PATCH 9/9] Bump version from 5.12.0 to 5.12.1 --- workspaces/ballerina/ballerina-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/ballerina/ballerina-extension/package.json b/workspaces/ballerina/ballerina-extension/package.json index 78c37f853a9..9cf534916f5 100644 --- a/workspaces/ballerina/ballerina-extension/package.json +++ b/workspaces/ballerina/ballerina-extension/package.json @@ -2,7 +2,7 @@ "name": "ballerina", "displayName": "Ballerina", "description": "Ballerina Language support, debugging, graphical visualization, AI-based data-mapping and many more.", - "version": "5.12.0", + "version": "5.12.1", "publisher": "wso2", "icon": "resources/images/ballerina.png", "homepage": "https://wso2.com/ballerina/vscode/docs",