From 011d813e926eb02eeffc44c0e3a00a54dfae9520 Mon Sep 17 00:00:00 2001 From: Arno V Date: Thu, 5 Sep 2024 15:24:02 -0400 Subject: [PATCH] fix: bump non-breaking dependencies to latest --- examples/code-flow/package.json | 4 +- examples/fastify-server/package.json | 4 +- package.json | 6 +- packages/auth-common/package.json | 6 +- packages/auth-provider/package.json | 8 +- pnpm-lock.yaml | 1048 +++++++++++++++----------- 6 files changed, 612 insertions(+), 464 deletions(-) diff --git a/examples/code-flow/package.json b/examples/code-flow/package.json index 55176bd..e91a5eb 100644 --- a/examples/code-flow/package.json +++ b/examples/code-flow/package.json @@ -11,8 +11,8 @@ "dependencies": { "@versini/auth-common": "workspace:../../packages/auth-common", "@versini/auth-provider": "workspace:../../packages/auth-provider", - "@versini/ui-components": "5.21.2", - "@versini/ui-styles": "1.9.5", + "@versini/ui-components": "5.21.3", + "@versini/ui-styles": "1.9.6", "@versini/ui-system": "1.4.4", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/examples/fastify-server/package.json b/examples/fastify-server/package.json index 6026f53..4d6d9de 100644 --- a/examples/fastify-server/package.json +++ b/examples/fastify-server/package.json @@ -21,12 +21,12 @@ "@node-cli/logger": "1.2.5", "@node-cli/secret": "1.2.2", "@versini/auth-common": "workspace:../../packages/auth-common", - "@versini/dev-dependencies-server": "5.1.4", + "@versini/dev-dependencies-server": "5.1.5", "dotenv": "16.4.5", "fastify": "4.28.1", "fastify-plugin": "4.5.1", "joi": "17.13.3", - "jose": "5.7.0", + "jose": "5.8.0", "kleur": "4.1.5", "lodash": "4.17.21", "lowdb": "7.0.1", diff --git a/package.json b/package.json index 22394d6..29194dc 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "devDependencies": { "@node-cli/bundlesize": "4.2.1", - "@versini/dev-dependencies-client": "6.0.1", - "@versini/dev-dependencies-types": "1.3.4" + "@versini/dev-dependencies-client": "6.0.2", + "@versini/dev-dependencies-types": "1.3.5" }, - "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276" + "packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1" } diff --git a/packages/auth-common/package.json b/packages/auth-common/package.json index 91ba839..8ab7749 100644 --- a/packages/auth-common/package.json +++ b/packages/auth-common/package.json @@ -14,9 +14,7 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build:check": "tsc", "build:js": "vite build", @@ -33,7 +31,7 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "jose": "5.7.0", + "jose": "5.8.0", "uuid": "10.0.0" } } diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index a17ffb5..bbed022 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -14,9 +14,7 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build:check": "tsc", "build:js": "vite build", @@ -46,8 +44,8 @@ "dependencies": { "@simplewebauthn/browser": "10.0.0", "@versini/auth-common": "workspace:../auth-common", - "@versini/ui-hooks": "4.1.0", - "jose": "5.7.0", + "@versini/ui-hooks": "4.1.1", + "jose": "5.8.0", "uuid": "10.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa1cd29..5410182 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,11 +12,11 @@ importers: specifier: 4.2.1 version: 4.2.1 '@versini/dev-dependencies-client': - specifier: 6.0.1 - version: 6.0.1(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.18(@swc/helpers@0.5.11))(@swc/helpers@0.5.11)(@types/node@22.5.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(encoding@0.1.13)(happy-dom@15.0.0)(jiti@1.21.6)(jsdom@25.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.31.6)(typescript@5.5.4)(yaml@2.5.0) + specifier: 6.0.2 + version: 6.0.2(@microsoft/api-extractor@7.47.4(@types/node@22.5.4))(@swc/core@1.7.23(@swc/helpers@0.5.12))(@swc/helpers@0.5.12)(@types/node@22.5.4)(@types/react-dom@18.3.0)(@types/react@18.3.5)(encoding@0.1.13)(happy-dom@15.7.3)(jiti@1.21.6)(jsdom@25.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.31.6)(typescript@5.5.4)(yaml@2.5.0) '@versini/dev-dependencies-types': - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.3.5 + version: 1.3.5 examples/code-flow: dependencies: @@ -27,11 +27,11 @@ importers: specifier: workspace:../../packages/auth-provider version: link:../../packages/auth-provider '@versini/ui-components': - specifier: 5.21.2 - version: 5.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 5.21.3 + version: 5.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@versini/ui-styles': - specifier: 1.9.5 - version: 1.9.5 + specifier: 1.9.6 + version: 1.9.6 '@versini/ui-system': specifier: 1.4.4 version: 1.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -72,8 +72,8 @@ importers: specifier: workspace:../../packages/auth-common version: link:../../packages/auth-common '@versini/dev-dependencies-server': - specifier: 5.1.4 - version: 5.1.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@types/node@22.5.0)(chokidar@3.6.0)(encoding@0.1.13)(jiti@1.21.6)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + specifier: 5.1.5 + version: 5.1.5(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@types/node@22.5.0)(chokidar@3.6.0)(encoding@0.1.13)(jiti@1.21.6)(postcss@8.4.45)(typescript@5.5.4)(yaml@2.5.0) dotenv: specifier: 16.4.5 version: 16.4.5 @@ -87,8 +87,8 @@ importers: specifier: 17.13.3 version: 17.13.3 jose: - specifier: 5.7.0 - version: 5.7.0 + specifier: 5.8.0 + version: 5.8.0 kleur: specifier: 4.1.5 version: 4.1.5 @@ -120,8 +120,8 @@ importers: packages/auth-common: dependencies: jose: - specifier: 5.7.0 - version: 5.7.0 + specifier: 5.8.0 + version: 5.8.0 uuid: specifier: 10.0.0 version: 10.0.0 @@ -135,11 +135,11 @@ importers: specifier: workspace:../auth-common version: link:../auth-common '@versini/ui-hooks': - specifier: 4.1.0 - version: 4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 4.1.1 + version: 4.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) jose: - specifier: 5.7.0 - version: 5.7.0 + specifier: 5.8.0 + version: 5.8.0 uuid: specifier: 10.0.0 version: 10.0.0 @@ -782,21 +782,12 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/react@0.26.19': - resolution: {integrity: sha512-Jk6zITdjjIvjO/VdQFvpRaD3qPwOHH6AoDHxjhpy+oK4KFgaSP871HYWUAPdnLmx1gQ+w/pB312co3tVml+BXA==} - peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' - '@floating-ui/react@0.26.23': resolution: {integrity: sha512-9u3i62fV0CFF3nIegiWiRDwOs7OW/KhSUJDNx2MkQM3LbE5zQOY01sL3nelcVBXvX7Ovvo3A49I8ql+20Wg/Hw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/utils@0.2.4': - resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==} - '@floating-ui/utils@0.2.7': resolution: {integrity: sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==} @@ -919,9 +910,6 @@ packages: '@jridgewell/source-map@0.3.6': resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} - '@jridgewell/sourcemap-codec@1.4.15': - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - '@jridgewell/sourcemap-codec@1.5.0': resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} @@ -1205,146 +1193,226 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.21.2': + resolution: {integrity: sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.21.0': resolution: {integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.21.2': + resolution: {integrity: sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.21.0': resolution: {integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.21.2': + resolution: {integrity: sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.21.0': resolution: {integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.21.2': + resolution: {integrity: sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-linux-arm-gnueabihf@4.21.0': resolution: {integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.21.2': + resolution: {integrity: sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.21.0': resolution: {integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.21.2': + resolution: {integrity: sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.21.0': resolution: {integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.21.2': + resolution: {integrity: sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.21.0': resolution: {integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.21.2': + resolution: {integrity: sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': resolution: {integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': + resolution: {integrity: sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.21.0': resolution: {integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.21.2': + resolution: {integrity: sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.21.0': resolution: {integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.21.2': + resolution: {integrity: sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.21.0': resolution: {integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.21.2': + resolution: {integrity: sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.21.0': resolution: {integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.21.2': + resolution: {integrity: sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==} + cpu: [x64] + os: [linux] + '@rollup/rollup-win32-arm64-msvc@4.21.0': resolution: {integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.21.2': + resolution: {integrity: sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.21.0': resolution: {integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.21.2': + resolution: {integrity: sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.21.0': resolution: {integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==} cpu: [x64] os: [win32] - '@rsbuild/core@1.0.1-beta.16': - resolution: {integrity: sha512-/0s6E3bKqyxUby2X4H11xQppuXpPWqZzPWkynUX19o9T2K7FuPw5cyuE0iL3f2XlGucmgftSn06Am5HsQV+A+w==} + '@rollup/rollup-win32-x64-msvc@4.21.2': + resolution: {integrity: sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==} + cpu: [x64] + os: [win32] + + '@rsbuild/core@1.0.1-rc.4': + resolution: {integrity: sha512-JlouV5M+azv9YP6hD11rHeUns8Yk9sQN9QmMCKhutG75j1TCEKmrL0O7UmE89+uKlJTnL5Pyzy29TLO5ncIRjg==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/plugin-react@1.0.1-beta.16': - resolution: {integrity: sha512-c9TyoM+y8tJkmPAfnqC0u8FxuOxCXIjdGhYeAFUniVJrBEwZfJ+O/SvzqjbCtPF+3AhWJAYwDdecq0GhDN2FmQ==} + '@rsbuild/plugin-react@1.0.1-rc.4': + resolution: {integrity: sha512-1EPBjVgBPd9eQk0rDgm78q/vQDKabTP24+vUKz02iYZDZZPfCRyZrfF3GvKLVJXRW44JqT51ykK9t9oxw/tDtA==} peerDependencies: - '@rsbuild/core': ^1.0.1-beta.16 + '@rsbuild/core': ^1.0.1-rc.4 - '@rsbuild/plugin-type-check@1.0.1-beta.16': - resolution: {integrity: sha512-YH7JddNHW1/4NJdje6iqIVzJ09vNfM4syDwo6dpI2m1maQMldLpTT9Z+1sX8c31o9FXfgAXSYzuL/kANZMta7g==} + '@rsbuild/plugin-type-check@1.0.1-rc.4': + resolution: {integrity: sha512-w1+2UXSKC/6MbH48Je+y59z6nv+raAwpr0eY2OZTkNsFZzVhrhlYvMsN4AuwtyVtzil+zKjWYULQ3l1GY8RDlw==} peerDependencies: - '@rsbuild/core': ^1.0.1-beta.16 + '@rsbuild/core': ^1.0.1-rc.4 - '@rspack/binding-darwin-arm64@1.0.0-rc.0': - resolution: {integrity: sha512-4S/+q8HN69ErWUjGDePExqiNuKIEGYKEoT+91+Wz55jQV4NY1mNGRojKVKjZkz7MvbPEZ1howtpDcHuUE2+QhQ==} + '@rspack/binding-darwin-arm64@1.0.3': + resolution: {integrity: sha512-MZlQpDRJkjIJJqmYMiziwz9vLXi1KjORYW6hemC2umDfOzUmlkRPBUF8oEqXaUQ+zYLbjhk4iTSbFdrlqUR+6w==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.0-rc.0': - resolution: {integrity: sha512-IN96SG6yRz4JwlzuNrhdApEg4J2UI9S8uD38vrJvH9TOO/Dv1puL82EpqTYBZYfbaddZsiZG9+5LNnsU9OEXJg==} + '@rspack/binding-darwin-x64@1.0.3': + resolution: {integrity: sha512-Ke8Tw3+j5YFFIHjlqrEDnW5fbZU14s+l5LhLVaw6gVXH4yAAyFaZejaIViGi5fhKkdKmCXm0nVTK1KhhASZxAw==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.0-rc.0': - resolution: {integrity: sha512-gqURooSNYGlwvgLE1xu8rz68E4Mfa2MONGTNMkre5aIYX2ZOd/MKGaB/R062Oj/78BIHmIGWcoz5GnBxBwToyw==} + '@rspack/binding-linux-arm64-gnu@1.0.3': + resolution: {integrity: sha512-Ydm6rsBnPYlKfWtz6sPRgAgJ5fQ+zFSHplR4bFlARIOXeWPn7ckQvFZrmKexuR0ULjG3Z4sbfrU6udc2MAWvig==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.0-rc.0': - resolution: {integrity: sha512-302IJXw7F4YpHUEVJA2bkzlNfYp26jKXIddHpG4A3diw0/+5w1C4eDGrC9kuq642kFtu4nwP/8rjP0090/Orxw==} + '@rspack/binding-linux-arm64-musl@1.0.3': + resolution: {integrity: sha512-2aS65Xne3W6qJJ5PN5oL/bMbkUeYpsQduT+ML6vY6hqvi6W6wYtkvHwscQ4HisxKQFWdB2bsE1+UT34XgHpijw==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.0-rc.0': - resolution: {integrity: sha512-VsHzd7iAwZA3j48PSj9beKva9wqde1BP2K3AF0aZe7amQoatG57YZtiOthZSWyDlwEm7VCuE6/4Jgf8vOQJX2g==} + '@rspack/binding-linux-x64-gnu@1.0.3': + resolution: {integrity: sha512-6UWii/GBkV0B98RSjJr9Za5Y8rvU1vQpE5+8vb26pvo3Sh3kvRfOmSeIFyqR3I92er5SQKmEp8uggb74st6QGQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.0-rc.0': - resolution: {integrity: sha512-M6/SC33xWdlV2pmR3O3MrhfBZBpicMCl+GrJ0MXFb9ziC7auuuLfMmfqMakorphfL2yOOwSfcfZF8V2iiYoENw==} + '@rspack/binding-linux-x64-musl@1.0.3': + resolution: {integrity: sha512-tpKGPJEe6vkkH3bsDz+l7xndNrOGxDvbDVOXV0uSESnRr6Pef5253Bi5PNooGLSaWQlXVDdazhi6x1beVHI2eg==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.0-rc.0': - resolution: {integrity: sha512-ob510ObXoIBAMjPE8iBwvhWQ8Hd4v7bJSgImUBhSGExYI+z8b/gl8tNg8y1fttLtNO8j05rj9QFsGcZmv89Zsg==} + '@rspack/binding-win32-arm64-msvc@1.0.3': + resolution: {integrity: sha512-9FwP64T6yeq3cG1JQG0VagTMuJxJCT45G9LN5RTJ2kxJ4T28vL7uEc9usPpXOyd6xpbzTKXX0mVxL+c8x0EhZQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.0-rc.0': - resolution: {integrity: sha512-1A+3JorREQJqBcTLEY0LhGMb5B3Qlz/LmRr3K+gNBZinscZU+DKiDnZkSGdn8FuCn40E39T8V4i73mxQCqVuvQ==} + '@rspack/binding-win32-ia32-msvc@1.0.3': + resolution: {integrity: sha512-nXbeh0206bGiwV1vgY8UDk92sZ2yMvJenevnnLtGFSMTRQ46Z2f9n+mUO1GlvpanR1HAfhgPddlKasIncTJmPQ==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.0-rc.0': - resolution: {integrity: sha512-t6E4t668CvP+DqNDluYJMivrDtFZ0iQhUYxXd0UUhDSwXKTbGW2tOwBXGaZ3gzj9OpqWCUVJ3pqP11KiBckorw==} + '@rspack/binding-win32-x64-msvc@1.0.3': + resolution: {integrity: sha512-htBi4xt+iXD/NCEo/q4fYSg5YfXymK9P9zI36NFvfguQbhwqy4JgBx0IorjDFl5qvG70sdUzY7x98DJEseGScQ==} cpu: [x64] os: [win32] - '@rspack/binding@1.0.0-rc.0': - resolution: {integrity: sha512-mx0x4ho0ndHpOnSjAEOoQZohTqJLYOl4hLEvQLEnXIPTdMjZtpiLUyuyKtzv6DrXDV5La3bsZuzbcdMyqkSWpg==} + '@rspack/binding@1.0.3': + resolution: {integrity: sha512-wRLUDyi/6jFDDZJIov4uh9H9hJNk7JKDEhaMLM/5lJzzWsTLBB/q6JB1VAdIzOzBhYsU8iIMEVuG3Uih1H43uw==} - '@rspack/core@1.0.0-rc.0': - resolution: {integrity: sha512-sxS6QfVm7FbuKIYai8CyxMv5WH3MVdQmowVEqIZ/Fa8+PX17/sO5dg8tAFYAEzpCe/4dC93eYh9APr3Vc4ditQ==} + '@rspack/core@1.0.3': + resolution: {integrity: sha512-BqyBSrcTtsm1EDI10TrK6tEfNsy5vEnVDnbI0HBuQBH1zhKblnvsu6Y2bbS9+OGmB+OPEr76CmuZtzb+7V3wrQ==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1449,22 +1517,16 @@ packages: chokidar: optional: true - '@swc/core-darwin-arm64@1.6.7': - resolution: {integrity: sha512-sNb+ghP2OhZyUjS7E5Mf3PqSvoXJ5gY6GBaH2qp8WQxx9VL7ozC4HVo6vkeFJBN5cmYqUCLnhrM3HU4W+7yMSA==} - engines: {node: '>=10'} - cpu: [arm64] - os: [darwin] - '@swc/core-darwin-arm64@1.7.18': resolution: {integrity: sha512-MwLc5U+VGPMZm8MjlFBjEB2wyT1EK0NNJ3tn+ps9fmxdFP+PL8EpMiY1O1F2t1ydy2OzBtZz81sycjM9RieFBg==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.6.7': - resolution: {integrity: sha512-LQwYm/ATYN5fYSYVPMfComPiFo5i8jh75h1ASvNWhXtS+/+k1dq1zXTJWZRuojd5NXgW3bb6mJtJ2evwYIgYbA==} + '@swc/core-darwin-arm64@1.7.23': + resolution: {integrity: sha512-yyOHPfti6yKlQulfVWMt7BVKst+SyEZYCWuQSGMn1KgmNCH/bYufRWfQXIhkGSj44ZkEepJmsJ8tDyIb4k5WyA==} engines: {node: '>=10'} - cpu: [x64] + cpu: [arm64] os: [darwin] '@swc/core-darwin-x64@1.7.18': @@ -1473,11 +1535,11 @@ packages: cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.6.7': - resolution: {integrity: sha512-kEDzVhNci38LX3kdY99t68P2CDf+2QFDk5LawVamXH0iN5DRAO/+wjOhxL8KOHa6wQVqKEt5WrhD+Rrvk/34Yw==} + '@swc/core-darwin-x64@1.7.23': + resolution: {integrity: sha512-GzqHwQ0Y1VyjdI/bBKFX2GKm5HD3PIB6OhuAQtWZMTtEr2yIrlT0YK2T+XKh7oIg31JwxGBeQdBk3KTI7DARmQ==} engines: {node: '>=10'} - cpu: [arm] - os: [linux] + cpu: [x64] + os: [darwin] '@swc/core-linux-arm-gnueabihf@1.7.18': resolution: {integrity: sha512-ATnb6jJaBeXCqrTUawWdoOy7eP9SCI7UMcfXlYIMxX4otKKspLPAEuGA5RaNxlCcj9ObyO0J3YGbtZ6hhD2pjg==} @@ -1485,10 +1547,10 @@ packages: cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.6.7': - resolution: {integrity: sha512-SyOBUGfl31xLGpIJ/Jd6GKHtkfZyHBXSwFlK7FmPN//MBQLtTBm4ZaWTnWnGo4aRsJwQdXWDKPyqlMBtnIl1nQ==} + '@swc/core-linux-arm-gnueabihf@1.7.23': + resolution: {integrity: sha512-qwX4gB41OS6/OZkHcpTqLFGsdmvoZyffnJIlgB/kZKwH3lfeJWzv6vx57zXtNpM/t7GoQEe0VZUVdmNjxSxBZw==} engines: {node: '>=10'} - cpu: [arm64] + cpu: [arm] os: [linux] '@swc/core-linux-arm64-gnu@1.7.18': @@ -1497,8 +1559,8 @@ packages: cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.6.7': - resolution: {integrity: sha512-1fOAXkDFbRfItEdMZPxT3du1QWYhgToa4YsnqTujjE8EqJW8K27hIcHRIkVuzp7PNhq8nLBg0JpJM4g27EWD7g==} + '@swc/core-linux-arm64-gnu@1.7.23': + resolution: {integrity: sha512-TsrbUZdMaUwzI7+g/8rHPLWbntMKYSu5Bn5IBSqVKPeyqaXxNnlIUnWXgXcUcRAc+T+Y8ADfr7EiFz9iz5DuSA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -1509,10 +1571,10 @@ packages: cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.6.7': - resolution: {integrity: sha512-Gp7uCwPsNO5ATxbyvfTyeNCHUGD9oA+xKMm43G1tWCy+l07gLqWMKp7DIr3L3qPD05TfAVo3OuiOn2abpzOFbw==} + '@swc/core-linux-arm64-musl@1.7.23': + resolution: {integrity: sha512-JEdtwdthazKq4PBz53KSubwwK8MvqODAihGSAzc8u3Unq4ojcvaS8b0CwLBeD+kTQ78HpxOXTt3DsFIxpgaCAA==} engines: {node: '>=10'} - cpu: [x64] + cpu: [arm64] os: [linux] '@swc/core-linux-x64-gnu@1.7.18': @@ -1521,8 +1583,8 @@ packages: cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.6.7': - resolution: {integrity: sha512-QeruGBZJ15tadqEMQ77ixT/CYGk20MtlS8wmvJiV+Wsb8gPW5LgCjtupzcLLnoQzDG54JGNCeeZ0l/T8NYsOvA==} + '@swc/core-linux-x64-gnu@1.7.23': + resolution: {integrity: sha512-V51gFPWaVAHbI1yg9ahsoya3aB4uawye3SZ5uQWgcP7wdCdiv60dw4F5nuPJf5Z1oXD3U/BslXuamv8Oh9vXqQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -1533,11 +1595,11 @@ packages: cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.6.7': - resolution: {integrity: sha512-ouRqgSnT95lTCiU/6kJRNS5b1o+p8I/V9jxtL21WUj/JOVhsFmBErqQ0MZyCu514noWiR5BIqOrZXR8C1Knx6Q==} + '@swc/core-linux-x64-musl@1.7.23': + resolution: {integrity: sha512-BBqQi4+UdeRqag3yM4IJjaHG4yc1o3l9ksENHToE0o/u2DT0FY5+K/DiYGZLC1JHbSFzNqRCYsa7DIzRtZ0A1A==} engines: {node: '>=10'} - cpu: [arm64] - os: [win32] + cpu: [x64] + os: [linux] '@swc/core-win32-arm64-msvc@1.7.18': resolution: {integrity: sha512-ltX/Ol9+Qu4SXmISCeuwVgAjSa8nzHTymknpozzVMgjXUoZMoz6lcynfKL1nCh5XLgqh0XNHUKLti5YFF8LrrA==} @@ -1545,10 +1607,10 @@ packages: cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.6.7': - resolution: {integrity: sha512-eZAP/EmJ0IcfgAx6B4/SpSjq3aT8gr0ooktfMqw/w0/5lnNrbMl2v+2kvxcneNcF7bp8VNcYZnoHlsP+LvmVbA==} + '@swc/core-win32-arm64-msvc@1.7.23': + resolution: {integrity: sha512-JPk6pvCKncL6bXG7p+NLZf8PWx4FakVvKNdwGeMrYunb+yk1IZf7qf9LJk8+GDGF5QviDXPs8opZrTrfsW80fA==} engines: {node: '>=10'} - cpu: [ia32] + cpu: [arm64] os: [win32] '@swc/core-win32-ia32-msvc@1.7.18': @@ -1557,10 +1619,10 @@ packages: cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.6.7': - resolution: {integrity: sha512-QOdE+7GQg1UQPS6p0KxzJOh/8GLbJ5zI1vqKArCCB0unFqUfKIjYb2TaH0geEBy3w9qtXxe3ZW6hzxtZSS9lDg==} + '@swc/core-win32-ia32-msvc@1.7.23': + resolution: {integrity: sha512-2Whxi8d+bLQBzJcQ5qYPHlk02YYVGsMVav0fWk+FnX2z1QRREIu1L1xvrpi7gBpjXp6BIU40ya8GiKeekNT2bg==} engines: {node: '>=10'} - cpu: [x64] + cpu: [ia32] os: [win32] '@swc/core-win32-x64-msvc@1.7.18': @@ -1569,8 +1631,14 @@ packages: cpu: [x64] os: [win32] - '@swc/core@1.6.7': - resolution: {integrity: sha512-BBzORL9qWz5hZqAZ83yn+WNaD54RH5eludjqIOboolFOK/Pw+2l00/H77H4CEBJnzCIBQszsyqtITmrn4evp0g==} + '@swc/core-win32-x64-msvc@1.7.23': + resolution: {integrity: sha512-82fARk4/yJ40kwWKY/gdKDisPdtgJE9jgpl/vkNG3alyJxrCzuNM7+CtiKoYbXLeqM8GQTS3wlvCaJu9oQ8dag==} + engines: {node: '>=10'} + cpu: [x64] + os: [win32] + + '@swc/core@1.7.18': + resolution: {integrity: sha512-qL9v5N5S38ijmqiQRvCFUUx2vmxWT/JJ2rswElnyaHkOHuVoAFhBB90Ywj4RKjh3R0zOjhEcemENTyF3q3G6WQ==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -1578,8 +1646,8 @@ packages: '@swc/helpers': optional: true - '@swc/core@1.7.18': - resolution: {integrity: sha512-qL9v5N5S38ijmqiQRvCFUUx2vmxWT/JJ2rswElnyaHkOHuVoAFhBB90Ywj4RKjh3R0zOjhEcemENTyF3q3G6WQ==} + '@swc/core@1.7.23': + resolution: {integrity: sha512-VDNkpDvDlreGh2E3tlDj8B3piiuLhhQA/7rIVZpiLUvG1YpucAa6N7iDXA7Gc/+Hah8spaCg/qvEaBkCmcIYCQ==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -1590,12 +1658,12 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.11': - resolution: {integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==} - '@swc/helpers@0.5.12': resolution: {integrity: sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==} + '@swc/helpers@0.5.13': + resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} + '@swc/jest@0.2.36': resolution: {integrity: sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw==} engines: {npm: '>= 7.0.0'} @@ -1605,17 +1673,14 @@ packages: '@swc/types@0.1.12': resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==} - '@swc/types@0.1.9': - resolution: {integrity: sha512-qKnCno++jzcJ4lM4NTfYifm1EFSCeIfKiAHAfkENZAV5Kl9PjJIyd2yeeVv6c/2CckuLyv2NmRC5pv6pm2WQBg==} - '@szmarczak/http-timer@4.0.6': resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} - '@tailwindcss/typography@0.5.14': - resolution: {integrity: sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==} + '@tailwindcss/typography@0.5.15': + resolution: {integrity: sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders' + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20' '@testing-library/dom@10.4.0': resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} @@ -1625,8 +1690,8 @@ packages: resolution: {integrity: sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - '@testing-library/react@16.0.0': - resolution: {integrity: sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==} + '@testing-library/react@16.0.1': + resolution: {integrity: sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==} engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 @@ -1690,12 +1755,6 @@ packages: '@types/culori@2.1.1': resolution: {integrity: sha512-NzLYD0vNHLxTdPp8+RlvGbR2NfOZkwxcYGFwxNtm+WH2NuUNV8785zv1h0sulFQ5aFQ9n/jNDUuJeo3Bh7+oFA==} - '@types/eslint-scope@3.7.7': - resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} - - '@types/eslint@9.6.0': - resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} - '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -1756,12 +1815,12 @@ packages: '@types/node-notifier@8.0.5': resolution: {integrity: sha512-LX7+8MtTsv6szumAp6WOy87nqMEdGhhry/Qfprjm1Ma6REjVzeF7SCyvPtp5RaF6IkXCS9V4ra8g5fwvf2ZAYg==} - '@types/node@22.1.0': - resolution: {integrity: sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==} - '@types/node@22.5.0': resolution: {integrity: sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==} + '@types/node@22.5.4': + resolution: {integrity: sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1777,8 +1836,8 @@ packages: '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.3.4': - resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} + '@types/react@18.3.5': + resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==} '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -1801,26 +1860,20 @@ packages: '@types/yargs@17.0.33': resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} - '@versini/dev-dependencies-client@6.0.1': - resolution: {integrity: sha512-O8zv8A9OH8cntJOQGBuKsVnvga7OM/arXLkDFUwfIAZGDM4kH3fP7//3ErqstTIRgGkVN47y2vX91HiQLpz9gw==} - - '@versini/dev-dependencies-common@4.1.4': - resolution: {integrity: sha512-Dne/v+DzQLMOwUfM1zS8ooBHsQYtEhwoCJTtnND2cJpQGshVL9oxxYKB0oRhygYr1tp6Mj7OTx2xjaVnEqPV0w==} + '@versini/dev-dependencies-client@6.0.2': + resolution: {integrity: sha512-SaLG5ZRAEKFpdlr0vYsVQCqjGzJoMQBzsWue3dKBEDOKXDyY6YSaLVqb3KBi6FzsX2qf9D9e168hILPVBjHd+Q==} - '@versini/dev-dependencies-server@5.1.4': - resolution: {integrity: sha512-2PAAPEiv/wU5s+auXmV2qmzEDS3rn1qdQgvVUu3W8aypTKe9/c8hPgXHvnMx0mphQzESma8smG4+pjRsqNguXA==} + '@versini/dev-dependencies-common@4.1.5': + resolution: {integrity: sha512-7wyOVLuiQu1vzBT7b4ubGjl6cs/ISlESnZFlOtLE0Vg+yV0S3KQGr4TDK8qOBeGWLep+A+RtK9Xy/9VaKd8BdA==} - '@versini/dev-dependencies-types@1.3.4': - resolution: {integrity: sha512-iTh/psuY7BlDyn/Tek923ZCzVtsQ9dCJvpdkPhlBDn7S3JtxG0vOEntQfravgiZmgcUxILGZDxce1/tfB/9aTw==} + '@versini/dev-dependencies-server@5.1.5': + resolution: {integrity: sha512-KFp8x3NxrrdJ6Bf/sHs3o3WBimX89/V0aglwqsrFt0wMUzXm7NUg0CGbFDXlisjZrJ+Gx2xIZqffTu/1aUXDuQ==} - '@versini/ui-components@5.21.2': - resolution: {integrity: sha512-lvldwDslLsZiQsNYukL5QYFBJbD8WgAKjWutJSl3GwfXt4ET1arfzCxLtWb/xgRf25K+3BJ+jfpRKr9XbdFU2g==} - peerDependencies: - react: ^18.3.1 - react-dom: ^18.3.1 + '@versini/dev-dependencies-types@1.3.5': + resolution: {integrity: sha512-Hs+gcjZVZHh5P1cXUyJWNqlsH81k4P8zStsngByuo+4L9P8Dof1ED2qGXd5ZCYcAiBG53F/JTN4rimPYtgDWhA==} - '@versini/ui-hooks@4.0.1': - resolution: {integrity: sha512-LiYYRGg5j1jFyQniJVx/Ke8hXaXIHBo7LPt0MyJR5b7FfF0AbxoIt8AfQrpYFERvjpq8kXlib0ELMdC0nbO4yw==} + '@versini/ui-components@5.21.3': + resolution: {integrity: sha512-rw5bTPlAt2taX5ac3/50O2wD8pVcHygaq01srLrq3mn2CSXTgSAeNWz00jKoKLCu6+RKGV9knfaKjixuZYXFjQ==} peerDependencies: react: ^18.3.1 react-dom: ^18.3.1 @@ -1831,14 +1884,14 @@ packages: react: ^18.3.1 react-dom: ^18.3.1 - '@versini/ui-icons@1.11.0': - resolution: {integrity: sha512-ALorSe1Q6wmxTl0PvyrMO3hCfaffZzPfcb4d+P5G+NizACWBWeAHp+GefqdvKLPJb/AwMBprw6LlGaTHauZB0A==} + '@versini/ui-hooks@4.1.1': + resolution: {integrity: sha512-SYHvE/0/zgXLd4fqjNLnSqY0kAKrcwXcsugygikMAcQEEm4pZ+8RtrrUHGN0ZhlKwnjr3vWFOJXzjD4H0pq1iA==} peerDependencies: react: ^18.3.1 react-dom: ^18.3.1 - '@versini/ui-private@1.4.6': - resolution: {integrity: sha512-OtdcloJXpL52iHSPabco8Uqt0L+j0mDMbZgROukJckweLdp/oUbiC628qO5ya/dJ67CWJYzjFvcCRIUrDR1Uhw==} + '@versini/ui-icons@1.12.0': + resolution: {integrity: sha512-RVZNbJD81nVj4b5YiT8Oy3VgAhOt6y0K2TnPrkTx1tcPHHpO9k1s91aXjOdM/qUY6wVZYhqETtsaZdrKu4qMFw==} peerDependencies: react: ^18.3.1 react-dom: ^18.3.1 @@ -1849,8 +1902,8 @@ packages: react: ^18.3.1 react-dom: ^18.3.1 - '@versini/ui-styles@1.9.5': - resolution: {integrity: sha512-paNWvFypg/Jf7sVfMkR/UahFjyG2JLx/UfxhV3f/PIuWtFF9lWY8d/n74lV9prF/PtPR15QiEMhR0n2malwdFQ==} + '@versini/ui-styles@1.9.6': + resolution: {integrity: sha512-E4yRCpihUJ10ZrjVzktSTemy3H5QCRul1jckNR2p9c0iAYJELNw4qqdhoCWrw0PVFjjcTE/juyMZty03QRNFXA==} '@versini/ui-system@1.4.4': resolution: {integrity: sha512-fPUI145e//MMU9kzNJkpxqzMWu0TC+lO+jHmfrHEvb4x28cPPM465YPEFKc+rd9y4MHfGIn0xvh7bYV1f14fgQ==} @@ -2341,6 +2394,9 @@ packages: caniuse-lite@1.0.30001651: resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} + caniuse-lite@1.0.30001657: + resolution: {integrity: sha512-DPbJAlP8/BAXy3IgiWmZKItubb3TYGP0WscQQlVGIfT4s/YlFYVuJgyOsQNP7rJRChx/qdMeLJQJP0Sgg2yjNA==} + chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} engines: {node: '>=4'} @@ -3298,11 +3354,6 @@ packages: engines: {node: '>=16 || 14 >=14.18'} hasBin: true - glob@10.4.3: - resolution: {integrity: sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==} - engines: {node: '>=18'} - hasBin: true - glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true @@ -3351,8 +3402,8 @@ packages: engines: {node: '>=0.4.7'} hasBin: true - happy-dom@15.0.0: - resolution: {integrity: sha512-DsvANUcxxY20iCo3Yllm7dqwzPVPduGfVFxa7mONwMBLczFeQgkN0LpDir1kIY322JMh+hrcPV3aGLyHCESDlA==} + happy-dom@15.7.3: + resolution: {integrity: sha512-w3RUaYNXFJX5LiNVhOJLK4GqCB1bFj1FvELtpon3HrN8gUpS09V0Vvm4/BBRRj7mLUE1+ch8PKv1JxEp/0IHjA==} engines: {node: '>=18.0.0'} hard-rejection@2.1.0: @@ -3900,8 +3951,8 @@ packages: joi@17.13.3: resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==} - jose@5.7.0: - resolution: {integrity: sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==} + jose@5.8.0: + resolution: {integrity: sha512-E7CqYpL/t7MMnfGnK/eg416OsFCVUrU/Y3Vwe7QjKhu/BkS1Ms455+2xsqZQVN57/U2MHMBvEb5SrmAZWAIntA==} joycon@3.1.1: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} @@ -4046,8 +4097,8 @@ packages: resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lint-staged@15.2.9: - resolution: {integrity: sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==} + lint-staged@15.2.10: + resolution: {integrity: sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==} engines: {node: '>=18.12.0'} hasBin: true @@ -4158,9 +4209,6 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - magic-string@0.30.10: - resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} - magic-string@0.30.11: resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} @@ -4227,6 +4275,10 @@ packages: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -4892,6 +4944,10 @@ packages: resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.45: + resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} + engines: {node: ^10 || ^12 || >=14} + prettier-plugin-tailwindcss@0.6.6: resolution: {integrity: sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==} engines: {node: '>=14.21.3'} @@ -5233,6 +5289,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.21.2: + resolution: {integrity: sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} @@ -5900,9 +5961,6 @@ packages: undefsafe@2.0.5: resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} - undici-types@6.13.0: - resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==} - undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} @@ -5972,8 +6030,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-plugin-dts@4.0.3: - resolution: {integrity: sha512-+xnTsaONwU2kV6zhRjtbRJSGN41uFR/whqmcb4k4fftLFDJElxthp0PP5Fq8gMeM9ytWMt1yk5gGgekLREWYQQ==} + vite-plugin-dts@4.1.0: + resolution: {integrity: sha512-sRlmt9k2q8MrX4F2058N3KmB6WyJ3Ao6QaExOv1X99F3j0GhPziEz1zscWQ1q2r1PeFc96L7GIUu8Pl2DPr2Hg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5987,8 +6045,8 @@ packages: peerDependencies: vite: '*' - vite@5.4.2: - resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==} + vite@5.4.3: + resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -6083,8 +6141,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - webpack@5.93.0: - resolution: {integrity: sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==} + webpack@5.94.0: + resolution: {integrity: sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -6799,14 +6857,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@floating-ui/react@0.26.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@floating-ui/utils': 0.2.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tabbable: 6.2.0 - '@floating-ui/react@0.26.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -6815,8 +6865,6 @@ snapshots: react-dom: 18.3.1(react@18.3.1) tabbable: 6.2.0 - '@floating-ui/utils@0.2.4': {} - '@floating-ui/utils@0.2.7': {} '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': @@ -7016,14 +7064,14 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.1.0 + '@types/node': 22.5.0 '@types/yargs': 17.0.33 chalk: 4.1.2 '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.2': {} @@ -7035,21 +7083,19 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@jridgewell/sourcemap-codec@1.4.15': {} - '@jridgewell/sourcemap-codec@1.5.0': {} '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 - '@lerna/create@8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.11))(encoding@0.1.13)(typescript@5.5.4)': + '@lerna/create@8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.12))(encoding@0.1.13)(typescript@5.5.4)': dependencies: '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11))) + '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12))) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11(encoding@0.1.13) aproba: 2.0.0 @@ -7088,7 +7134,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)) p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -7127,12 +7173,12 @@ snapshots: - supports-color - typescript - '@lerna/create@8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.12))(encoding@0.1.13)(typescript@5.5.4)': + '@lerna/create@8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.13))(encoding@0.1.13)(typescript@5.5.4)': dependencies: '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12))) + '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13))) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11(encoding@0.1.13) aproba: 2.0.0 @@ -7171,7 +7217,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)) p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -7219,6 +7265,15 @@ snapshots: '@rushstack/node-core-library': 5.5.1(@types/node@22.5.0) transitivePeerDependencies: - '@types/node' + optional: true + + '@microsoft/api-extractor-model@7.29.4(@types/node@22.5.4)': + dependencies: + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.5.1(@types/node@22.5.4) + transitivePeerDependencies: + - '@types/node' '@microsoft/api-extractor@7.47.4(@types/node@22.5.0)': dependencies: @@ -7237,6 +7292,25 @@ snapshots: typescript: 5.4.2 transitivePeerDependencies: - '@types/node' + optional: true + + '@microsoft/api-extractor@7.47.4(@types/node@22.5.4)': + dependencies: + '@microsoft/api-extractor-model': 7.29.4(@types/node@22.5.4) + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.5.1(@types/node@22.5.4) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.13.3(@types/node@22.5.4) + '@rushstack/ts-command-line': 4.22.3(@types/node@22.5.4) + lodash: 4.17.21 + minimatch: 3.0.8 + resolve: 1.22.8 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.4.2 + transitivePeerDependencies: + - '@types/node' '@microsoft/tsdoc-config@0.17.0': dependencies: @@ -7449,57 +7523,57 @@ snapshots: - bluebird - supports-color - '@nrwl/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)))': + '@nrwl/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)))': dependencies: - '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11))) + '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12))) transitivePeerDependencies: - nx - '@nrwl/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)))': + '@nrwl/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)))': dependencies: - '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12))) + '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13))) transitivePeerDependencies: - nx - '@nrwl/tao@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11))': + '@nrwl/tao@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12))': dependencies: - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)) tslib: 2.6.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nrwl/tao@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12))': + '@nrwl/tao@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13))': dependencies: - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)) tslib: 2.6.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)))': + '@nx/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)))': dependencies: - '@nrwl/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11))) + '@nrwl/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.1 minimatch: 9.0.3 - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.6.3 yargs-parser: 21.1.1 - '@nx/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)))': + '@nx/devkit@19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)))': dependencies: - '@nrwl/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12))) + '@nrwl/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.1 minimatch: 9.0.3 - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.6.3 @@ -7623,86 +7697,134 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@rollup/pluginutils@5.1.0(rollup@4.21.0)': + '@rollup/pluginutils@5.1.0(rollup@4.21.2)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.21.0 + rollup: 4.21.2 '@rollup/rollup-android-arm-eabi@4.21.0': optional: true + '@rollup/rollup-android-arm-eabi@4.21.2': + optional: true + '@rollup/rollup-android-arm64@4.21.0': optional: true + '@rollup/rollup-android-arm64@4.21.2': + optional: true + '@rollup/rollup-darwin-arm64@4.21.0': optional: true + '@rollup/rollup-darwin-arm64@4.21.2': + optional: true + '@rollup/rollup-darwin-x64@4.21.0': optional: true + '@rollup/rollup-darwin-x64@4.21.2': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.21.0': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.21.2': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.21.0': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.21.2': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.21.0': optional: true + '@rollup/rollup-linux-arm64-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-arm64-musl@4.21.0': optional: true + '@rollup/rollup-linux-arm64-musl@4.21.2': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.21.0': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.21.0': optional: true + '@rollup/rollup-linux-s390x-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-x64-gnu@4.21.0': optional: true + '@rollup/rollup-linux-x64-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-x64-musl@4.21.0': optional: true + '@rollup/rollup-linux-x64-musl@4.21.2': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.21.0': optional: true + '@rollup/rollup-win32-arm64-msvc@4.21.2': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.21.0': optional: true + '@rollup/rollup-win32-ia32-msvc@4.21.2': + optional: true + '@rollup/rollup-win32-x64-msvc@4.21.0': optional: true - '@rsbuild/core@1.0.1-beta.16': + '@rollup/rollup-win32-x64-msvc@4.21.2': + optional: true + + '@rsbuild/core@1.0.1-rc.4': dependencies: - '@rspack/core': 1.0.0-rc.0(@swc/helpers@0.5.11) + '@rspack/core': 1.0.3(@swc/helpers@0.5.12) '@rspack/lite-tapable': 1.0.0 - '@swc/helpers': 0.5.11 - caniuse-lite: 1.0.30001651 + '@swc/helpers': 0.5.12 + caniuse-lite: 1.0.30001657 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 - '@rsbuild/plugin-react@1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16)': + '@rsbuild/plugin-react@1.0.1-rc.4(@rsbuild/core@1.0.1-rc.4)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.4 '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 - '@rsbuild/plugin-type-check@1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16)(@swc/core@1.7.18(@swc/helpers@0.5.11))(typescript@5.5.4)': + '@rsbuild/plugin-type-check@1.0.1-rc.4(@rsbuild/core@1.0.1-rc.4)(@swc/core@1.7.23(@swc/helpers@0.5.12))(typescript@5.5.4)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.4 deepmerge: 4.3.1 - fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11))) + fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.5.4)(webpack@5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12))) json5: 2.2.3 reduce-configs: 1.0.0 - webpack: 5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11)) + webpack: 5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12)) transitivePeerDependencies: - '@swc/core' - esbuild @@ -7710,53 +7832,53 @@ snapshots: - uglify-js - webpack-cli - '@rspack/binding-darwin-arm64@1.0.0-rc.0': + '@rspack/binding-darwin-arm64@1.0.3': optional: true - '@rspack/binding-darwin-x64@1.0.0-rc.0': + '@rspack/binding-darwin-x64@1.0.3': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.0-rc.0': + '@rspack/binding-linux-arm64-gnu@1.0.3': optional: true - '@rspack/binding-linux-arm64-musl@1.0.0-rc.0': + '@rspack/binding-linux-arm64-musl@1.0.3': optional: true - '@rspack/binding-linux-x64-gnu@1.0.0-rc.0': + '@rspack/binding-linux-x64-gnu@1.0.3': optional: true - '@rspack/binding-linux-x64-musl@1.0.0-rc.0': + '@rspack/binding-linux-x64-musl@1.0.3': optional: true - '@rspack/binding-win32-arm64-msvc@1.0.0-rc.0': + '@rspack/binding-win32-arm64-msvc@1.0.3': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.0-rc.0': + '@rspack/binding-win32-ia32-msvc@1.0.3': optional: true - '@rspack/binding-win32-x64-msvc@1.0.0-rc.0': + '@rspack/binding-win32-x64-msvc@1.0.3': optional: true - '@rspack/binding@1.0.0-rc.0': + '@rspack/binding@1.0.3': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.0-rc.0 - '@rspack/binding-darwin-x64': 1.0.0-rc.0 - '@rspack/binding-linux-arm64-gnu': 1.0.0-rc.0 - '@rspack/binding-linux-arm64-musl': 1.0.0-rc.0 - '@rspack/binding-linux-x64-gnu': 1.0.0-rc.0 - '@rspack/binding-linux-x64-musl': 1.0.0-rc.0 - '@rspack/binding-win32-arm64-msvc': 1.0.0-rc.0 - '@rspack/binding-win32-ia32-msvc': 1.0.0-rc.0 - '@rspack/binding-win32-x64-msvc': 1.0.0-rc.0 - - '@rspack/core@1.0.0-rc.0(@swc/helpers@0.5.11)': + '@rspack/binding-darwin-arm64': 1.0.3 + '@rspack/binding-darwin-x64': 1.0.3 + '@rspack/binding-linux-arm64-gnu': 1.0.3 + '@rspack/binding-linux-arm64-musl': 1.0.3 + '@rspack/binding-linux-x64-gnu': 1.0.3 + '@rspack/binding-linux-x64-musl': 1.0.3 + '@rspack/binding-win32-arm64-msvc': 1.0.3 + '@rspack/binding-win32-ia32-msvc': 1.0.3 + '@rspack/binding-win32-x64-msvc': 1.0.3 + + '@rspack/core@1.0.3(@swc/helpers@0.5.12)': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.0-rc.0 + '@rspack/binding': 1.0.3 '@rspack/lite-tapable': 1.0.0 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001657 optionalDependencies: - '@swc/helpers': 0.5.11 + '@swc/helpers': 0.5.12 '@rspack/lite-tapable@1.0.0': {} @@ -7779,6 +7901,20 @@ snapshots: semver: 7.5.4 optionalDependencies: '@types/node': 22.5.0 + optional: true + + '@rushstack/node-core-library@5.5.1(@types/node@22.5.4)': + dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.8 + semver: 7.5.4 + optionalDependencies: + '@types/node': 22.5.4 '@rushstack/rig-package@0.5.3': dependencies: @@ -7791,6 +7927,14 @@ snapshots: supports-color: 8.1.1 optionalDependencies: '@types/node': 22.5.0 + optional: true + + '@rushstack/terminal@0.13.3(@types/node@22.5.4)': + dependencies: + '@rushstack/node-core-library': 5.5.1(@types/node@22.5.4) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 22.5.4 '@rushstack/ts-command-line@4.22.3(@types/node@22.5.0)': dependencies: @@ -7800,6 +7944,16 @@ snapshots: string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' + optional: true + + '@rushstack/ts-command-line@4.22.3(@types/node@22.5.4)': + dependencies: + '@rushstack/terminal': 0.13.3(@types/node@22.5.4) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' '@sideway/address@4.1.5': dependencies: @@ -7859,10 +8013,10 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 - '@swc/cli@0.4.0(@swc/core@1.7.18(@swc/helpers@0.5.12))(chokidar@3.6.0)': + '@swc/cli@0.4.0(@swc/core@1.7.23(@swc/helpers@0.5.13))(chokidar@3.6.0)': dependencies: '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.7.18(@swc/helpers@0.5.12) + '@swc/core': 1.7.23(@swc/helpers@0.5.13) '@swc/counter': 0.1.3 commander: 8.3.0 fast-glob: 3.3.2 @@ -7874,84 +8028,67 @@ snapshots: optionalDependencies: chokidar: 3.6.0 - '@swc/core-darwin-arm64@1.6.7': - optional: true - '@swc/core-darwin-arm64@1.7.18': optional: true - '@swc/core-darwin-x64@1.6.7': + '@swc/core-darwin-arm64@1.7.23': optional: true '@swc/core-darwin-x64@1.7.18': optional: true - '@swc/core-linux-arm-gnueabihf@1.6.7': + '@swc/core-darwin-x64@1.7.23': optional: true '@swc/core-linux-arm-gnueabihf@1.7.18': optional: true - '@swc/core-linux-arm64-gnu@1.6.7': + '@swc/core-linux-arm-gnueabihf@1.7.23': optional: true '@swc/core-linux-arm64-gnu@1.7.18': optional: true - '@swc/core-linux-arm64-musl@1.6.7': + '@swc/core-linux-arm64-gnu@1.7.23': optional: true '@swc/core-linux-arm64-musl@1.7.18': optional: true - '@swc/core-linux-x64-gnu@1.6.7': + '@swc/core-linux-arm64-musl@1.7.23': optional: true '@swc/core-linux-x64-gnu@1.7.18': optional: true - '@swc/core-linux-x64-musl@1.6.7': + '@swc/core-linux-x64-gnu@1.7.23': optional: true '@swc/core-linux-x64-musl@1.7.18': optional: true - '@swc/core-win32-arm64-msvc@1.6.7': + '@swc/core-linux-x64-musl@1.7.23': optional: true '@swc/core-win32-arm64-msvc@1.7.18': optional: true - '@swc/core-win32-ia32-msvc@1.6.7': + '@swc/core-win32-arm64-msvc@1.7.23': optional: true '@swc/core-win32-ia32-msvc@1.7.18': optional: true - '@swc/core-win32-x64-msvc@1.6.7': + '@swc/core-win32-ia32-msvc@1.7.23': optional: true '@swc/core-win32-x64-msvc@1.7.18': optional: true - '@swc/core@1.6.7(@swc/helpers@0.5.11)': - dependencies: - '@swc/counter': 0.1.3 - '@swc/types': 0.1.9 - optionalDependencies: - '@swc/core-darwin-arm64': 1.6.7 - '@swc/core-darwin-x64': 1.6.7 - '@swc/core-linux-arm-gnueabihf': 1.6.7 - '@swc/core-linux-arm64-gnu': 1.6.7 - '@swc/core-linux-arm64-musl': 1.6.7 - '@swc/core-linux-x64-gnu': 1.6.7 - '@swc/core-linux-x64-musl': 1.6.7 - '@swc/core-win32-arm64-msvc': 1.6.7 - '@swc/core-win32-ia32-msvc': 1.6.7 - '@swc/core-win32-x64-msvc': 1.6.7 - '@swc/helpers': 0.5.11 - - '@swc/core@1.7.18(@swc/helpers@0.5.11)': + '@swc/core-win32-x64-msvc@1.7.23': + optional: true + + '@swc/core@1.7.18(@swc/helpers@0.5.12)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 @@ -7966,40 +8103,57 @@ snapshots: '@swc/core-win32-arm64-msvc': 1.7.18 '@swc/core-win32-ia32-msvc': 1.7.18 '@swc/core-win32-x64-msvc': 1.7.18 - '@swc/helpers': 0.5.11 - optional: true + '@swc/helpers': 0.5.12 - '@swc/core@1.7.18(@swc/helpers@0.5.12)': + '@swc/core@1.7.23(@swc/helpers@0.5.12)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 optionalDependencies: - '@swc/core-darwin-arm64': 1.7.18 - '@swc/core-darwin-x64': 1.7.18 - '@swc/core-linux-arm-gnueabihf': 1.7.18 - '@swc/core-linux-arm64-gnu': 1.7.18 - '@swc/core-linux-arm64-musl': 1.7.18 - '@swc/core-linux-x64-gnu': 1.7.18 - '@swc/core-linux-x64-musl': 1.7.18 - '@swc/core-win32-arm64-msvc': 1.7.18 - '@swc/core-win32-ia32-msvc': 1.7.18 - '@swc/core-win32-x64-msvc': 1.7.18 + '@swc/core-darwin-arm64': 1.7.23 + '@swc/core-darwin-x64': 1.7.23 + '@swc/core-linux-arm-gnueabihf': 1.7.23 + '@swc/core-linux-arm64-gnu': 1.7.23 + '@swc/core-linux-arm64-musl': 1.7.23 + '@swc/core-linux-x64-gnu': 1.7.23 + '@swc/core-linux-x64-musl': 1.7.23 + '@swc/core-win32-arm64-msvc': 1.7.23 + '@swc/core-win32-ia32-msvc': 1.7.23 + '@swc/core-win32-x64-msvc': 1.7.23 '@swc/helpers': 0.5.12 + optional: true + + '@swc/core@1.7.23(@swc/helpers@0.5.13)': + dependencies: + '@swc/counter': 0.1.3 + '@swc/types': 0.1.12 + optionalDependencies: + '@swc/core-darwin-arm64': 1.7.23 + '@swc/core-darwin-x64': 1.7.23 + '@swc/core-linux-arm-gnueabihf': 1.7.23 + '@swc/core-linux-arm64-gnu': 1.7.23 + '@swc/core-linux-arm64-musl': 1.7.23 + '@swc/core-linux-x64-gnu': 1.7.23 + '@swc/core-linux-x64-musl': 1.7.23 + '@swc/core-win32-arm64-msvc': 1.7.23 + '@swc/core-win32-ia32-msvc': 1.7.23 + '@swc/core-win32-x64-msvc': 1.7.23 + '@swc/helpers': 0.5.13 '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.11': + '@swc/helpers@0.5.12': dependencies: tslib: 2.6.3 - '@swc/helpers@0.5.12': + '@swc/helpers@0.5.13': dependencies: tslib: 2.6.3 - '@swc/jest@0.2.36(@swc/core@1.7.18(@swc/helpers@0.5.12))': + '@swc/jest@0.2.36(@swc/core@1.7.23(@swc/helpers@0.5.13))': dependencies: '@jest/create-cache-key-function': 29.7.0 - '@swc/core': 1.7.18(@swc/helpers@0.5.12) + '@swc/core': 1.7.23(@swc/helpers@0.5.13) '@swc/counter': 0.1.3 jsonc-parser: 3.3.1 @@ -8007,15 +8161,11 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@swc/types@0.1.9': - dependencies: - '@swc/counter': 0.1.3 - '@szmarczak/http-timer@4.0.6': dependencies: defer-to-connect: 2.0.1 - '@tailwindcss/typography@0.5.14(tailwindcss@3.4.10)': + '@tailwindcss/typography@0.5.15(tailwindcss@3.4.10)': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 @@ -8044,14 +8194,14 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 18.3.4 + '@types/react': 18.3.5 '@types/react-dom': 18.3.0 '@testing-library/user-event@14.5.2(@testing-library/dom@10.4.0)': @@ -8095,7 +8245,7 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/bytes@3.1.4': {} @@ -8108,25 +8258,15 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/culori@2.1.1': {} - '@types/eslint-scope@3.7.7': - dependencies: - '@types/eslint': 9.6.0 - '@types/estree': 1.0.5 - - '@types/eslint@9.6.0': - dependencies: - '@types/estree': 1.0.5 - '@types/json-schema': 7.0.15 - '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.5': dependencies: - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -8141,7 +8281,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/graceful-fs@4.1.9': dependencies: @@ -8170,7 +8310,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/keyv@3.1.4': dependencies: @@ -8190,13 +8330,13 @@ snapshots: '@types/node-notifier@8.0.5': dependencies: - '@types/node': 22.5.0 + '@types/node': 22.5.4 - '@types/node@22.1.0': + '@types/node@22.5.0': dependencies: - undici-types: 6.13.0 + undici-types: 6.19.8 - '@types/node@22.5.0': + '@types/node@22.5.4': dependencies: undici-types: 6.19.8 @@ -8210,9 +8350,9 @@ snapshots: '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.3.4 + '@types/react': 18.3.5 - '@types/react@18.3.4': + '@types/react@18.3.5': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -8224,12 +8364,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/send': 0.17.4 '@types/stack-utils@2.0.3': {} @@ -8242,38 +8382,38 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@versini/dev-dependencies-client@6.0.1(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.18(@swc/helpers@0.5.11))(@swc/helpers@0.5.11)(@types/node@22.5.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(encoding@0.1.13)(happy-dom@15.0.0)(jiti@1.21.6)(jsdom@25.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.31.6)(typescript@5.5.4)(yaml@2.5.0)': + '@versini/dev-dependencies-client@6.0.2(@microsoft/api-extractor@7.47.4(@types/node@22.5.4))(@swc/core@1.7.23(@swc/helpers@0.5.12))(@swc/helpers@0.5.12)(@types/node@22.5.4)(@types/react-dom@18.3.0)(@types/react@18.3.5)(encoding@0.1.13)(happy-dom@15.7.3)(jiti@1.21.6)(jsdom@25.0.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.31.6)(typescript@5.5.4)(yaml@2.5.0)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 - '@rsbuild/plugin-react': 1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16) - '@rsbuild/plugin-type-check': 1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16)(@swc/core@1.7.18(@swc/helpers@0.5.11))(typescript@5.5.4) + '@rsbuild/core': 1.0.1-rc.4 + '@rsbuild/plugin-react': 1.0.1-rc.4(@rsbuild/core@1.0.1-rc.4) + '@rsbuild/plugin-type-check': 1.0.1-rc.4(@rsbuild/core@1.0.1-rc.4)(@swc/core@1.7.23(@swc/helpers@0.5.12))(typescript@5.5.4) '@testing-library/dom': 10.4.0 '@testing-library/jest-dom': 6.5.0 - '@testing-library/react': 16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@testing-library/react': 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) - '@versini/dev-dependencies-common': 4.1.4 - '@vitejs/plugin-react-swc': 3.7.0(@swc/helpers@0.5.11)(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)) - '@vitest/coverage-v8': 1.6.0(vitest@1.6.0(@types/node@22.5.0)(@vitest/ui@1.6.0)(happy-dom@15.0.0)(jsdom@25.0.0)(terser@5.31.6)) + '@versini/dev-dependencies-common': 4.1.5 + '@vitejs/plugin-react-swc': 3.7.0(@swc/helpers@0.5.12)(vite@5.4.3(@types/node@22.5.4)(terser@5.31.6)) + '@vitest/coverage-v8': 1.6.0(vitest@1.6.0(@types/node@22.5.4)(@vitest/ui@1.6.0)(happy-dom@15.7.3)(jsdom@25.0.0)(terser@5.31.6)) '@vitest/ui': 1.6.0(vitest@1.6.0) - autoprefixer: 10.4.20(postcss@8.4.41) + autoprefixer: 10.4.20(postcss@8.4.45) barrelsby: 2.8.1 cross-env: 7.0.3 husky: 9.1.5 - lerna: 8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.11))(encoding@0.1.13) - lint-staged: 15.2.9 + lerna: 8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.12))(encoding@0.1.13) + lint-staged: 15.2.10 nodemon: 3.1.4 npm-run-all: 4.1.5 - postcss: 8.4.41 + postcss: 8.4.45 prettier: 3.3.3 prettier-plugin-tailwindcss: 0.6.6(prettier@3.3.3) rimraf: 5.0.10 - rollup: 4.21.0 + rollup: 4.21.2 tailwindcss: 3.4.10 - tsup: 8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.18(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) - vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) - vite-plugin-dts: 4.0.3(@types/node@22.5.0)(rollup@4.21.0)(typescript@5.5.4)(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)) - vite-plugin-lib-inject-css: 2.1.1(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)) - vitest: 1.6.0(@types/node@22.5.0)(@vitest/ui@1.6.0)(happy-dom@15.0.0)(jsdom@25.0.0)(terser@5.31.6) + tsup: 8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.4))(@swc/core@1.7.23(@swc/helpers@0.5.12))(jiti@1.21.6)(postcss@8.4.45)(typescript@5.5.4)(yaml@2.5.0) + vite: 5.4.3(@types/node@22.5.4)(terser@5.31.6) + vite-plugin-dts: 4.1.0(@types/node@22.5.4)(rollup@4.21.2)(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(terser@5.31.6)) + vite-plugin-lib-inject-css: 2.1.1(vite@5.4.3(@types/node@22.5.4)(terser@5.31.6)) + vitest: 1.6.0(@types/node@22.5.4)(@vitest/ui@1.6.0)(happy-dom@15.7.3)(jsdom@25.0.0)(terser@5.31.6) transitivePeerDependencies: - '@edge-runtime/vm' - '@ianvs/prettier-plugin-sort-imports' @@ -8328,7 +8468,7 @@ snapshots: - webpack-cli - yaml - '@versini/dev-dependencies-common@4.1.4': + '@versini/dev-dependencies-common@4.1.5': dependencies: '@biomejs/biome': 1.8.3 chokidar: 3.6.0 @@ -8336,7 +8476,7 @@ snapshots: dotenv: 16.4.5 fs-extra: 11.2.0 glob: 10.4.5 - happy-dom: 15.0.0 + happy-dom: 15.7.3 jsdom: 25.0.0 typescript: 5.5.4 transitivePeerDependencies: @@ -8345,25 +8485,25 @@ snapshots: - supports-color - utf-8-validate - '@versini/dev-dependencies-server@5.1.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@types/node@22.5.0)(chokidar@3.6.0)(encoding@0.1.13)(jiti@1.21.6)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0)': + '@versini/dev-dependencies-server@5.1.5(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@types/node@22.5.0)(chokidar@3.6.0)(encoding@0.1.13)(jiti@1.21.6)(postcss@8.4.45)(typescript@5.5.4)(yaml@2.5.0)': dependencies: '@jest/globals': 29.7.0 - '@swc/cli': 0.4.0(@swc/core@1.7.18(@swc/helpers@0.5.12))(chokidar@3.6.0) - '@swc/core': 1.7.18(@swc/helpers@0.5.12) - '@swc/helpers': 0.5.12 - '@swc/jest': 0.2.36(@swc/core@1.7.18(@swc/helpers@0.5.12)) - '@versini/dev-dependencies-common': 4.1.4 + '@swc/cli': 0.4.0(@swc/core@1.7.23(@swc/helpers@0.5.13))(chokidar@3.6.0) + '@swc/core': 1.7.23(@swc/helpers@0.5.13) + '@swc/helpers': 0.5.13 + '@swc/jest': 0.2.36(@swc/core@1.7.23(@swc/helpers@0.5.13)) + '@versini/dev-dependencies-common': 4.1.5 barrelsby: 2.8.1 cross-env: 7.0.3 husky: 9.1.5 jest: 29.7.0(@types/node@22.5.0) - lerna: 8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.12))(encoding@0.1.13) - lint-staged: 15.2.9 + lerna: 8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.13))(encoding@0.1.13) + lint-staged: 15.2.10 nodemon: 3.1.4 npm-run-all: 4.1.5 prettier: 3.3.3 rimraf: 5.0.10 - tsup: 8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.18(@swc/helpers@0.5.12))(jiti@1.21.6)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0) + tsup: 8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.23(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.45)(typescript@5.5.4)(yaml@2.5.0) transitivePeerDependencies: - '@microsoft/api-extractor' - '@swc-node/register' @@ -8385,27 +8525,28 @@ snapshots: - utf-8-validate - yaml - '@versini/dev-dependencies-types@1.3.4': + '@versini/dev-dependencies-types@1.3.5': dependencies: + '@simplewebauthn/types': 10.0.0 '@types/bytes': 3.1.4 '@types/culori': 2.1.1 '@types/express': 4.17.21 '@types/fs-extra': 11.0.4 '@types/jest': 29.5.12 '@types/lodash-es': 4.17.12 - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@types/node-notifier': 8.0.5 - '@types/react': 18.3.4 + '@types/react': 18.3.5 '@types/react-dom': 18.3.0 '@types/uuid': 10.0.0 '@types/yargs': 17.0.33 - '@versini/ui-components@5.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@versini/ui-components@5.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react': 0.26.23(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tailwindcss/typography': 0.5.14(tailwindcss@3.4.10) - '@versini/ui-hooks': 4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@versini/ui-icons': 1.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tailwindcss/typography': 0.5.15(tailwindcss@3.4.10) + '@versini/ui-hooks': 4.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@versini/ui-icons': 1.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@versini/ui-private': 1.4.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) clsx: 2.1.1 react: 18.3.1 @@ -8414,27 +8555,19 @@ snapshots: transitivePeerDependencies: - ts-node - '@versini/ui-hooks@4.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - '@versini/ui-hooks@4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@versini/ui-icons@1.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@versini/ui-hooks@4.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@versini/ui-private': 1.4.6(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) - '@versini/ui-private@1.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@versini/ui-icons@1.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@floating-ui/react': 0.26.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@versini/ui-hooks': 4.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - clsx: 2.1.1 + '@versini/ui-private': 1.4.8(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) @@ -8446,9 +8579,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@versini/ui-styles@1.9.5': + '@versini/ui-styles@1.9.6': dependencies: - '@tailwindcss/typography': 0.5.14(tailwindcss@3.4.10) + '@tailwindcss/typography': 0.5.15(tailwindcss@3.4.10) culori: 4.0.1 tailwindcss: 3.4.10 transitivePeerDependencies: @@ -8464,14 +8597,14 @@ snapshots: transitivePeerDependencies: - ts-node - '@vitejs/plugin-react-swc@3.7.0(@swc/helpers@0.5.11)(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6))': + '@vitejs/plugin-react-swc@3.7.0(@swc/helpers@0.5.12)(vite@5.4.3(@types/node@22.5.4)(terser@5.31.6))': dependencies: - '@swc/core': 1.6.7(@swc/helpers@0.5.11) - vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) + '@swc/core': 1.7.18(@swc/helpers@0.5.12) + vite: 5.4.3(@types/node@22.5.4)(terser@5.31.6) transitivePeerDependencies: - '@swc/helpers' - '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@22.5.0)(@vitest/ui@1.6.0)(happy-dom@15.0.0)(jsdom@25.0.0)(terser@5.31.6))': + '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@22.5.4)(@vitest/ui@1.6.0)(happy-dom@15.7.3)(jsdom@25.0.0)(terser@5.31.6))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -8480,13 +8613,13 @@ snapshots: istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.4 istanbul-reports: 3.1.7 - magic-string: 0.30.10 + magic-string: 0.30.11 magicast: 0.3.4 picocolors: 1.0.1 std-env: 3.7.0 strip-literal: 2.1.0 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@22.5.0)(@vitest/ui@1.6.0)(happy-dom@15.0.0)(jsdom@25.0.0)(terser@5.31.6) + vitest: 1.6.0(@types/node@22.5.4)(@vitest/ui@1.6.0)(happy-dom@15.7.3)(jsdom@25.0.0)(terser@5.31.6) transitivePeerDependencies: - supports-color @@ -8504,7 +8637,7 @@ snapshots: '@vitest/snapshot@1.6.0': dependencies: - magic-string: 0.30.10 + magic-string: 0.30.11 pathe: 1.1.2 pretty-format: 29.7.0 @@ -8521,7 +8654,7 @@ snapshots: pathe: 1.1.2 picocolors: 1.0.1 sirv: 2.0.4 - vitest: 1.6.0(@types/node@22.5.0)(@vitest/ui@1.6.0)(happy-dom@15.0.0)(jsdom@25.0.0)(terser@5.31.6) + vitest: 1.6.0(@types/node@22.5.4)(@vitest/ui@1.6.0)(happy-dom@15.7.3)(jsdom@25.0.0)(terser@5.31.6) '@vitest/utils@1.6.0': dependencies: @@ -8847,14 +8980,14 @@ snapshots: atomic-sleep@1.0.0: {} - autoprefixer@10.4.20(postcss@8.4.41): + autoprefixer@10.4.20(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001651 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.41 + postcss: 8.4.45 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -9080,6 +9213,8 @@ snapshots: caniuse-lite@1.0.30001651: {} + caniuse-lite@1.0.30001657: {} + chai@4.4.1: dependencies: assertion-error: 1.1.0 @@ -9963,7 +10098,7 @@ snapshots: cross-spawn: 7.0.3 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@9.0.2(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11))): + fork-ts-checker-webpack-plugin@9.0.2(typescript@5.5.4)(webpack@5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12))): dependencies: '@babel/code-frame': 7.24.7 chalk: 4.1.2 @@ -9978,7 +10113,7 @@ snapshots: semver: 7.6.3 tapable: 2.2.1 typescript: 5.5.4 - webpack: 5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11)) + webpack: 5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12)) form-data@4.0.0: dependencies: @@ -10137,15 +10272,6 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 - glob@10.4.3: - dependencies: - foreground-child: 3.2.1 - jackspeak: 3.4.0 - minimatch: 9.0.5 - minipass: 7.1.2 - package-json-from-dist: 1.0.0 - path-scurry: 1.11.1 - glob@10.4.5: dependencies: foreground-child: 3.2.1 @@ -10228,7 +10354,7 @@ snapshots: optionalDependencies: uglify-js: 3.18.0 - happy-dom@15.0.0: + happy-dom@15.7.3: dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -10888,7 +11014,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.1.0 + '@types/node': 22.5.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -10916,7 +11042,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.1.0 + '@types/node': 22.5.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10951,7 +11077,7 @@ snapshots: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 - jose@5.7.0: {} + jose@5.8.0: {} joycon@3.1.1: {} @@ -11054,13 +11180,13 @@ snapshots: kolorist@1.8.0: {} - lerna@8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.11))(encoding@0.1.13): + lerna@8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.12))(encoding@0.1.13): dependencies: - '@lerna/create': 8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.11))(encoding@0.1.13)(typescript@5.5.4) + '@lerna/create': 8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.12))(encoding@0.1.13)(typescript@5.5.4) '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11))) + '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12))) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11(encoding@0.1.13) aproba: 2.0.0 @@ -11105,7 +11231,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)) p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -11146,13 +11272,13 @@ snapshots: - encoding - supports-color - lerna@8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.12))(encoding@0.1.13): + lerna@8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.13))(encoding@0.1.13): dependencies: - '@lerna/create': 8.1.8(@swc/core@1.7.18(@swc/helpers@0.5.12))(encoding@0.1.13)(typescript@5.5.4) + '@lerna/create': 8.1.8(@swc/core@1.7.23(@swc/helpers@0.5.13))(encoding@0.1.13)(typescript@5.5.4) '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12))) + '@nx/devkit': 19.3.2(nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13))) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11(encoding@0.1.13) aproba: 2.0.0 @@ -11197,7 +11323,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)) + nx: 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)) p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -11274,7 +11400,7 @@ snapshots: lines-and-columns@2.0.4: {} - lint-staged@15.2.9: + lint-staged@15.2.10: dependencies: chalk: 5.3.0 commander: 12.1.0 @@ -11282,7 +11408,7 @@ snapshots: execa: 8.0.1 lilconfig: 3.1.2 listr2: 8.2.4 - micromatch: 4.0.7 + micromatch: 4.0.8 pidtree: 0.6.0 string-argv: 0.3.2 yaml: 2.5.0 @@ -11399,10 +11525,6 @@ snapshots: lz-string@1.5.0: {} - magic-string@0.30.10: - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - magic-string@0.30.11: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -11420,7 +11542,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 make-fetch-happen@13.0.1: dependencies: @@ -11503,6 +11625,11 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + mime-db@1.52.0: {} mime-types@2.1.35: @@ -11809,9 +11936,9 @@ snapshots: nwsapi@2.2.12: {} - nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)): + nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)): dependencies: - '@nrwl/tao': 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.11)) + '@nrwl/tao': 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.12)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -11856,13 +11983,13 @@ snapshots: '@nx/nx-linux-x64-musl': 19.3.2 '@nx/nx-win32-arm64-msvc': 19.3.2 '@nx/nx-win32-x64-msvc': 19.3.2 - '@swc/core': 1.7.18(@swc/helpers@0.5.11) + '@swc/core': 1.7.23(@swc/helpers@0.5.12) transitivePeerDependencies: - debug - nx@19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)): + nx@19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)): dependencies: - '@nrwl/tao': 19.3.2(@swc/core@1.7.18(@swc/helpers@0.5.12)) + '@nrwl/tao': 19.3.2(@swc/core@1.7.23(@swc/helpers@0.5.13)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -11907,7 +12034,7 @@ snapshots: '@nx/nx-linux-x64-musl': 19.3.2 '@nx/nx-win32-arm64-msvc': 19.3.2 '@nx/nx-win32-x64-msvc': 19.3.2 - '@swc/core': 1.7.18(@swc/helpers@0.5.12) + '@swc/core': 1.7.23(@swc/helpers@0.5.13) transitivePeerDependencies: - debug @@ -12250,12 +12377,12 @@ snapshots: optionalDependencies: postcss: 8.4.41 - postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.41)(yaml@2.5.0): + postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.45)(yaml@2.5.0): dependencies: lilconfig: 3.1.2 optionalDependencies: jiti: 1.21.6 - postcss: 8.4.41 + postcss: 8.4.45 yaml: 2.5.0 postcss-nested@6.0.1(postcss@8.4.41): @@ -12281,6 +12408,12 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 + postcss@8.4.45: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + prettier-plugin-tailwindcss@0.6.6(prettier@3.3.3): dependencies: prettier: 3.3.3 @@ -12567,6 +12700,28 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.21.0 fsevents: 2.3.3 + rollup@4.21.2: + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.21.2 + '@rollup/rollup-android-arm64': 4.21.2 + '@rollup/rollup-darwin-arm64': 4.21.2 + '@rollup/rollup-darwin-x64': 4.21.2 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.2 + '@rollup/rollup-linux-arm-musleabihf': 4.21.2 + '@rollup/rollup-linux-arm64-gnu': 4.21.2 + '@rollup/rollup-linux-arm64-musl': 4.21.2 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.2 + '@rollup/rollup-linux-riscv64-gnu': 4.21.2 + '@rollup/rollup-linux-s390x-gnu': 4.21.2 + '@rollup/rollup-linux-x64-gnu': 4.21.2 + '@rollup/rollup-linux-x64-musl': 4.21.2 + '@rollup/rollup-win32-arm64-msvc': 4.21.2 + '@rollup/rollup-win32-ia32-msvc': 4.21.2 + '@rollup/rollup-win32-x64-msvc': 4.21.2 + fsevents: 2.3.3 + rrweb-cssom@0.6.0: {} rrweb-cssom@0.7.1: {} @@ -12949,7 +13104,7 @@ snapshots: dependencies: '@jridgewell/gen-mapping': 0.3.5 commander: 4.1.1 - glob: 10.4.3 + glob: 10.4.5 lines-and-columns: 1.2.4 mz: 2.7.0 pirates: 4.0.6 @@ -13021,16 +13176,16 @@ snapshots: temp-dir@1.0.0: {} - terser-webpack-plugin@5.3.10(@swc/core@1.7.18(@swc/helpers@0.5.11))(webpack@5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11))): + terser-webpack-plugin@5.3.10(@swc/core@1.7.23(@swc/helpers@0.5.12))(webpack@5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12))): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.31.6 - webpack: 5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11)) + webpack: 5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12)) optionalDependencies: - '@swc/core': 1.7.18(@swc/helpers@0.5.11) + '@swc/core': 1.7.23(@swc/helpers@0.5.12) terser@5.31.6: dependencies: @@ -13138,7 +13293,7 @@ snapshots: tslib@2.6.3: {} - tsup@8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.18(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0): + tsup@8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.23(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.45)(typescript@5.5.4)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.23.1) cac: 6.7.14 @@ -13150,7 +13305,7 @@ snapshots: globby: 11.1.0 joycon: 3.1.1 picocolors: 1.0.1 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.41)(yaml@2.5.0) + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.45)(yaml@2.5.0) resolve-from: 5.0.0 rollup: 4.21.0 source-map: 0.8.0-beta.0 @@ -13158,8 +13313,8 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.47.4(@types/node@22.5.0) - '@swc/core': 1.7.18(@swc/helpers@0.5.11) - postcss: 8.4.41 + '@swc/core': 1.7.23(@swc/helpers@0.5.13) + postcss: 8.4.45 typescript: 5.5.4 transitivePeerDependencies: - jiti @@ -13167,7 +13322,7 @@ snapshots: - tsx - yaml - tsup@8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.0))(@swc/core@1.7.18(@swc/helpers@0.5.12))(jiti@1.21.6)(postcss@8.4.41)(typescript@5.5.4)(yaml@2.5.0): + tsup@8.2.4(@microsoft/api-extractor@7.47.4(@types/node@22.5.4))(@swc/core@1.7.23(@swc/helpers@0.5.12))(jiti@1.21.6)(postcss@8.4.45)(typescript@5.5.4)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.23.1) cac: 6.7.14 @@ -13179,16 +13334,16 @@ snapshots: globby: 11.1.0 joycon: 3.1.1 picocolors: 1.0.1 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.41)(yaml@2.5.0) + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.45)(yaml@2.5.0) resolve-from: 5.0.0 rollup: 4.21.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.47.4(@types/node@22.5.0) - '@swc/core': 1.7.18(@swc/helpers@0.5.12) - postcss: 8.4.41 + '@microsoft/api-extractor': 7.47.4(@types/node@22.5.4) + '@swc/core': 1.7.23(@swc/helpers@0.5.12) + postcss: 8.4.45 typescript: 5.5.4 transitivePeerDependencies: - jiti @@ -13274,8 +13429,6 @@ snapshots: undefsafe@2.0.5: {} - undici-types@6.13.0: {} - undici-types@6.19.8: {} undici@5.28.4: @@ -13332,13 +13485,13 @@ snapshots: validate-npm-package-name@5.0.1: {} - vite-node@1.6.0(@types/node@22.5.0)(terser@5.31.6): + vite-node@1.6.0(@types/node@22.5.4)(terser@5.31.6): dependencies: cac: 6.7.14 debug: 4.3.6(supports-color@5.5.0) pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) + vite: 5.4.3(@types/node@22.5.4)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - less @@ -13350,10 +13503,10 @@ snapshots: - supports-color - terser - vite-plugin-dts@4.0.3(@types/node@22.5.0)(rollup@4.21.0)(typescript@5.5.4)(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)): + vite-plugin-dts@4.1.0(@types/node@22.5.4)(rollup@4.21.2)(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(terser@5.31.6)): dependencies: - '@microsoft/api-extractor': 7.47.4(@types/node@22.5.0) - '@rollup/pluginutils': 5.1.0(rollup@4.21.0) + '@microsoft/api-extractor': 7.47.4(@types/node@22.5.4) + '@rollup/pluginutils': 5.1.0(rollup@4.21.2) '@volar/typescript': 2.4.0 '@vue/language-core': 2.0.29(typescript@5.5.4) compare-versions: 6.1.1 @@ -13364,30 +13517,30 @@ snapshots: typescript: 5.5.4 vue-tsc: 2.0.29(typescript@5.5.4) optionalDependencies: - vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) + vite: 5.4.3(@types/node@22.5.4)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-lib-inject-css@2.1.1(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)): + vite-plugin-lib-inject-css@2.1.1(vite@5.4.3(@types/node@22.5.4)(terser@5.31.6)): dependencies: '@ast-grep/napi': 0.22.6 - magic-string: 0.30.10 + magic-string: 0.30.11 picocolors: 1.0.1 - vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) + vite: 5.4.3(@types/node@22.5.4)(terser@5.31.6) - vite@5.4.2(@types/node@22.5.0)(terser@5.31.6): + vite@5.4.3(@types/node@22.5.4)(terser@5.31.6): dependencies: esbuild: 0.21.5 - postcss: 8.4.41 - rollup: 4.21.0 + postcss: 8.4.45 + rollup: 4.21.2 optionalDependencies: - '@types/node': 22.5.0 + '@types/node': 22.5.4 fsevents: 2.3.3 terser: 5.31.6 - vitest@1.6.0(@types/node@22.5.0)(@vitest/ui@1.6.0)(happy-dom@15.0.0)(jsdom@25.0.0)(terser@5.31.6): + vitest@1.6.0(@types/node@22.5.4)(@vitest/ui@1.6.0)(happy-dom@15.7.3)(jsdom@25.0.0)(terser@5.31.6): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -13399,20 +13552,20 @@ snapshots: debug: 4.3.6(supports-color@5.5.0) execa: 8.0.1 local-pkg: 0.5.0 - magic-string: 0.30.10 + magic-string: 0.30.11 pathe: 1.1.2 picocolors: 1.0.1 std-env: 3.7.0 strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) - vite-node: 1.6.0(@types/node@22.5.0)(terser@5.31.6) + vite: 5.4.3(@types/node@22.5.4)(terser@5.31.6) + vite-node: 1.6.0(@types/node@22.5.4)(terser@5.31.6) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 22.5.0 + '@types/node': 22.5.4 '@vitest/ui': 1.6.0(vitest@1.6.0) - happy-dom: 15.0.0 + happy-dom: 15.7.3 jsdom: 25.0.0 transitivePeerDependencies: - less @@ -13460,9 +13613,8 @@ snapshots: webpack-sources@3.2.3: {} - webpack@5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11)): + webpack@5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12)): dependencies: - '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.12.1 '@webassemblyjs/wasm-edit': 1.12.1 @@ -13483,7 +13635,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.7.18(@swc/helpers@0.5.11))(webpack@5.93.0(@swc/core@1.7.18(@swc/helpers@0.5.11))) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.23(@swc/helpers@0.5.12))(webpack@5.94.0(@swc/core@1.7.23(@swc/helpers@0.5.12))) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: