diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f1ba95d0f..bc43d399d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build shell: bash run: | diff --git a/.github/workflows/infra-deploy_reusable.yml b/.github/workflows/infra-deploy_reusable.yml index 2fa2f7a840..6162927de4 100644 --- a/.github/workflows/infra-deploy_reusable.yml +++ b/.github/workflows/infra-deploy_reusable.yml @@ -36,7 +36,7 @@ jobs: - name: ✨ Setup DotNet ${{ env.DOTNET_VERSION }} Environment uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: ✨ Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/station-release-binaries.yml b/.github/workflows/station-release-binaries.yml index deca0f3ce4..56a3e025f3 100644 --- a/.github/workflows/station-release-binaries.yml +++ b/.github/workflows/station-release-binaries.yml @@ -38,7 +38,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build shell: bash run: | diff --git a/cloud/src/Signal.Api.Common/Signal.Api.Common.csproj b/cloud/src/Signal.Api.Common/Signal.Api.Common.csproj index ab91397607..f84e95495c 100644 --- a/cloud/src/Signal.Api.Common/Signal.Api.Common.csproj +++ b/cloud/src/Signal.Api.Common/Signal.Api.Common.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable preview true @@ -9,16 +9,16 @@ - + - - - + + + - + diff --git a/cloud/src/Signal.Core/Signal.Core.csproj b/cloud/src/Signal.Core/Signal.Core.csproj index fcf013b270..988e9e51e9 100644 --- a/cloud/src/Signal.Core/Signal.Core.csproj +++ b/cloud/src/Signal.Core/Signal.Core.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable preview true @@ -8,8 +8,9 @@ - - - + + + \ No newline at end of file diff --git a/cloud/src/Signal.Infrastructure.AzureDevOps/Signal.Infrastructure.AzureDevOps.csproj b/cloud/src/Signal.Infrastructure.AzureDevOps/Signal.Infrastructure.AzureDevOps.csproj index b15c4aaff8..9aed10a3aa 100644 --- a/cloud/src/Signal.Infrastructure.AzureDevOps/Signal.Infrastructure.AzureDevOps.csproj +++ b/cloud/src/Signal.Infrastructure.AzureDevOps/Signal.Infrastructure.AzureDevOps.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable false true @@ -9,7 +9,7 @@ - + diff --git a/cloud/src/Signal.Infrastructure.AzureSpeech/Signal.Infrastructure.AzureSpeech.csproj b/cloud/src/Signal.Infrastructure.AzureSpeech/Signal.Infrastructure.AzureSpeech.csproj index 15d93fa566..8e35ae368f 100644 --- a/cloud/src/Signal.Infrastructure.AzureSpeech/Signal.Infrastructure.AzureSpeech.csproj +++ b/cloud/src/Signal.Infrastructure.AzureSpeech/Signal.Infrastructure.AzureSpeech.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable false true @@ -10,7 +10,8 @@ - + diff --git a/cloud/src/Signal.Infrastructure.AzureStorage.Tables/Signal.Infrastructure.AzureStorage.Tables.csproj b/cloud/src/Signal.Infrastructure.AzureStorage.Tables/Signal.Infrastructure.AzureStorage.Tables.csproj index c31080255b..305940d4ba 100644 --- a/cloud/src/Signal.Infrastructure.AzureStorage.Tables/Signal.Infrastructure.AzureStorage.Tables.csproj +++ b/cloud/src/Signal.Infrastructure.AzureStorage.Tables/Signal.Infrastructure.AzureStorage.Tables.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable false true @@ -19,10 +19,11 @@ - - - - + + + + diff --git a/cloud/src/Signal.Infrastructure.Secrets/Signal.Infrastructure.Secrets.csproj b/cloud/src/Signal.Infrastructure.Secrets/Signal.Infrastructure.Secrets.csproj index 0ae40015fe..46a3126411 100644 --- a/cloud/src/Signal.Infrastructure.Secrets/Signal.Infrastructure.Secrets.csproj +++ b/cloud/src/Signal.Infrastructure.Secrets/Signal.Infrastructure.Secrets.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable false true @@ -12,8 +12,9 @@ - - + + diff --git a/cloud/src/Signalco.Api.Common.Health/Signalco.Api.Common.Health.csproj b/cloud/src/Signalco.Api.Common.Health/Signalco.Api.Common.Health.csproj index ab60c92b68..798f8f30f1 100644 --- a/cloud/src/Signalco.Api.Common.Health/Signalco.Api.Common.Health.csproj +++ b/cloud/src/Signalco.Api.Common.Health/Signalco.Api.Common.Health.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable true @@ -9,10 +9,10 @@ - - - - + + + + diff --git a/cloud/src/Signalco.Api.Public.RemoteBrowser/Signalco.Api.Public.RemoteBrowser.csproj b/cloud/src/Signalco.Api.Public.RemoteBrowser/Signalco.Api.Public.RemoteBrowser.csproj index aa29a4801c..ed46130627 100644 --- a/cloud/src/Signalco.Api.Public.RemoteBrowser/Signalco.Api.Public.RemoteBrowser.csproj +++ b/cloud/src/Signalco.Api.Public.RemoteBrowser/Signalco.Api.Public.RemoteBrowser.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 v4 Exe enable @@ -10,9 +10,9 @@ AGPL-3.0-only - + - + diff --git a/cloud/src/Signalco.Api.Public/Signalco.Api.Public.csproj b/cloud/src/Signalco.Api.Public/Signalco.Api.Public.csproj index e6da10726b..c6eb6f797e 100644 --- a/cloud/src/Signalco.Api.Public/Signalco.Api.Public.csproj +++ b/cloud/src/Signalco.Api.Public/Signalco.Api.Public.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 v4 exe 4cf77441-9fec-4ebc-8a60-918e7e2ed7aa @@ -12,13 +12,13 @@ - + - + - - + + diff --git a/cloud/src/Signalco.Channel.GitHubApp/Signalco.Channel.GitHubApp.csproj b/cloud/src/Signalco.Channel.GitHubApp/Signalco.Channel.GitHubApp.csproj index e7c0beccc2..eb80a64856 100644 --- a/cloud/src/Signalco.Channel.GitHubApp/Signalco.Channel.GitHubApp.csproj +++ b/cloud/src/Signalco.Channel.GitHubApp/Signalco.Channel.GitHubApp.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 v4 4cf77441-9fec-4ebc-8a60-918e7e2ed7aa exe @@ -11,12 +11,12 @@ AGPL-3.0-only - + - + - + diff --git a/cloud/src/Signalco.Channel.PhilipsHue/Signalco.Channel.PhilipsHue.csproj b/cloud/src/Signalco.Channel.PhilipsHue/Signalco.Channel.PhilipsHue.csproj index 187a73a4f0..357c75137b 100644 --- a/cloud/src/Signalco.Channel.PhilipsHue/Signalco.Channel.PhilipsHue.csproj +++ b/cloud/src/Signalco.Channel.PhilipsHue/Signalco.Channel.PhilipsHue.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 exe v4 enable @@ -10,13 +10,14 @@ AGPL-3.0-only - + - - + + - - + + diff --git a/cloud/src/Signalco.Channel.Samsung/Signalco.Channel.Samsung.csproj b/cloud/src/Signalco.Channel.Samsung/Signalco.Channel.Samsung.csproj index 187a73a4f0..357c75137b 100644 --- a/cloud/src/Signalco.Channel.Samsung/Signalco.Channel.Samsung.csproj +++ b/cloud/src/Signalco.Channel.Samsung/Signalco.Channel.Samsung.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 exe v4 enable @@ -10,13 +10,14 @@ AGPL-3.0-only - + - - + + - - + + diff --git a/cloud/src/Signalco.Channel.Slack/Signalco.Channel.Slack.csproj b/cloud/src/Signalco.Channel.Slack/Signalco.Channel.Slack.csproj index 4da432a708..0ae4a1f3a2 100644 --- a/cloud/src/Signalco.Channel.Slack/Signalco.Channel.Slack.csproj +++ b/cloud/src/Signalco.Channel.Slack/Signalco.Channel.Slack.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 exe v4 enable @@ -10,12 +10,12 @@ AGPL-3.0-only - + - + - + diff --git a/cloud/src/Signalco.Channel.Station/Signalco.Channel.Station.csproj b/cloud/src/Signalco.Channel.Station/Signalco.Channel.Station.csproj index a5b012a358..8570998878 100644 --- a/cloud/src/Signalco.Channel.Station/Signalco.Channel.Station.csproj +++ b/cloud/src/Signalco.Channel.Station/Signalco.Channel.Station.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 exe v4 enable @@ -10,13 +10,14 @@ AGPL-3.0-only - + - - + + - - + + diff --git a/cloud/src/Signalco.Channel.Zigbee2Mqtt/Signalco.Channel.Zigbee2Mqtt.csproj b/cloud/src/Signalco.Channel.Zigbee2Mqtt/Signalco.Channel.Zigbee2Mqtt.csproj index e2b1906a26..adb9f94002 100644 --- a/cloud/src/Signalco.Channel.Zigbee2Mqtt/Signalco.Channel.Zigbee2Mqtt.csproj +++ b/cloud/src/Signalco.Channel.Zigbee2Mqtt/Signalco.Channel.Zigbee2Mqtt.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 exe v4 enable @@ -10,13 +10,14 @@ AGPL-3.0-only - + - - + + - - + + diff --git a/cloud/src/Signalco.Channel.iRobot/Signalco.Channel.iRobot.csproj b/cloud/src/Signalco.Channel.iRobot/Signalco.Channel.iRobot.csproj index ffef23d192..e4c24e2d6c 100644 --- a/cloud/src/Signalco.Channel.iRobot/Signalco.Channel.iRobot.csproj +++ b/cloud/src/Signalco.Channel.iRobot/Signalco.Channel.iRobot.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 v4 exe enable @@ -10,13 +10,14 @@ AGPL-3.0-only - + - - + + - - + + diff --git a/cloud/src/Signalco.Common.Channel/Signalco.Common.Channel.csproj b/cloud/src/Signalco.Common.Channel/Signalco.Common.Channel.csproj index d80d2f94ce..2900ec7a42 100644 --- a/cloud/src/Signalco.Common.Channel/Signalco.Common.Channel.csproj +++ b/cloud/src/Signalco.Common.Channel/Signalco.Common.Channel.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable true diff --git a/cloud/src/Signalco.Func.Internal.ContactStateProcessor/Signalco.Func.Internal.ContactStateProcessor.csproj b/cloud/src/Signalco.Func.Internal.ContactStateProcessor/Signalco.Func.Internal.ContactStateProcessor.csproj index e7f9ff1aab..88f09036c7 100644 --- a/cloud/src/Signalco.Func.Internal.ContactStateProcessor/Signalco.Func.Internal.ContactStateProcessor.csproj +++ b/cloud/src/Signalco.Func.Internal.ContactStateProcessor/Signalco.Func.Internal.ContactStateProcessor.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 exe v4 enable @@ -10,10 +10,10 @@ AGPL-3.0-only - - + + - + diff --git a/cloud/src/Signalco.Func.Internal.Maintenance/Signalco.Func.Internal.Maintenance.csproj b/cloud/src/Signalco.Func.Internal.Maintenance/Signalco.Func.Internal.Maintenance.csproj index f9ecfbcef4..511cbdab0c 100644 --- a/cloud/src/Signalco.Func.Internal.Maintenance/Signalco.Func.Internal.Maintenance.csproj +++ b/cloud/src/Signalco.Func.Internal.Maintenance/Signalco.Func.Internal.Maintenance.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 exe v4 enable @@ -10,12 +10,12 @@ AGPL-3.0-only - - + + - + diff --git a/cloud/src/Signalco.Func.Internal.Migration/Signalco.Func.Internal.Migration.csproj b/cloud/src/Signalco.Func.Internal.Migration/Signalco.Func.Internal.Migration.csproj index c46f6bf1b8..06d27e446d 100644 --- a/cloud/src/Signalco.Func.Internal.Migration/Signalco.Func.Internal.Migration.csproj +++ b/cloud/src/Signalco.Func.Internal.Migration/Signalco.Func.Internal.Migration.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 exe v4 enable @@ -10,11 +10,11 @@ AGPL-3.0-only - - + + - + diff --git a/cloud/src/Signalco.Func.Internal.TimeEntityPublic/Signalco.Func.Internal.TimeEntityPublic.csproj b/cloud/src/Signalco.Func.Internal.TimeEntityPublic/Signalco.Func.Internal.TimeEntityPublic.csproj index 8a33eae3f0..9c4a160248 100644 --- a/cloud/src/Signalco.Func.Internal.TimeEntityPublic/Signalco.Func.Internal.TimeEntityPublic.csproj +++ b/cloud/src/Signalco.Func.Internal.TimeEntityPublic/Signalco.Func.Internal.TimeEntityPublic.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 exe v4 enable @@ -10,11 +10,11 @@ AGPL-3.0-only - - + + - + diff --git a/cloud/src/Signalco.Func.Internal.UsageProcessor/Signalco.Func.Internal.UsageProcessor.csproj b/cloud/src/Signalco.Func.Internal.UsageProcessor/Signalco.Func.Internal.UsageProcessor.csproj index 2bbdb1d377..0824cf1e8e 100644 --- a/cloud/src/Signalco.Func.Internal.UsageProcessor/Signalco.Func.Internal.UsageProcessor.csproj +++ b/cloud/src/Signalco.Func.Internal.UsageProcessor/Signalco.Func.Internal.UsageProcessor.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 exe v4 enable @@ -10,12 +10,12 @@ AGPL-3.0-only - + - + - + diff --git a/cloud/src/Signalco.Infrastructure.Processor.Tests/Signalco.Infrastructure.Processor.Tests.csproj b/cloud/src/Signalco.Infrastructure.Processor.Tests/Signalco.Infrastructure.Processor.Tests.csproj index 13fe9b2a9e..ccaa84fef3 100644 --- a/cloud/src/Signalco.Infrastructure.Processor.Tests/Signalco.Infrastructure.Processor.Tests.csproj +++ b/cloud/src/Signalco.Infrastructure.Processor.Tests/Signalco.Infrastructure.Processor.Tests.csproj @@ -1,15 +1,15 @@ - net8.0 + net9.0 enable AGPL-3.0-only false - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/cloud/src/Signalco.Infrastructure.Processor/Signalco.Infrastructure.Processor.csproj b/cloud/src/Signalco.Infrastructure.Processor/Signalco.Infrastructure.Processor.csproj index ac71e86d0a..1e1cd9aea2 100644 --- a/cloud/src/Signalco.Infrastructure.Processor/Signalco.Infrastructure.Processor.csproj +++ b/cloud/src/Signalco.Infrastructure.Processor/Signalco.Infrastructure.Processor.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable false diff --git a/discrete/Signalco.Discrete.Api.Mutex/cloud/Signalco.Discrete.Api.Mutex.csproj b/discrete/Signalco.Discrete.Api.Mutex/cloud/Signalco.Discrete.Api.Mutex.csproj index d55e05f172..1323033c71 100644 --- a/discrete/Signalco.Discrete.Api.Mutex/cloud/Signalco.Discrete.Api.Mutex.csproj +++ b/discrete/Signalco.Discrete.Api.Mutex/cloud/Signalco.Discrete.Api.Mutex.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 v4 Exe enable @@ -10,8 +10,8 @@ - - + + diff --git a/infra/apps/cloud-primary/package.json b/infra/apps/cloud-primary/package.json index c40bc61d60..ab2f0d03cc 100644 --- a/infra/apps/cloud-primary/package.json +++ b/infra/apps/cloud-primary/package.json @@ -13,22 +13,22 @@ "devDependencies": { "@infra/pulumi": "workspace:*", "@types/node": "20.17.6", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.13.1", + "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", "tsup": "8.3.5", "typescript": "5.6.3" }, "dependencies": { "@checkly/pulumi": "1.1.4", - "@pulumi/azure-native": "2.70.0", - "@pulumi/cloudflare": "5.42.0", + "@pulumi/azure-native": "2.72.0", + "@pulumi/cloudflare": "5.43.0", "@pulumi/command": "1.0.1", "@pulumi/docker": "4.5.7", - "@pulumi/pulumi": "3.138.0", + "@pulumi/pulumi": "3.139.0", "@pulumiverse/vercel": "1.14.3" } } \ No newline at end of file diff --git a/infra/apps/doprocess/package.json b/infra/apps/doprocess/package.json index dbc5d4a7b5..841b6057dc 100644 --- a/infra/apps/doprocess/package.json +++ b/infra/apps/doprocess/package.json @@ -14,19 +14,19 @@ "devDependencies": { "@infra/pulumi": "workspace:*", "@types/node": "20.17.6", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.13.1", + "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", "tsup": "8.3.5", "typescript": "5.6.3" }, "dependencies": { - "@pulumi/pulumi": "3.138.0", - "@pulumi/azure-native": "2.70.0", - "@pulumi/cloudflare": "5.42.0", + "@pulumi/pulumi": "3.139.0", + "@pulumi/azure-native": "2.72.0", + "@pulumi/cloudflare": "5.43.0", "@pulumi/docker": "4.5.7", "@pulumiverse/vercel": "1.14.3" } diff --git a/infra/apps/remote-browser/package.json b/infra/apps/remote-browser/package.json index 1c20c0bdd5..ecd15e3390 100644 --- a/infra/apps/remote-browser/package.json +++ b/infra/apps/remote-browser/package.json @@ -9,22 +9,22 @@ "devDependencies": { "@infra/pulumi": "workspace:*", "@types/node": "20.17.6", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.13.1", + "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", "tsup": "8.3.5", "typescript": "5.6.3" }, "dependencies": { "@checkly/pulumi": "1.1.4", - "@pulumi/azure-native": "2.70.0", - "@pulumi/cloudflare": "5.42.0", + "@pulumi/azure-native": "2.72.0", + "@pulumi/cloudflare": "5.43.0", "@pulumi/command": "1.0.1", "@pulumi/docker": "4.5.7", - "@pulumi/pulumi": "3.138.0", + "@pulumi/pulumi": "3.139.0", "@pulumiverse/vercel": "1.14.3" } } \ No newline at end of file diff --git a/infra/apps/uier/package.json b/infra/apps/uier/package.json index 9cefec85c7..351f005501 100644 --- a/infra/apps/uier/package.json +++ b/infra/apps/uier/package.json @@ -13,22 +13,22 @@ "devDependencies": { "@infra/pulumi": "workspace:*", "@types/node": "20.17.6", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.13.1", + "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", "tsup": "8.3.5", "typescript": "5.6.3" }, "dependencies": { "@checkly/pulumi": "1.1.4", - "@pulumi/azure-native": "2.70.0", - "@pulumi/cloudflare": "5.42.0", + "@pulumi/azure-native": "2.72.0", + "@pulumi/cloudflare": "5.43.0", "@pulumi/command": "1.0.1", "@pulumi/docker": "4.5.7", - "@pulumi/pulumi": "3.138.0", + "@pulumi/pulumi": "3.139.0", "@pulumiverse/vercel": "1.14.3" } } \ No newline at end of file diff --git a/infra/apps/workingparty/package.json b/infra/apps/workingparty/package.json index 4fa3cb13df..c12e29e14b 100644 --- a/infra/apps/workingparty/package.json +++ b/infra/apps/workingparty/package.json @@ -13,19 +13,19 @@ "devDependencies": { "@infra/pulumi": "workspace:*", "@types/node": "20.17.6", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.13.1", + "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", "tsup": "8.3.5", "typescript": "5.6.3" }, "dependencies": { - "@pulumi/pulumi": "3.138.0", - "@pulumi/azure-native": "2.70.0", - "@pulumi/cloudflare": "5.42.0", + "@pulumi/pulumi": "3.139.0", + "@pulumi/azure-native": "2.72.0", + "@pulumi/cloudflare": "5.43.0", "@pulumi/docker": "4.5.7", "@pulumiverse/vercel": "1.14.3" } diff --git a/infra/package.json b/infra/package.json index 3a5a84d0a5..9dd3369846 100644 --- a/infra/package.json +++ b/infra/package.json @@ -12,9 +12,9 @@ "devDependencies": { "@infra/eslint-config": "workspace:*", "@infra/typescript-config": "workspace:*", - "turbo": "2.2.3" + "turbo": "2.3.0" }, - "packageManager": "pnpm@9.12.3", + "packageManager": "pnpm@9.13.2", "engines": { "node": ">=18" } diff --git a/infra/packages/eslint-config/package.json b/infra/packages/eslint-config/package.json index 5789232406..3ed0829b83 100644 --- a/infra/packages/eslint-config/package.json +++ b/infra/packages/eslint-config/package.json @@ -7,13 +7,13 @@ "library.js" ], "devDependencies": { - "eslint-config-turbo": "2.2.3", + "eslint-config-turbo": "2.3.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-only-warn": "1.1.0", "eslint-plugin-import": "2.31.0", "eslint-import-resolver-typescript": "3.6.3", - "@typescript-eslint/parser": "8.13.0", - "@typescript-eslint/eslint-plugin": "8.13.0", + "@typescript-eslint/parser": "8.14.0", + "@typescript-eslint/eslint-plugin": "8.14.0", "typescript": "5.6.3" } } diff --git a/infra/packages/pulumi/package.json b/infra/packages/pulumi/package.json index 01926219af..ba2e10dd1b 100644 --- a/infra/packages/pulumi/package.json +++ b/infra/packages/pulumi/package.json @@ -27,21 +27,21 @@ "@infra/typescript-config": "workspace:*", "@infra/eslint-config": "workspace:*", "@types/node": "20.17.6", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.13.1", + "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", "typescript": "5.6.3" }, "dependencies": { "@checkly/pulumi": "1.1.4", - "@pulumi/azure-native": "2.70.0", - "@pulumi/cloudflare": "5.42.0", + "@pulumi/azure-native": "2.72.0", + "@pulumi/cloudflare": "5.43.0", "@pulumi/command": "1.0.1", "@pulumi/docker": "4.5.7", - "@pulumi/pulumi": "3.138.0", + "@pulumi/pulumi": "3.139.0", "@pulumiverse/vercel": "1.14.3" } } \ No newline at end of file diff --git a/infra/packages/pulumi/src/azure/createFunction.ts b/infra/packages/pulumi/src/azure/createFunction.ts index 791047059a..c414def624 100644 --- a/infra/packages/pulumi/src/azure/createFunction.ts +++ b/infra/packages/pulumi/src/azure/createFunction.ts @@ -33,7 +33,7 @@ export function createFunction( }, keyVaultReferenceIdentity: 'SystemAssigned', siteConfig: { - linuxFxVersion: 'DOTNET-ISOLATED|8.0', + linuxFxVersion: 'DOTNET-ISOLATED|9.0', http20Enabled: true, minTlsVersion: SupportedTlsVersions.SupportedTlsVersions_1_2, functionAppScaleLimit: 200, diff --git a/infra/packages/pulumi/src/dotnet/publishProjectAsync.ts b/infra/packages/pulumi/src/dotnet/publishProjectAsync.ts index 1160380d5c..62810bec96 100644 --- a/infra/packages/pulumi/src/dotnet/publishProjectAsync.ts +++ b/infra/packages/pulumi/src/dotnet/publishProjectAsync.ts @@ -1,7 +1,7 @@ import { run } from '@pulumi/command/local/index.js'; export async function publishProjectAsync(codePath: string) { - const dotnetVersion = 8; + const dotnetVersion = 9; await run({ command: 'dotnet clean', dir: codePath, diff --git a/infra/pnpm-lock.yaml b/infra/pnpm-lock.yaml index c4a88a4ac5..d7c55728e0 100644 --- a/infra/pnpm-lock.yaml +++ b/infra/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: workspace:* version: link:packages/typescript-config turbo: - specifier: 2.2.3 - version: 2.2.3 + specifier: 2.3.0 + version: 2.3.0 apps/cloud-primary: dependencies: @@ -24,11 +24,11 @@ importers: specifier: 1.1.4 version: 1.1.4(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/azure-native': - specifier: 2.70.0 - version: 2.70.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 2.72.0 + version: 2.72.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/cloudflare': - specifier: 5.42.0 - version: 5.42.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 5.43.0 + version: 5.43.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/command': specifier: 1.0.1 version: 1.0.1(ts-node@7.0.1)(typescript@5.6.3) @@ -36,8 +36,8 @@ importers: specifier: 4.5.7 version: 4.5.7(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/pulumi': - specifier: 3.138.0 - version: 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 3.139.0 + version: 3.139.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumiverse/vercel': specifier: 1.14.3 version: 1.14.3(ts-node@7.0.1)(typescript@5.6.3) @@ -49,20 +49,20 @@ importers: specifier: 20.17.6 version: 20.17.6 '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-n: - specifier: 17.13.1 - version: 17.13.1(eslint@8.57.1) + specifier: 17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-promise: specifier: 7.1.0 version: 7.1.0(eslint@8.57.1) @@ -76,17 +76,17 @@ importers: apps/doprocess: dependencies: '@pulumi/azure-native': - specifier: 2.70.0 - version: 2.70.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 2.72.0 + version: 2.72.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/cloudflare': - specifier: 5.42.0 - version: 5.42.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 5.43.0 + version: 5.43.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/docker': specifier: 4.5.7 version: 4.5.7(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/pulumi': - specifier: 3.138.0 - version: 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 3.139.0 + version: 3.139.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumiverse/vercel': specifier: 1.14.3 version: 1.14.3(ts-node@7.0.1)(typescript@5.6.3) @@ -98,20 +98,20 @@ importers: specifier: 20.17.6 version: 20.17.6 '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-n: - specifier: 17.13.1 - version: 17.13.1(eslint@8.57.1) + specifier: 17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-promise: specifier: 7.1.0 version: 7.1.0(eslint@8.57.1) @@ -128,11 +128,11 @@ importers: specifier: 1.1.4 version: 1.1.4(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/azure-native': - specifier: 2.70.0 - version: 2.70.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 2.72.0 + version: 2.72.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/cloudflare': - specifier: 5.42.0 - version: 5.42.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 5.43.0 + version: 5.43.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/command': specifier: 1.0.1 version: 1.0.1(ts-node@7.0.1)(typescript@5.6.3) @@ -140,8 +140,8 @@ importers: specifier: 4.5.7 version: 4.5.7(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/pulumi': - specifier: 3.138.0 - version: 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 3.139.0 + version: 3.139.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumiverse/vercel': specifier: 1.14.3 version: 1.14.3(ts-node@7.0.1)(typescript@5.6.3) @@ -153,20 +153,20 @@ importers: specifier: 20.17.6 version: 20.17.6 '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-n: - specifier: 17.13.1 - version: 17.13.1(eslint@8.57.1) + specifier: 17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-promise: specifier: 7.1.0 version: 7.1.0(eslint@8.57.1) @@ -183,11 +183,11 @@ importers: specifier: 1.1.4 version: 1.1.4(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/azure-native': - specifier: 2.70.0 - version: 2.70.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 2.72.0 + version: 2.72.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/cloudflare': - specifier: 5.42.0 - version: 5.42.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 5.43.0 + version: 5.43.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/command': specifier: 1.0.1 version: 1.0.1(ts-node@7.0.1)(typescript@5.6.3) @@ -195,8 +195,8 @@ importers: specifier: 4.5.7 version: 4.5.7(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/pulumi': - specifier: 3.138.0 - version: 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 3.139.0 + version: 3.139.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumiverse/vercel': specifier: 1.14.3 version: 1.14.3(ts-node@7.0.1)(typescript@5.6.3) @@ -208,20 +208,20 @@ importers: specifier: 20.17.6 version: 20.17.6 '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-n: - specifier: 17.13.1 - version: 17.13.1(eslint@8.57.1) + specifier: 17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-promise: specifier: 7.1.0 version: 7.1.0(eslint@8.57.1) @@ -235,17 +235,17 @@ importers: apps/workingparty: dependencies: '@pulumi/azure-native': - specifier: 2.70.0 - version: 2.70.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 2.72.0 + version: 2.72.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/cloudflare': - specifier: 5.42.0 - version: 5.42.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 5.43.0 + version: 5.43.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/docker': specifier: 4.5.7 version: 4.5.7(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/pulumi': - specifier: 3.138.0 - version: 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 3.139.0 + version: 3.139.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumiverse/vercel': specifier: 1.14.3 version: 1.14.3(ts-node@7.0.1)(typescript@5.6.3) @@ -257,20 +257,20 @@ importers: specifier: 20.17.6 version: 20.17.6 '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-n: - specifier: 17.13.1 - version: 17.13.1(eslint@8.57.1) + specifier: 17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-promise: specifier: 7.1.0 version: 7.1.0(eslint@8.57.1) @@ -284,23 +284,23 @@ importers: packages/eslint-config: devDependencies: '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint-config-prettier: specifier: 9.1.0 version: 9.1.0(eslint@8.57.1) eslint-config-turbo: - specifier: 2.2.3 - version: 2.2.3(eslint@8.57.1) + specifier: 2.3.0 + version: 2.3.0(eslint@8.57.1) eslint-import-resolver-typescript: specifier: 3.6.3 - version: 3.6.3(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1) + version: 3.6.3(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1) eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-only-warn: specifier: 1.1.0 version: 1.1.0 @@ -314,11 +314,11 @@ importers: specifier: 1.1.4 version: 1.1.4(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/azure-native': - specifier: 2.70.0 - version: 2.70.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 2.72.0 + version: 2.72.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/cloudflare': - specifier: 5.42.0 - version: 5.42.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 5.43.0 + version: 5.43.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/command': specifier: 1.0.1 version: 1.0.1(ts-node@7.0.1)(typescript@5.6.3) @@ -326,8 +326,8 @@ importers: specifier: 4.5.7 version: 4.5.7(ts-node@7.0.1)(typescript@5.6.3) '@pulumi/pulumi': - specifier: 3.138.0 - version: 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + specifier: 3.139.0 + version: 3.139.0(ts-node@7.0.1)(typescript@5.6.3) '@pulumiverse/vercel': specifier: 1.14.3 version: 1.14.3(ts-node@7.0.1)(typescript@5.6.3) @@ -342,20 +342,20 @@ importers: specifier: 20.17.6 version: 20.17.6 '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-n: - specifier: 17.13.1 - version: 17.13.1(eslint@8.57.1) + specifier: 17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-promise: specifier: 7.1.0 version: 7.1.0(eslint@8.57.1) @@ -773,11 +773,11 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@pulumi/azure-native@2.70.0': - resolution: {integrity: sha512-eQqspHJs9uZ/OxrI7/b2ulWj9k8ybO3sd8cdShRjP5+MOOdScU5gpiTsvnco+tF0I4Foql6C1dNSfL7tvcf9ZQ==} + '@pulumi/azure-native@2.72.0': + resolution: {integrity: sha512-UP791cNKSUGPYN4N4OalAehulW5DiajydRXeSAEi/avlv/yznAQ9pjq8J6S+VHalU1+6enq8K3JLmM3l0Q5ZqA==} - '@pulumi/cloudflare@5.42.0': - resolution: {integrity: sha512-1vsvtOXoiWRKkKMX9V4OEfcHPbA5uM35A8oCmDyHx1yTmMuu7rRWH4DMCR9PnKttZ6uDL5U6UOCZ4btDj6viGA==} + '@pulumi/cloudflare@5.43.0': + resolution: {integrity: sha512-PSiPqcMwePm6vRnAj5EMRyf3C5v+2SR5Ew+lH4P2HXZkZMi6D21EG4+hqNm5eXXaBR94jDssi7FN0QldZYDqXg==} '@pulumi/command@1.0.1': resolution: {integrity: sha512-PqqcMp80Y9dc7Lt0epXqvqha76S4XF08NB8lpMA0zJ9zWvkkssQ8lq8XdHuZOrAGHXj7gKBs6JBrhhltoovUTQ==} @@ -785,8 +785,8 @@ packages: '@pulumi/docker@4.5.7': resolution: {integrity: sha512-z0rr1PoJXemafrNl0oPjQJlGRNbMKN0z50cKhmcuMVsiNTt36cDLXw7kpclgddgdwkM6ZU5zMRyaA1rcNuXTlg==} - '@pulumi/pulumi@3.138.0': - resolution: {integrity: sha512-LcQTYwVecIpoA9Dnbq31+3IuOT4QYsGmCbXO0+wJLFlXBxBEoeq4Rft16shxM01n3EXJnTo4w5/pLetoAz0pYg==} + '@pulumi/pulumi@3.139.0': + resolution: {integrity: sha512-0LJnkxoObZuMyu1zi5RJYwYoeYTHhH8aCl+vlhr3rAnGVAI3PqdwvwFpnycGFw2YSS2I1lOPiQIT5yGZD3RVZQ==} engines: {node: '>=18'} peerDependencies: ts-node: '>= 7.0.1 < 12' @@ -959,8 +959,8 @@ packages: '@types/tmp@0.2.6': resolution: {integrity: sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==} - '@typescript-eslint/eslint-plugin@8.13.0': - resolution: {integrity: sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==} + '@typescript-eslint/eslint-plugin@8.14.0': + resolution: {integrity: sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -970,8 +970,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.13.0': - resolution: {integrity: sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==} + '@typescript-eslint/parser@8.14.0': + resolution: {integrity: sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -980,12 +980,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.13.0': - resolution: {integrity: sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==} + '@typescript-eslint/scope-manager@8.14.0': + resolution: {integrity: sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.13.0': - resolution: {integrity: sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==} + '@typescript-eslint/type-utils@8.14.0': + resolution: {integrity: sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -993,12 +993,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.13.0': - resolution: {integrity: sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==} + '@typescript-eslint/types@8.14.0': + resolution: {integrity: sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.13.0': - resolution: {integrity: sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==} + '@typescript-eslint/typescript-estree@8.14.0': + resolution: {integrity: sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -1006,14 +1006,14 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.13.0': - resolution: {integrity: sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==} + '@typescript-eslint/utils@8.14.0': + resolution: {integrity: sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@8.13.0': - resolution: {integrity: sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==} + '@typescript-eslint/visitor-keys@8.14.0': + resolution: {integrity: sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': @@ -1389,8 +1389,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-config-turbo@2.2.3: - resolution: {integrity: sha512-/zwNU+G2w0HszXzWILdl6/Catt86ejUG7vsFSdpnFzFAAUbbT2TxgoCFvC1fKtm6+SkQsXwkRRe9tFz0aMftpg==} + eslint-config-turbo@2.3.0: + resolution: {integrity: sha512-Nm9WZgNoUIJw4bpYQugGCDjzYy1TlUD4sQ/nGblL+HdNqJWCj5NqXbJ1k+TBfYedhr65dlGoAFPYUOfjUOmKVg==} peerDependencies: eslint: '>6.6.0' @@ -1468,8 +1468,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-n@17.13.1: - resolution: {integrity: sha512-97qzhk1z3DdSJNCqT45EslwCu5+LB9GDadSyBItgKUfGsXAmN/aa7LRQ0ZxHffUxUzvgbTPJL27/pE9ZQWHy7A==} + eslint-plugin-n@17.13.2: + resolution: {integrity: sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -1484,8 +1484,8 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-turbo@2.2.3: - resolution: {integrity: sha512-LHt35VwxthdGVO6hQRfvmFb6ee8/exAzAYWCy4o87Bnp7urltP8qg7xMd4dPSLAhtfnI2xSo1WgeVaR3MeItxw==} + eslint-plugin-turbo@2.3.0: + resolution: {integrity: sha512-2iVUoIhrjp6kI8p0J4NewKPpXaKrHvL4K4eRnNXbqZvP/7xsm4Of+33B3b7m7OsS0UgX8HHOjlB9bEjigKMkMA==} peerDependencies: eslint: '>6.6.0' @@ -2655,38 +2655,38 @@ packages: resolution: {integrity: sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==} engines: {node: ^16.14.0 || >=18.0.0} - turbo-darwin-64@2.2.3: - resolution: {integrity: sha512-Rcm10CuMKQGcdIBS3R/9PMeuYnv6beYIHqfZFeKWVYEWH69sauj4INs83zKMTUiZJ3/hWGZ4jet9AOwhsssLyg==} + turbo-darwin-64@2.3.0: + resolution: {integrity: sha512-pji+D49PhFItyQjf2QVoLZw2d3oRGo8gJgKyOiRzvip78Rzie74quA8XNwSg/DuzM7xx6gJ3p2/LylTTlgZXxQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.2.3: - resolution: {integrity: sha512-+EIMHkuLFqUdJYsA3roj66t9+9IciCajgj+DVek+QezEdOJKcRxlvDOS2BUaeN8kEzVSsNiAGnoysFWYw4K0HA==} + turbo-darwin-arm64@2.3.0: + resolution: {integrity: sha512-AJrGIL9BO41mwDF/IBHsNGwvtdyB911vp8f5mbNo1wG66gWTvOBg7WCtYQBvCo11XTenTfXPRSsAb7w3WAZb6w==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.2.3: - resolution: {integrity: sha512-UBhJCYnqtaeOBQLmLo8BAisWbc9v9daL9G8upLR+XGj6vuN/Nz6qUAhverN4Pyej1g4Nt1BhROnj6GLOPYyqxQ==} + turbo-linux-64@2.3.0: + resolution: {integrity: sha512-jZqW6vc2sPJT3M/3ZmV1Cg4ecQVPqsbHncG/RnogHpBu783KCSXIndgxvUQNm9qfgBYbZDBnP1md63O4UTElhw==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.2.3: - resolution: {integrity: sha512-hJYT9dN06XCQ3jBka/EWvvAETnHRs3xuO/rb5bESmDfG+d9yQjeTMlhRXKrr4eyIMt6cLDt1LBfyi+6CQ+VAwQ==} + turbo-linux-arm64@2.3.0: + resolution: {integrity: sha512-HUbDLJlvd/hxuyCNO0BmEWYQj0TugRMvSQeG8vHJH+Lq8qOgDAe7J0K73bFNbZejZQxW3C3XEiZFB3pnpO78+A==} cpu: [arm64] os: [linux] - turbo-windows-64@2.2.3: - resolution: {integrity: sha512-NPrjacrZypMBF31b4HE4ROg4P3nhMBPHKS5WTpMwf7wydZ8uvdEHpESVNMOtqhlp857zbnKYgP+yJF30H3N2dQ==} + turbo-windows-64@2.3.0: + resolution: {integrity: sha512-c5rxrGNTYDWX9QeMzWLFE9frOXnKjHGEvQMp1SfldDlbZYsloX9UKs31TzUThzfTgTiz8NYuShaXJ2UvTMnV/g==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.2.3: - resolution: {integrity: sha512-fnNrYBCqn6zgKPKLHu4sOkihBI/+0oYFr075duRxqUZ+1aLWTAGfHZLgjVeLh3zR37CVzuerGIPWAEkNhkWEIw==} + turbo-windows-arm64@2.3.0: + resolution: {integrity: sha512-7qfUuYhfIVb1AZgs89DxhXK+zZez6O2ocmixEQ4hXZK7ytnBt5vaz2zGNJJKFNYIL5HX1C3tuHolnpNgDNCUIg==} cpu: [arm64] os: [win32] - turbo@2.2.3: - resolution: {integrity: sha512-5lDvSqIxCYJ/BAd6rQGK/AzFRhBkbu4JHVMLmGh/hCb7U3CqSnr5Tjwfy9vc+/5wG2DJ6wttgAaA7MoCgvBKZQ==} + turbo@2.3.0: + resolution: {integrity: sha512-/uOq5o2jwRPyaUDnwBpOR5k9mQq4c3wziBgWNWttiYQPmbhDtrKYPRBxTvA2WpgQwRIbt8UM612RMN8n/TvmHA==} hasBin: true type-check@0.4.0: @@ -2826,7 +2826,7 @@ snapshots: '@checkly/pulumi@1.1.4(ts-node@7.0.1)(typescript@5.6.3)': dependencies: - '@pulumi/pulumi': 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + '@pulumi/pulumi': 3.139.0(ts-node@7.0.1)(typescript@5.6.3) transitivePeerDependencies: - bluebird - supports-color @@ -3230,18 +3230,18 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@pulumi/azure-native@2.70.0(ts-node@7.0.1)(typescript@5.6.3)': + '@pulumi/azure-native@2.72.0(ts-node@7.0.1)(typescript@5.6.3)': dependencies: - '@pulumi/pulumi': 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + '@pulumi/pulumi': 3.139.0(ts-node@7.0.1)(typescript@5.6.3) transitivePeerDependencies: - bluebird - supports-color - ts-node - typescript - '@pulumi/cloudflare@5.42.0(ts-node@7.0.1)(typescript@5.6.3)': + '@pulumi/cloudflare@5.43.0(ts-node@7.0.1)(typescript@5.6.3)': dependencies: - '@pulumi/pulumi': 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + '@pulumi/pulumi': 3.139.0(ts-node@7.0.1)(typescript@5.6.3) transitivePeerDependencies: - bluebird - supports-color @@ -3250,7 +3250,7 @@ snapshots: '@pulumi/command@1.0.1(ts-node@7.0.1)(typescript@5.6.3)': dependencies: - '@pulumi/pulumi': 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + '@pulumi/pulumi': 3.139.0(ts-node@7.0.1)(typescript@5.6.3) transitivePeerDependencies: - bluebird - supports-color @@ -3259,7 +3259,7 @@ snapshots: '@pulumi/docker@4.5.7(ts-node@7.0.1)(typescript@5.6.3)': dependencies: - '@pulumi/pulumi': 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + '@pulumi/pulumi': 3.139.0(ts-node@7.0.1)(typescript@5.6.3) semver: 5.7.2 transitivePeerDependencies: - bluebird @@ -3267,7 +3267,7 @@ snapshots: - ts-node - typescript - '@pulumi/pulumi@3.138.0(ts-node@7.0.1)(typescript@5.6.3)': + '@pulumi/pulumi@3.139.0(ts-node@7.0.1)(typescript@5.6.3)': dependencies: '@grpc/grpc-js': 1.10.1 '@logdna/tail-file': 2.2.0 @@ -3310,7 +3310,7 @@ snapshots: '@pulumiverse/vercel@1.14.3(ts-node@7.0.1)(typescript@5.6.3)': dependencies: - '@pulumi/pulumi': 3.138.0(ts-node@7.0.1)(typescript@5.6.3) + '@pulumi/pulumi': 3.139.0(ts-node@7.0.1)(typescript@5.6.3) transitivePeerDependencies: - bluebird - supports-color @@ -3443,14 +3443,14 @@ snapshots: '@types/tmp@0.2.6': {} - '@typescript-eslint/eslint-plugin@8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/type-utils': 8.13.0(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/utils': 8.13.0(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.14.0 + '@typescript-eslint/type-utils': 8.14.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/utils': 8.14.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.14.0 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 @@ -3461,12 +3461,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/scope-manager': 8.14.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.14.0 debug: 4.3.7 eslint: 8.57.1 optionalDependencies: @@ -3474,15 +3474,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.13.0': + '@typescript-eslint/scope-manager@8.14.0': dependencies: - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/visitor-keys': 8.14.0 - '@typescript-eslint/type-utils@8.13.0(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.14.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.14.0(eslint@8.57.1)(typescript@5.6.3) debug: 4.3.7 ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: @@ -3491,12 +3491,12 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@8.13.0': {} + '@typescript-eslint/types@8.14.0': {} - '@typescript-eslint/typescript-estree@8.13.0(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.14.0(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/visitor-keys': 8.14.0 debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -3508,20 +3508,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.13.0(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/utils@8.14.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.14.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@8.13.0': + '@typescript-eslint/visitor-keys@8.14.0': dependencies: - '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/types': 8.14.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} @@ -3965,10 +3965,10 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-config-turbo@2.2.3(eslint@8.57.1): + eslint-config-turbo@2.3.0(eslint@8.57.1): dependencies: eslint: 8.57.1 - eslint-plugin-turbo: 2.2.3(eslint@8.57.1) + eslint-plugin-turbo: 2.3.0(eslint@8.57.1) eslint-import-resolver-node@0.3.9: dependencies: @@ -3978,43 +3978,43 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1): + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.3.5 enhanced-resolve: 5.17.0 eslint: 8.57.1 - eslint-module-utils: 2.8.2(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-module-utils: 2.8.2(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) fast-glob: 3.3.2 get-tsconfig: 4.7.6 is-bun-module: 1.1.0 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.2(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + eslint-module-utils@2.8.2(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.31.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color @@ -4025,7 +4025,7 @@ snapshots: eslint: 8.57.1 eslint-compat-utils: 0.5.1(eslint@8.57.1) - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -4036,7 +4036,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -4048,13 +4048,13 @@ snapshots: string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-n@17.13.1(eslint@8.57.1): + eslint-plugin-n@17.13.2(eslint@8.57.1): dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) enhanced-resolve: 5.17.1 @@ -4072,7 +4072,7 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-plugin-turbo@2.2.3(eslint@8.57.1): + eslint-plugin-turbo@2.3.0(eslint@8.57.1): dependencies: dotenv: 16.0.3 eslint: 8.57.1 @@ -5343,32 +5343,32 @@ snapshots: transitivePeerDependencies: - supports-color - turbo-darwin-64@2.2.3: + turbo-darwin-64@2.3.0: optional: true - turbo-darwin-arm64@2.2.3: + turbo-darwin-arm64@2.3.0: optional: true - turbo-linux-64@2.2.3: + turbo-linux-64@2.3.0: optional: true - turbo-linux-arm64@2.2.3: + turbo-linux-arm64@2.3.0: optional: true - turbo-windows-64@2.2.3: + turbo-windows-64@2.3.0: optional: true - turbo-windows-arm64@2.2.3: + turbo-windows-arm64@2.3.0: optional: true - turbo@2.2.3: + turbo@2.3.0: optionalDependencies: - turbo-darwin-64: 2.2.3 - turbo-darwin-arm64: 2.2.3 - turbo-linux-64: 2.2.3 - turbo-linux-arm64: 2.2.3 - turbo-windows-64: 2.2.3 - turbo-windows-arm64: 2.2.3 + turbo-darwin-64: 2.3.0 + turbo-darwin-arm64: 2.3.0 + turbo-linux-64: 2.3.0 + turbo-linux-arm64: 2.3.0 + turbo-windows-64: 2.3.0 + turbo-windows-arm64: 2.3.0 type-check@0.4.0: dependencies: diff --git a/station/Signal.Beacon.Application/Signal.Beacon.Application.csproj b/station/Signal.Beacon.Application/Signal.Beacon.Application.csproj index 5c6d1252d3..7bbf0de2b9 100644 --- a/station/Signal.Beacon.Application/Signal.Beacon.Application.csproj +++ b/station/Signal.Beacon.Application/Signal.Beacon.Application.csproj @@ -1,20 +1,20 @@  - net8.0 + net9.0 enable true AGPL-3.0-only - - - + + + - + diff --git a/station/Signal.Beacon.Channel.BroadLink/Signal.Beacon.Channel.BroadLink.csproj b/station/Signal.Beacon.Channel.BroadLink/Signal.Beacon.Channel.BroadLink.csproj index 5fa92f7509..83d0e1c18e 100644 --- a/station/Signal.Beacon.Channel.BroadLink/Signal.Beacon.Channel.BroadLink.csproj +++ b/station/Signal.Beacon.Channel.BroadLink/Signal.Beacon.Channel.BroadLink.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 AGPL-3.0-only diff --git a/station/Signal.Beacon.Channel.Divoom/Signal.Beacon.Channel.Divoom.csproj b/station/Signal.Beacon.Channel.Divoom/Signal.Beacon.Channel.Divoom.csproj index fc55bc93b5..fdf8015712 100644 --- a/station/Signal.Beacon.Channel.Divoom/Signal.Beacon.Channel.Divoom.csproj +++ b/station/Signal.Beacon.Channel.Divoom/Signal.Beacon.Channel.Divoom.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 AGPL-3.0-only diff --git a/station/Signal.Beacon.Channel.PhilipsHue/Signal.Beacon.Channel.PhilipsHue.csproj b/station/Signal.Beacon.Channel.PhilipsHue/Signal.Beacon.Channel.PhilipsHue.csproj index a990d1e81e..1d39769250 100644 --- a/station/Signal.Beacon.Channel.PhilipsHue/Signal.Beacon.Channel.PhilipsHue.csproj +++ b/station/Signal.Beacon.Channel.PhilipsHue/Signal.Beacon.Channel.PhilipsHue.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable true AGPL-3.0-only @@ -10,8 +10,8 @@ - - + + diff --git a/station/Signal.Beacon.Channel.Samsung/Signal.Beacon.Channel.Samsung.csproj b/station/Signal.Beacon.Channel.Samsung/Signal.Beacon.Channel.Samsung.csproj index 468b8b3e7c..7c3918faef 100644 --- a/station/Signal.Beacon.Channel.Samsung/Signal.Beacon.Channel.Samsung.csproj +++ b/station/Signal.Beacon.Channel.Samsung/Signal.Beacon.Channel.Samsung.csproj @@ -1,14 +1,14 @@ - net8.0 + net9.0 enable true AGPL-3.0-only - + diff --git a/station/Signal.Beacon.Channel.Signal/Signal.Beacon.Channel.Signal.csproj b/station/Signal.Beacon.Channel.Signal/Signal.Beacon.Channel.Signal.csproj index 1184f65460..d5c99f7a6c 100644 --- a/station/Signal.Beacon.Channel.Signal/Signal.Beacon.Channel.Signal.csproj +++ b/station/Signal.Beacon.Channel.Signal/Signal.Beacon.Channel.Signal.csproj @@ -1,14 +1,14 @@ - net8.0 + net9.0 enable true AGPL-3.0-only - + diff --git a/station/Signal.Beacon.Channel.Tasmota/Signal.Beacon.Channel.Tasmota.csproj b/station/Signal.Beacon.Channel.Tasmota/Signal.Beacon.Channel.Tasmota.csproj index 1184f65460..d5c99f7a6c 100644 --- a/station/Signal.Beacon.Channel.Tasmota/Signal.Beacon.Channel.Tasmota.csproj +++ b/station/Signal.Beacon.Channel.Tasmota/Signal.Beacon.Channel.Tasmota.csproj @@ -1,14 +1,14 @@ - net8.0 + net9.0 enable true AGPL-3.0-only - + diff --git a/station/Signal.Beacon.Channel.Zigbee2Mqtt/Signal.Beacon.Channel.Zigbee2Mqtt.csproj b/station/Signal.Beacon.Channel.Zigbee2Mqtt/Signal.Beacon.Channel.Zigbee2Mqtt.csproj index de84f945fa..20099bccfd 100644 --- a/station/Signal.Beacon.Channel.Zigbee2Mqtt/Signal.Beacon.Channel.Zigbee2Mqtt.csproj +++ b/station/Signal.Beacon.Channel.Zigbee2Mqtt/Signal.Beacon.Channel.Zigbee2Mqtt.csproj @@ -1,15 +1,15 @@  - net8.0 + net9.0 enable true AGPL-3.0-only - - + + diff --git a/station/Signal.Beacon.Channel.iRobot/Signal.Beacon.Channel.iRobot.csproj b/station/Signal.Beacon.Channel.iRobot/Signal.Beacon.Channel.iRobot.csproj index 1184f65460..d5c99f7a6c 100644 --- a/station/Signal.Beacon.Channel.iRobot/Signal.Beacon.Channel.iRobot.csproj +++ b/station/Signal.Beacon.Channel.iRobot/Signal.Beacon.Channel.iRobot.csproj @@ -1,14 +1,14 @@ - net8.0 + net9.0 enable true AGPL-3.0-only - + diff --git a/station/Signal.Beacon.Configuration/Signal.Beacon.Configuration.csproj b/station/Signal.Beacon.Configuration/Signal.Beacon.Configuration.csproj index de84f945fa..20099bccfd 100644 --- a/station/Signal.Beacon.Configuration/Signal.Beacon.Configuration.csproj +++ b/station/Signal.Beacon.Configuration/Signal.Beacon.Configuration.csproj @@ -1,15 +1,15 @@  - net8.0 + net9.0 enable true AGPL-3.0-only - - + + diff --git a/station/Signal.Beacon.Core.Tests/Signal.Beacon.Core.Tests.csproj b/station/Signal.Beacon.Core.Tests/Signal.Beacon.Core.Tests.csproj index 3b219af86c..11d4d4225d 100644 --- a/station/Signal.Beacon.Core.Tests/Signal.Beacon.Core.Tests.csproj +++ b/station/Signal.Beacon.Core.Tests/Signal.Beacon.Core.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 AGPL-3.0-only false diff --git a/station/Signal.Beacon.Core/Signal.Beacon.Core.csproj b/station/Signal.Beacon.Core/Signal.Beacon.Core.csproj index 5712acbdc9..a8f73560fe 100644 --- a/station/Signal.Beacon.Core/Signal.Beacon.Core.csproj +++ b/station/Signal.Beacon.Core/Signal.Beacon.Core.csproj @@ -1,14 +1,14 @@  - net8.0 + net9.0 enable true AGPL-3.0-only - + diff --git a/station/Signal.Beacon.Voice.Tests/Signal.Beacon.Voice.Tests.csproj b/station/Signal.Beacon.Voice.Tests/Signal.Beacon.Voice.Tests.csproj index 0d61e32791..039bcfccc7 100644 --- a/station/Signal.Beacon.Voice.Tests/Signal.Beacon.Voice.Tests.csproj +++ b/station/Signal.Beacon.Voice.Tests/Signal.Beacon.Voice.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 AGPL-3.0-only false diff --git a/station/Signal.Beacon.Voice/Signal.Beacon.Voice.csproj b/station/Signal.Beacon.Voice/Signal.Beacon.Voice.csproj index 7f672fe8ee..acd19beabc 100644 --- a/station/Signal.Beacon.Voice/Signal.Beacon.Voice.csproj +++ b/station/Signal.Beacon.Voice/Signal.Beacon.Voice.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable true AGPL-3.0-only @@ -19,9 +19,9 @@ - - - + + + diff --git a/station/Signal.Beacon.WorkerService/Signal.Beacon.csproj b/station/Signal.Beacon.WorkerService/Signal.Beacon.csproj index e929876339..381833818f 100644 --- a/station/Signal.Beacon.WorkerService/Signal.Beacon.csproj +++ b/station/Signal.Beacon.WorkerService/Signal.Beacon.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 dotnet-Signal.Beacon.WorkerService-EDF6EB99-A6EE-4F07-B2B3-BEC456AB65B6 enable true @@ -9,7 +9,7 @@ - + diff --git a/station/Signalco.Station.Channel.MiFlora/Signalco.Station.Channel.MiFlora.csproj b/station/Signalco.Station.Channel.MiFlora/Signalco.Station.Channel.MiFlora.csproj index 0ef7e4c36c..d58fb4ae6f 100644 --- a/station/Signalco.Station.Channel.MiFlora/Signalco.Station.Channel.MiFlora.csproj +++ b/station/Signalco.Station.Channel.MiFlora/Signalco.Station.Channel.MiFlora.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable preview @@ -11,7 +11,7 @@ - + diff --git a/station/Signalco.Station.Channel.Shelly/Signalco.Station.Channel.Shelly.csproj b/station/Signalco.Station.Channel.Shelly/Signalco.Station.Channel.Shelly.csproj index 17a8062dfb..9c8122b2a0 100644 --- a/station/Signalco.Station.Channel.Shelly/Signalco.Station.Channel.Shelly.csproj +++ b/station/Signalco.Station.Channel.Shelly/Signalco.Station.Channel.Shelly.csproj @@ -1,15 +1,15 @@ - net8.0 + net9.0 enable enable AGPL-3.0-only - - + + diff --git a/station/global.json b/station/global.json index 7227be096f..b3c9d9930e 100644 --- a/station/global.json +++ b/station/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.403", + "version": "9.0.100", "rollForward": "latestMajor" } } \ No newline at end of file diff --git a/web/apps/app/package.json b/web/apps/app/package.json index 8138fd7d1b..ac18a224d7 100644 --- a/web/apps/app/package.json +++ b/web/apps/app/package.json @@ -43,9 +43,9 @@ "@signalco/ui-notifications": "workspace:*", "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal-app": "workspace:*", - "@tanstack/react-query": "5.59.20", - "@tanstack/react-query-devtools": "5.59.20", - "@vercel/analytics": "1.3.2", + "@tanstack/react-query": "5.60.5", + "@tanstack/react-query-devtools": "5.60.5", + "@vercel/analytics": "1.4.0", "@vercel/speed-insights": "1.1.0", "@vvo/tzdb": "6.149.0", "autoprefixer": "10.4.20", @@ -61,7 +61,7 @@ "next-secure-headers": "2.2.0", "next-themes": "0.4.3", "openapi-fetch": "0.13.0", - "openapi-typescript": "7.4.2", + "openapi-typescript": "7.4.3", "pigeon-maps": "0.21.6", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", @@ -69,12 +69,12 @@ "recharts": "2.13.3", "sharp": "0.33.5", "suncalc": "1.9.0", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", - "uuid": "11.0.2" + "uuid": "11.0.3" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -94,9 +94,9 @@ "fs-extra": "11.2.0", "next-sitemap": "4.2.3", "openapi-types": "12.1.3", - "postcss": "8.4.47", + "postcss": "8.4.49", "react-is": "18.3.1", - "sass": "1.80.6", + "sass": "1.81.0", "sass-loader": "16.0.3", "typescript": "5.6.3" } diff --git a/web/apps/blog/package.json b/web/apps/blog/package.json index 1a1f021a52..7ffe0f5bb8 100644 --- a/web/apps/blog/package.json +++ b/web/apps/blog/package.json @@ -31,7 +31,7 @@ "@signalco/ui-icons": "workspace:*", "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal": "workspace:*", - "@vercel/analytics": "1.3.2", + "@vercel/analytics": "1.4.0", "autoprefixer": "10.4.20", "classix": "2.2.0", "next": "15.0.3", @@ -39,11 +39,11 @@ "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "sharp": "0.33.5", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -57,8 +57,8 @@ "colorette": "2.0.20", "eslint": "8.57.1", "next-sitemap": "4.2.3", - "postcss": "8.4.47", - "sass": "1.80.6", + "postcss": "8.4.49", + "sass": "1.81.0", "typescript": "5.6.3" } } diff --git a/web/apps/brandgrab/package.json b/web/apps/brandgrab/package.json index c957ce5607..aa4006433c 100644 --- a/web/apps/brandgrab/package.json +++ b/web/apps/brandgrab/package.json @@ -38,7 +38,7 @@ "sharp": "0.33.5" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -49,9 +49,9 @@ "babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", "eslint": "8.57.1", "next-sitemap": "4.2.3", - "postcss": "8.4.47", - "sass": "1.80.6", - "tailwindcss": "3.4.14", + "postcss": "8.4.49", + "sass": "1.81.0", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", "typescript": "5.6.3" } diff --git a/web/apps/doprocess/package.json b/web/apps/doprocess/package.json index 11ad3792cb..f25ba8ec2a 100644 --- a/web/apps/doprocess/package.json +++ b/web/apps/doprocess/package.json @@ -18,9 +18,9 @@ }, "dependencies": { "@azure/cosmos": "4.1.1", - "@blocknote/core": "0.19.0", - "@blocknote/mantine": "0.19.0", - "@blocknote/react": "0.19.0", + "@blocknote/core": "0.19.1", + "@blocknote/mantine": "0.19.1", + "@blocknote/react": "0.19.1", "@dnd-kit/core": "6.1.0", "@dnd-kit/modifiers": "7.0.0", "@dnd-kit/sortable": "8.0.0", @@ -41,23 +41,23 @@ "@signalco/ui-notifications": "workspace:*", "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal": "workspace:*", - "@tanstack/react-query": "5.59.20", - "@tanstack/react-query-devtools": "5.59.20", - "@vercel/analytics": "1.3.2", + "@tanstack/react-query": "5.60.5", + "@tanstack/react-query-devtools": "5.60.5", + "@vercel/analytics": "1.4.0", "classix": "2.2.0", "nanoid": "5.0.8", "next": "15.0.3", "next-secure-headers": "2.2.0", "next-themes": "0.4.3", - "openai": "4.71.1", + "openai": "4.72.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "sharp": "0.33.5", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -69,8 +69,8 @@ "babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", "eslint": "8.57.1", "next-sitemap": "4.2.3", - "postcss": "8.4.47", - "sass": "1.80.6", + "postcss": "8.4.49", + "sass": "1.81.0", "typescript": "5.6.3" } } diff --git a/web/apps/slco/package.json b/web/apps/slco/package.json index 7ea26b9d0a..d8ad510603 100644 --- a/web/apps/slco/package.json +++ b/web/apps/slco/package.json @@ -33,11 +33,11 @@ "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "sharp": "0.33.5", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -49,8 +49,8 @@ "babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", "eslint": "8.57.1", "next-sitemap": "4.2.3", - "postcss": "8.4.47", - "sass": "1.80.6", + "postcss": "8.4.49", + "sass": "1.81.0", "typescript": "5.6.3" } } diff --git a/web/apps/ui-docs/package.json b/web/apps/ui-docs/package.json index 3480fd3c25..97f7e56d54 100644 --- a/web/apps/ui-docs/package.json +++ b/web/apps/ui-docs/package.json @@ -15,27 +15,27 @@ }, "devDependencies": { "@signalco/tsconfig": "workspace:*", - "@storybook/addon-essentials": "8.4.2", - "@storybook/addon-links": "8.4.2", - "@storybook/addon-themes": "8.4.2", - "@storybook/manager-api": "8.4.2", - "@storybook/react": "8.4.2", - "@storybook/react-vite": "8.4.2", - "@storybook/theming": "8.4.2", + "@storybook/addon-essentials": "8.4.4", + "@storybook/addon-links": "8.4.4", + "@storybook/addon-themes": "8.4.4", + "@storybook/manager-api": "8.4.4", + "@storybook/react": "8.4.4", + "@storybook/react-vite": "8.4.4", + "@storybook/theming": "8.4.4", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "autoprefixer": "10.4.20", "css-loader": "7.1.2", - "postcss": "8.4.47", + "postcss": "8.4.49", "postcss-loader": "8.1.1", "rimraf": "6.0.1", - "sass": "1.80.6", + "sass": "1.81.0", "sass-loader": "16.0.3", - "storybook": "8.4.2", + "storybook": "8.4.4", "storybook-addon-swc": "1.2.0", "style-loader": "4.0.0", "styled-jsx": "5.1.6", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", "typescript": "5.6.3" }, diff --git a/web/apps/uier/package.json b/web/apps/uier/package.json index 783f7905f6..46fd9d26b8 100644 --- a/web/apps/uier/package.json +++ b/web/apps/uier/package.json @@ -29,9 +29,9 @@ "@signalco/ui-notifications": "workspace:*", "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal": "workspace:*", - "@tanstack/react-query": "5.59.20", - "@tanstack/react-query-devtools": "5.59.20", - "@vercel/analytics": "1.3.2", + "@tanstack/react-query": "5.60.5", + "@tanstack/react-query-devtools": "5.60.5", + "@vercel/analytics": "1.4.0", "classix": "2.2.0", "next": "15.0.3", "next-secure-headers": "2.2.0", @@ -39,11 +39,11 @@ "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "sharp": "0.33.5", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -55,8 +55,8 @@ "babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", "eslint": "8.57.1", "next-sitemap": "4.2.3", - "postcss": "8.4.47", - "sass": "1.80.6", + "postcss": "8.4.49", + "sass": "1.81.0", "typescript": "5.6.3" } } diff --git a/web/apps/web/package.json b/web/apps/web/package.json index 790265c904..6effac4960 100644 --- a/web/apps/web/package.json +++ b/web/apps/web/package.json @@ -34,7 +34,7 @@ "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal": "workspace:*", "@tailwindcss/typography": "0.5.15", - "@vercel/analytics": "1.3.2", + "@vercel/analytics": "1.4.0", "autoprefixer": "10.4.20", "classix": "2.2.0", "next": "15.0.3", @@ -44,11 +44,11 @@ "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "sharp": "0.33.5", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -63,8 +63,8 @@ "eslint": "8.57.1", "next-sitemap": "4.2.3", "openapi-types": "12.1.3", - "postcss": "8.4.47", - "sass": "1.80.6", + "postcss": "8.4.49", + "sass": "1.81.0", "typescript": "5.6.3" } } diff --git a/web/apps/workingparty/package.json b/web/apps/workingparty/package.json index 644c3d7037..71a8bdc16f 100644 --- a/web/apps/workingparty/package.json +++ b/web/apps/workingparty/package.json @@ -22,7 +22,7 @@ "@enterwell/react-form-builder": "0.3.2", "@enterwell/react-form-validation": "1.4.0", "@enterwell/react-hooks": "0.5.0", - "@react-email/components": "0.0.27", + "@react-email/components": "0.0.28", "@signalco/auth-client": "workspace:*", "@signalco/auth-server": "workspace:*", "@signalco/cms-components-marketing": "workspace:*", @@ -37,29 +37,29 @@ "@signalco/ui-notifications": "workspace:*", "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal-app": "workspace:*", - "@stripe/stripe-js": "4.9.0", + "@stripe/stripe-js": "4.10.0", "@tailwindcss/typography": "0.5.15", - "@tanstack/react-query": "5.59.20", - "@tanstack/react-query-devtools": "5.59.20", - "@vercel/analytics": "1.3.2", + "@tanstack/react-query": "5.60.5", + "@tanstack/react-query-devtools": "5.60.5", + "@vercel/analytics": "1.4.0", "classix": "2.2.0", "jose": "5.9.6", "nanoid": "5.0.8", "next": "15.0.3", "next-secure-headers": "2.2.0", "next-themes": "0.4.3", - "openai": "4.71.1", + "openai": "4.72.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "react-email": "3.0.2", "react-markdown": "9.0.1", "sharp": "0.33.5", "stripe": "17.3.1", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "devDependencies": { - "@axe-core/playwright": "4.10.0", + "@axe-core/playwright": "4.10.1", "@playwright/test": "1.48.2", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", @@ -71,8 +71,8 @@ "babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", "eslint": "8.57.1", "next-sitemap": "4.2.3", - "postcss": "8.4.47", - "sass": "1.80.6", + "postcss": "8.4.49", + "sass": "1.81.0", "typescript": "5.6.3" } } diff --git a/web/package.json b/web/package.json index b673ae9b7c..94d18c842d 100644 --- a/web/package.json +++ b/web/package.json @@ -7,7 +7,7 @@ "packages/*" ], "license": "MIT", - "packageManager": "pnpm@9.12.3", + "packageManager": "pnpm@9.13.2", "scripts": { "build": "turbo run build", "clean": "turbo run clean", @@ -17,7 +17,7 @@ "test": "turbo run test" }, "devDependencies": { - "turbo": "2.2.3" + "turbo": "2.3.0" }, "pnpm": { "overrides": { diff --git a/web/packages/auth-client/package.json b/web/packages/auth-client/package.json index 95b959440e..6880aa5f13 100644 --- a/web/packages/auth-client/package.json +++ b/web/packages/auth-client/package.json @@ -33,7 +33,7 @@ "@signalco/tailwindcss-config-signalco": "workspace:*", "@signalco/tsconfig": "workspace:*", "@signalco/ui-icons": "workspace:*", - "@tanstack/react-query": "5.59.20", + "@tanstack/react-query": "5.60.5", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "next": "15.0.3", diff --git a/web/packages/email-templates/package.json b/web/packages/email-templates/package.json index d3db15fc60..1afeaa8d8d 100644 --- a/web/packages/email-templates/package.json +++ b/web/packages/email-templates/package.json @@ -17,7 +17,7 @@ "@types/react": "npm:types-react@19.0.0-rc.1" }, "dependencies": { - "@react-email/components": "0.0.27", + "@react-email/components": "0.0.28", "react": "19.0.0-rc-65a56d0e-20241020", "react-email": "3.0.2", "typescript": "5.6.3" diff --git a/web/packages/eslint-config-signalco/package.json b/web/packages/eslint-config-signalco/package.json index 7a3eddb3cf..2d0bbfe317 100644 --- a/web/packages/eslint-config-signalco/package.json +++ b/web/packages/eslint-config-signalco/package.json @@ -7,11 +7,11 @@ "type": "module", "sideEffects": false, "dependencies": { - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "eslint": "8.57.1", "eslint-config-next": "15.0.3", - "eslint-config-turbo": "2.2.3", + "eslint-config-turbo": "2.3.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-only-warn": "1.1.0", "eslint-plugin-react": "7.37.2", diff --git a/web/packages/tailwindcss-config-signalco/package.json b/web/packages/tailwindcss-config-signalco/package.json index a2ee9a2a8a..b6284429b5 100644 --- a/web/packages/tailwindcss-config-signalco/package.json +++ b/web/packages/tailwindcss-config-signalco/package.json @@ -10,7 +10,7 @@ "./*": "./src/*.ts" }, "devDependencies": { - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7" }, "peerDependencies": { diff --git a/web/packages/ui-icons/package.json b/web/packages/ui-icons/package.json index 8623d2a7e0..d7d6cf074e 100644 --- a/web/packages/ui-icons/package.json +++ b/web/packages/ui-icons/package.json @@ -26,7 +26,7 @@ "@signalco/tsconfig": "workspace:*", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", - "lucide-react": "0.454.0", + "lucide-react": "0.460.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "tsup": "8.3.5", diff --git a/web/packages/ui-primitives/package.json b/web/packages/ui-primitives/package.json index 5c27a97f6c..ffc35160e2 100644 --- a/web/packages/ui-primitives/package.json +++ b/web/packages/ui-primitives/package.json @@ -33,7 +33,7 @@ "@radix-ui/react-select": "2.1.2", "@radix-ui/react-slot": "1.1.0", "@radix-ui/react-tabs": "1.1.1", - "@radix-ui/react-tooltip": "1.1.3", + "@radix-ui/react-tooltip": "1.1.4", "@signalco/eslint-config-signalco": "workspace:*", "@signalco/hooks": "workspace:*", "@signalco/js": "workspace:*", @@ -46,12 +46,12 @@ "autoprefixer": "10.4.20", "classix": "2.2.0", "next": "15.0.3", - "postcss": "8.4.47", - "postcss-preset-env": "10.0.9", + "postcss": "8.4.49", + "postcss-preset-env": "10.1.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "react-timeago": "7.2.0", - "sass": "1.80.6", + "sass": "1.81.0", "tailwind-merge": "2.5.4", "tsup": "8.3.5", "typescript": "5.6.3" diff --git a/web/packages/ui/package.json b/web/packages/ui/package.json index 3ed00b29ab..fef6f5943a 100644 --- a/web/packages/ui/package.json +++ b/web/packages/ui/package.json @@ -42,12 +42,12 @@ "@types/react-timeago": "4.1.7", "autoprefixer": "10.4.20", "classix": "2.2.0", - "postcss": "8.4.47", - "postcss-preset-env": "10.0.9", + "postcss": "8.4.49", + "postcss-preset-env": "10.1.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "react-timeago": "7.2.0", - "sass": "1.80.6", + "sass": "1.81.0", "tailwind-merge": "2.5.4", "typescript": "5.6.3", "@microsoft/api-extractor": "7.47.11", diff --git a/web/packages/uier-toolbar/package.json b/web/packages/uier-toolbar/package.json index 5c4112d7bd..084815666d 100644 --- a/web/packages/uier-toolbar/package.json +++ b/web/packages/uier-toolbar/package.json @@ -25,18 +25,18 @@ "@signalco/ui-icons": "workspace:*", "@signalco/ui-primitives": "workspace:*", "@signalco/ui-themes-minimal": "workspace:*", - "@tanstack/react-query": "5.59.20", + "@tanstack/react-query": "5.60.5", "@types/node": "22.7.9", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "autoprefixer": "10.4.20", - "postcss": "8.4.47", - "postcss-preset-env": "10.0.9", + "postcss": "8.4.49", + "postcss-preset-env": "10.1.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", "react-timeago": "7.2.0", - "sass": "1.80.6", - "tailwindcss": "3.4.14", + "sass": "1.81.0", + "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", "tsup": "8.3.5", "typescript": "5.6.3" diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 7894e1644c..0a284e63c4 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -13,8 +13,8 @@ importers: .: devDependencies: turbo: - specifier: 2.2.3 - version: 2.2.3 + specifier: 2.3.0 + version: 2.3.0 apps/app: dependencies: @@ -88,23 +88,23 @@ importers: specifier: workspace:* version: link:../../packages/ui-themes-minimal-app '@tanstack/react-query': - specifier: 5.59.20 - version: 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(react@19.0.0-rc-65a56d0e-20241020) '@tanstack/react-query-devtools': - specifier: 5.59.20 - version: 5.59.20(@tanstack/react-query@5.59.20(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(@tanstack/react-query@5.60.5(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@vercel/analytics': - specifier: 1.3.2 - version: 1.3.2(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 1.4.0 + version: 1.4.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) '@vercel/speed-insights': specifier: 1.1.0 - version: 1.1.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + version: 1.1.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) '@vvo/tzdb': specifier: 6.149.0 version: 6.149.0 autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) classix: specifier: 2.2.0 version: 2.2.0 @@ -131,7 +131,7 @@ importers: version: 0.52.0 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -142,8 +142,8 @@ importers: specifier: 0.13.0 version: 0.13.0 openapi-typescript: - specifier: 7.4.2 - version: 7.4.2(encoding@0.1.13)(typescript@5.6.3) + specifier: 7.4.3 + version: 7.4.3(encoding@0.1.13)(typescript@5.6.3) pigeon-maps: specifier: 0.21.6 version: 0.21.6(react@19.0.0-rc-65a56d0e-20241020) @@ -166,18 +166,18 @@ importers: specifier: 1.9.0 version: 1.9.0 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) uuid: - specifier: 11.0.2 - version: 11.0.2 + specifier: 11.0.3 + version: 11.0.3 devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -231,22 +231,22 @@ importers: version: 11.2.0 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) openapi-types: specifier: 12.1.3 version: 12.1.3 postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 react-is: specifier: 18.3.1 version: 18.3.1 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 sass-loader: specifier: 16.0.3 - version: 16.0.3(sass@1.80.6)(webpack@5.94.0) + version: 16.0.3(sass@1.81.0)(webpack@5.94.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -293,17 +293,17 @@ importers: specifier: workspace:* version: link:../../packages/ui-themes-minimal '@vercel/analytics': - specifier: 1.3.2 - version: 1.3.2(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 1.4.0 + version: 1.4.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) classix: specifier: 2.2.0 version: 2.2.0 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -317,15 +317,15 @@ importers: specifier: 0.33.5 version: 0.33.5 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -364,13 +364,13 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -418,7 +418,7 @@ importers: version: 2.2.0 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -433,8 +433,8 @@ importers: version: 0.33.5 devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -464,19 +464,19 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) typescript: specifier: 5.6.3 version: 5.6.3 @@ -487,14 +487,14 @@ importers: specifier: 4.1.1 version: 4.1.1 '@blocknote/core': - specifier: 0.19.0 - version: 0.19.0(@types/hast@3.0.4) + specifier: 0.19.1 + version: 0.19.1(@types/hast@3.0.4) '@blocknote/mantine': - specifier: 0.19.0 - version: 0.19.0(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1) + specifier: 0.19.1 + version: 0.19.1(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1) '@blocknote/react': - specifier: 0.19.0 - version: 0.19.0(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 0.19.1 + version: 0.19.1(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@dnd-kit/core': specifier: 6.1.0 version: 6.1.0(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) @@ -556,14 +556,14 @@ importers: specifier: workspace:* version: link:../../packages/ui-themes-minimal '@tanstack/react-query': - specifier: 5.59.20 - version: 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(react@19.0.0-rc-65a56d0e-20241020) '@tanstack/react-query-devtools': - specifier: 5.59.20 - version: 5.59.20(@tanstack/react-query@5.59.20(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(@tanstack/react-query@5.60.5(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@vercel/analytics': - specifier: 1.3.2 - version: 1.3.2(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 1.4.0 + version: 1.4.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) classix: specifier: 2.2.0 version: 2.2.0 @@ -572,7 +572,7 @@ importers: version: 5.0.8 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -580,8 +580,8 @@ importers: specifier: 0.4.3 version: 0.4.3(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) openai: - specifier: 4.71.1 - version: 4.71.1(encoding@0.1.13)(zod@3.23.8) + specifier: 4.72.0 + version: 4.72.0(encoding@0.1.13)(zod@3.23.8) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -592,15 +592,15 @@ importers: specifier: 0.33.5 version: 0.33.5 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -633,13 +633,13 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -678,7 +678,7 @@ importers: version: 2.2.0 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -692,15 +692,15 @@ importers: specifier: 0.33.5 version: 0.33.5 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -733,13 +733,13 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -769,26 +769,26 @@ importers: specifier: workspace:* version: link:../../packages/tsconfig '@storybook/addon-essentials': - specifier: 8.4.2 - version: 8.4.2(storybook@8.4.2)(types-react@19.0.0-rc.1) + specifier: 8.4.4 + version: 8.4.4(storybook@8.4.4)(types-react@19.0.0-rc.1) '@storybook/addon-links': - specifier: 8.4.2 - version: 8.4.2(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2) + specifier: 8.4.4 + version: 8.4.4(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4) '@storybook/addon-themes': - specifier: 8.4.2 - version: 8.4.2(storybook@8.4.2) + specifier: 8.4.4 + version: 8.4.4(storybook@8.4.4) '@storybook/manager-api': - specifier: 8.4.2 - version: 8.4.2(storybook@8.4.2) + specifier: 8.4.4 + version: 8.4.4(storybook@8.4.4) '@storybook/react': - specifier: 8.4.2 - version: 8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2)(typescript@5.6.3) + specifier: 8.4.4 + version: 8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4)(typescript@5.6.3) '@storybook/react-vite': - specifier: 8.4.2 - version: 8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(rollup@4.24.0)(storybook@8.4.2)(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6)) + specifier: 8.4.4 + version: 8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(rollup@4.24.0)(storybook@8.4.4)(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6)) '@storybook/theming': - specifier: 8.4.2 - version: 8.4.2(storybook@8.4.2) + specifier: 8.4.4 + version: 8.4.4(storybook@8.4.4) '@types/react': specifier: npm:types-react@19.0.0-rc.1 version: types-react@19.0.0-rc.1 @@ -797,28 +797,28 @@ importers: version: types-react-dom@19.0.0-rc.1 autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) css-loader: specifier: 7.1.2 version: 7.1.2(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 postcss-loader: specifier: 8.1.1 - version: 8.1.1(postcss@8.4.47)(typescript@5.6.3)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) + version: 8.1.1(postcss@8.4.49)(typescript@5.6.3)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) rimraf: specifier: 6.0.1 version: 6.0.1 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 sass-loader: specifier: 16.0.3 - version: 16.0.3(sass@1.80.6)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) + version: 16.0.3(sass@1.81.0)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) storybook: - specifier: 8.4.2 - version: 8.4.2 + specifier: 8.4.4 + version: 8.4.4 storybook-addon-swc: specifier: 1.2.0 version: 1.2.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(terser-webpack-plugin@5.3.10(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)))(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) @@ -829,11 +829,11 @@ importers: specifier: 5.1.6 version: 5.1.6(@babel/core@7.25.2)(react@19.0.0-rc-65a56d0e-20241020) tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) typescript: specifier: 5.6.3 version: 5.6.3 @@ -877,20 +877,20 @@ importers: specifier: workspace:* version: link:../../packages/ui-themes-minimal '@tanstack/react-query': - specifier: 5.59.20 - version: 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(react@19.0.0-rc-65a56d0e-20241020) '@tanstack/react-query-devtools': - specifier: 5.59.20 - version: 5.59.20(@tanstack/react-query@5.59.20(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(@tanstack/react-query@5.60.5(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@vercel/analytics': - specifier: 1.3.2 - version: 1.3.2(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 1.4.0 + version: 1.4.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) classix: specifier: 2.2.0 version: 2.2.0 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -907,15 +907,15 @@ importers: specifier: 0.33.5 version: 0.33.5 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -948,13 +948,13 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -1008,19 +1008,19 @@ importers: version: link:../../packages/ui-themes-minimal '@tailwindcss/typography': specifier: 0.5.15 - version: 0.5.15(tailwindcss@3.4.14) + version: 0.5.15(tailwindcss@3.4.15) '@vercel/analytics': - specifier: 1.3.2 - version: 1.3.2(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 1.4.0 + version: 1.4.0(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) classix: specifier: 2.2.0 version: 2.2.0 next: specifier: 15.0.3 - version: 15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -1040,15 +1040,15 @@ importers: specifier: 0.33.5 version: 0.33.5 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -1087,16 +1087,16 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) openapi-types: specifier: 12.1.3 version: 12.1.3 postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -1119,8 +1119,8 @@ importers: specifier: 0.5.0 version: 0.5.0(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@react-email/components': - specifier: 0.0.27 - version: 0.0.27(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 0.0.28 + version: 0.0.28(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@signalco/auth-client': specifier: workspace:* version: link:../../packages/auth-client @@ -1164,20 +1164,20 @@ importers: specifier: workspace:* version: link:../../packages/ui-themes-minimal-app '@stripe/stripe-js': - specifier: 4.9.0 - version: 4.9.0 + specifier: 4.10.0 + version: 4.10.0 '@tailwindcss/typography': specifier: 0.5.15 - version: 0.5.15(tailwindcss@3.4.14) + version: 0.5.15(tailwindcss@3.4.15) '@tanstack/react-query': - specifier: 5.59.20 - version: 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(react@19.0.0-rc-65a56d0e-20241020) '@tanstack/react-query-devtools': - specifier: 5.59.20 - version: 5.59.20(@tanstack/react-query@5.59.20(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(@tanstack/react-query@5.60.5(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@vercel/analytics': - specifier: 1.3.2 - version: 1.3.2(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 1.4.0 + version: 1.4.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020) classix: specifier: 2.2.0 version: 2.2.0 @@ -1189,7 +1189,7 @@ importers: version: 5.0.8 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-secure-headers: specifier: 2.2.0 version: 2.2.0 @@ -1197,8 +1197,8 @@ importers: specifier: 0.4.3 version: 0.4.3(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) openai: - specifier: 4.71.1 - version: 4.71.1(encoding@0.1.13)(zod@3.23.8) + specifier: 4.72.0 + version: 4.72.0(encoding@0.1.13)(zod@3.23.8) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1207,7 +1207,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) react-email: specifier: 3.0.2 - version: 3.0.2(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 3.0.2(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react-markdown: specifier: 9.0.1 version: 9.0.1(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1) @@ -1218,15 +1218,15 @@ importers: specifier: 17.3.1 version: 17.3.1 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) devDependencies: '@axe-core/playwright': - specifier: 4.10.0 - version: 4.10.0(playwright-core@1.48.2) + specifier: 4.10.1 + version: 4.10.1(playwright-core@1.48.2) '@playwright/test': specifier: 1.48.2 version: 1.48.2 @@ -1259,13 +1259,13 @@ importers: version: 8.57.1 next-sitemap: specifier: 4.2.3 - version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)) + version: 4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -1292,8 +1292,8 @@ importers: specifier: workspace:* version: link:../ui-icons '@tanstack/react-query': - specifier: 5.59.20 - version: 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(react@19.0.0-rc-65a56d0e-20241020) '@types/react': specifier: npm:types-react@19.0.0-rc.1 version: types-react@19.0.0-rc.1 @@ -1302,7 +1302,7 @@ importers: version: types-react-dom@19.0.0-rc.1 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1311,7 +1311,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1341,7 +1341,7 @@ importers: version: 5.9.6 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1350,7 +1350,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1395,7 +1395,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1434,7 +1434,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1451,14 +1451,14 @@ importers: packages/email-templates: dependencies: '@react-email/components': - specifier: 0.0.27 - version: 0.0.27(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + specifier: 0.0.28 + version: 0.0.28(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 react-email: specifier: 3.0.2 - version: 3.0.2(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 3.0.2(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1479,11 +1479,11 @@ importers: packages/eslint-config-signalco: dependencies: '@typescript-eslint/eslint-plugin': - specifier: 8.13.0 - version: 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': - specifier: 8.13.0 - version: 8.13.0(eslint@8.57.1)(typescript@5.6.3) + specifier: 8.14.0 + version: 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: specifier: 8.57.1 version: 8.57.1 @@ -1491,11 +1491,11 @@ importers: specifier: 15.0.3 version: 15.0.3(eslint@8.57.1)(typescript@5.6.3) eslint-config-turbo: - specifier: 2.2.3 - version: 2.2.3(eslint@8.57.1) + specifier: 2.3.0 + version: 2.3.0(eslint@8.57.1) eslint-plugin-import: specifier: 2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + version: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) eslint-plugin-only-warn: specifier: 1.1.0 version: 1.1.0 @@ -1504,7 +1504,7 @@ importers: version: 7.37.2(eslint@8.57.1) eslint-plugin-tailwindcss: specifier: 3.17.5 - version: 3.17.5(tailwindcss@3.4.14) + version: 3.17.5(tailwindcss@3.4.15) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1528,7 +1528,7 @@ importers: version: types-react@19.0.0-rc.1 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1537,7 +1537,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1555,7 +1555,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1575,11 +1575,11 @@ importers: packages/tailwindcss-config-signalco: devDependencies: tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) packages/tsconfig: {} @@ -1638,16 +1638,16 @@ importers: version: 4.1.7 autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) classix: specifier: 2.2.0 version: 2.2.0 postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 postcss-preset-env: - specifier: 10.0.9 - version: 10.0.9(postcss@8.4.47) + specifier: 10.1.0 + version: 10.1.0(postcss@8.4.49) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1658,14 +1658,14 @@ importers: specifier: 7.2.0 version: 7.2.0(react@19.0.0-rc-65a56d0e-20241020) sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 tailwind-merge: specifier: 2.5.4 version: 2.5.4 tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1727,8 +1727,8 @@ importers: specifier: npm:types-react-dom@19.0.0-rc.1 version: types-react-dom@19.0.0-rc.1 lucide-react: - specifier: 0.454.0 - version: 0.454.0(react@19.0.0-rc-65a56d0e-20241020) + specifier: 0.460.0 + version: 0.460.0(react@19.0.0-rc-65a56d0e-20241020) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1737,7 +1737,7 @@ importers: version: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1777,7 +1777,7 @@ importers: version: 1.7.0(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1812,8 +1812,8 @@ importers: specifier: 1.1.1 version: 1.1.1(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@radix-ui/react-tooltip': - specifier: 1.1.3 - version: 1.1.3(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + specifier: 1.1.4 + version: 1.1.4(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@signalco/eslint-config-signalco': specifier: workspace:* version: link:../eslint-config-signalco @@ -1843,19 +1843,19 @@ importers: version: 4.1.7 autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) classix: specifier: 2.2.0 version: 2.2.0 next: specifier: 15.0.3 - version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + version: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 postcss-preset-env: - specifier: 10.0.9 - version: 10.0.9(postcss@8.4.47) + specifier: 10.1.0 + version: 10.1.0(postcss@8.4.49) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1866,14 +1866,14 @@ importers: specifier: 7.2.0 version: 7.2.0(react@19.0.0-rc-65a56d0e-20241020) sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 tailwind-merge: specifier: 2.5.4 version: 2.5.4 tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1898,7 +1898,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1923,7 +1923,7 @@ importers: version: link:../tsconfig tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -1958,8 +1958,8 @@ importers: specifier: workspace:* version: link:../ui-themes-minimal '@tanstack/react-query': - specifier: 5.59.20 - version: 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + specifier: 5.60.5 + version: 5.60.5(react@19.0.0-rc-65a56d0e-20241020) '@types/node': specifier: 22.7.9 version: 22.7.9 @@ -1971,13 +1971,13 @@ importers: version: types-react-dom@19.0.0-rc.1 autoprefixer: specifier: 10.4.20 - version: 10.4.20(postcss@8.4.47) + version: 10.4.20(postcss@8.4.49) postcss: - specifier: 8.4.47 - version: 8.4.47 + specifier: 8.4.49 + version: 8.4.49 postcss-preset-env: - specifier: 10.0.9 - version: 10.0.9(postcss@8.4.47) + specifier: 10.1.0 + version: 10.1.0(postcss@8.4.49) react: specifier: 19.0.0-rc-65a56d0e-20241020 version: 19.0.0-rc-65a56d0e-20241020 @@ -1988,17 +1988,17 @@ importers: specifier: 7.2.0 version: 7.2.0(react@19.0.0-rc-65a56d0e-20241020) sass: - specifier: 1.80.6 - version: 1.80.6 + specifier: 1.81.0 + version: 1.81.0 tailwindcss: - specifier: 3.4.14 - version: 3.4.14 + specifier: 3.4.15 + version: 3.4.15 tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.14) + version: 1.0.7(tailwindcss@3.4.15) tsup: specifier: 8.3.5 - version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0) + version: 8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0) typescript: specifier: 5.6.3 version: 5.6.3 @@ -2022,8 +2022,8 @@ packages: '@auth0/auth0-spa-js@2.1.3': resolution: {integrity: sha512-NMTBNuuG4g3rame1aCnNS5qFYIzsTUV5qTFPRfTyYFS1feS6jsCBR+eTq9YkxCp1yuoM2UIcjunPaoPl77U9xQ==} - '@axe-core/playwright@4.10.0': - resolution: {integrity: sha512-kEr3JPEVUSnKIYp/egV2jvFj+chIjCjPp3K3zlpJMza/CB3TFw8UZNbI9agEC2uMz4YbgAOyzlbUy0QS+OofFA==} + '@axe-core/playwright@4.10.1': + resolution: {integrity: sha512-EV5t39VV68kuAfMKqb/RL+YjYKhfuGim9rgIaQ6Vntb2HgaCaau0h98Y3WEUqW1+PbdzxDtDNjFAipbtZuBmEA==} peerDependencies: playwright-core: '>= 1.0.0' @@ -2162,17 +2162,17 @@ packages: resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} - '@blocknote/core@0.19.0': - resolution: {integrity: sha512-GSPTSL3ecMZlpOIHXDXzeLcGHGUYdwAiAUV79BFpl3F8Gx9CP8cjO5bDGml+b5MhmqEEcxZ2cDXqPIO5LxWl1Q==} + '@blocknote/core@0.19.1': + resolution: {integrity: sha512-iscYwOm5F57wA/d+4YK9Cy3k9Gi4d3uW3/QhMOBGzJ9I1OfxzSBQ45gIMLk/3n5chWz/AzeRdG3hizm3zux8iQ==} - '@blocknote/mantine@0.19.0': - resolution: {integrity: sha512-E8CGID6QcutjpVGxcpjID/q2SEuGsrqv8s5j4yU+Vt6loi81+faQbZyS+aPPW9ifusqxNqW0mZ5Okyj4f8kVZA==} + '@blocknote/mantine@0.19.1': + resolution: {integrity: sha512-Al0tPTDCIx9fFQZFf7gFB8qjMWYGYWeVZz8I1Dk3wat1SHXPa7IeM/7nvIZFnhovCo9xcZvrBPx3AgrN/RIMPg==} peerDependencies: react: ^18.0 || ^19.0 || >= 19.0.0-rc react-dom: ^18.0 || ^19.0 || >= 19.0.0-rc - '@blocknote/react@0.19.0': - resolution: {integrity: sha512-r/vyMatB7Jm+cvZ+2VnlGeZyD1AKNjTGaxpj/fBmjBGJKLkA5EVhEcDUK2CU/Sb+3olV+sNHWYpgCAuzRZjYGw==} + '@blocknote/react@0.19.1': + resolution: {integrity: sha512-gSG2KNOKdknlRcH/VkDQJbJ9UINy1dQKmiw+r4dI8DBTFEpAbtpVJplIxpSoQM17gMtX9cNWmHxO29lO6dQHSA==} peerDependencies: react: ^18.0 || ^19.0 || >= 19.0.0-rc react-dom: ^18.0 || ^19.0 || >= 19.0.0-rc @@ -2191,15 +2191,15 @@ packages: resolution: {integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==} engines: {node: '>=18'} - '@csstools/css-calc@2.0.4': - resolution: {integrity: sha512-8/iCd8lH10gKNsq5detnbGWiFd6PXK2wB8wjE6fHNNhtqvshyMrIJgffwRcw6yl/gzGTH+N1i+KRhjqHxqYTmg==} + '@csstools/css-calc@2.1.0': + resolution: {integrity: sha512-X69PmFOrjTZfN5ijxtI8hZ9kRADFSLrmmQ6hgDJ272Il049WGKpDY64KhrFm/7rbWve0z81QepawzjkKlqkNGw==} engines: {node: '>=18'} peerDependencies: '@csstools/css-parser-algorithms': ^3.0.4 '@csstools/css-tokenizer': ^3.0.3 - '@csstools/css-color-parser@3.0.5': - resolution: {integrity: sha512-4Wo8raj9YF3PnZ5iGrAl+BSsk2MYBOEUS/X4k1HL9mInhyCVftEG02MywdvelXlwZGUF2XTQ0qj9Jd398mhqrw==} + '@csstools/css-color-parser@3.0.6': + resolution: {integrity: sha512-S/IjXqTHdpI4EtzGoNCHfqraXF37x12ZZHA1Lk7zoT5pm2lMjFuqhX/89L7dqX4CcMacKK+6ZCs5TmEGb/+wKw==} engines: {node: '>=18'} peerDependencies: '@csstools/css-parser-algorithms': ^3.0.4 @@ -2228,14 +2228,14 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-color-function@4.0.5': - resolution: {integrity: sha512-6dHr2NDsBMiZCPkGDi2qMfIbzV2kWV8Dh7SVb1FZGnN/r2TI4TSAkVF8rCG5L70yQZHMcQGB84yp8Zm+RGhoHA==} + '@csstools/postcss-color-function@4.0.6': + resolution: {integrity: sha512-EcvXfC60cTIumzpsxWuvVjb7rsJEHPvqn3jeMEBUaE3JSc4FRuP7mEQ+1eicxWmIrs3FtzMH9gR3sgA5TH+ebQ==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 - '@csstools/postcss-color-mix-function@3.0.5': - resolution: {integrity: sha512-jgq0oGbit7TxWYP8y2hWWfV64xzcAgJk54PBYZ2fDrRgEDy1l5YMCrFawnn+5JETh/E1jjXPDFhFEYhwr3vA3g==} + '@csstools/postcss-color-mix-function@3.0.6': + resolution: {integrity: sha512-jVKdJn4+JkASYGhyPO+Wa5WXSx1+oUgaXb3JsjJn/BlrtFh5zjocCY7pwWi0nuP24V1fY7glQsxEYcYNy0dMFg==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2246,8 +2246,8 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-exponential-functions@2.0.4': - resolution: {integrity: sha512-xmzFCGTkkLDs7q9vVaRGlnu8s51lRRJzHsaJ/nXmkQuyg0q7gh7rTbJ0bY5sSVet+KB7MTIxRXRUCl2tm7RODA==} + '@csstools/postcss-exponential-functions@2.0.5': + resolution: {integrity: sha512-mi8R6dVfA2nDoKM3wcEi64I8vOYEgQVtVKCfmLHXupeLpACfGAided5ddMt5f+CnEodNu4DifuVwb0I6fQDGGQ==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2258,20 +2258,20 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-gamut-mapping@2.0.5': - resolution: {integrity: sha512-VQDayRhC/Mg1fuo8/4F43La5aROgvVyqtCqdNyGvRKi6L1+zXfwQ583nImi7k/gn2GNJH82Bf9mutTuT1GtXzA==} + '@csstools/postcss-gamut-mapping@2.0.6': + resolution: {integrity: sha512-0ke7fmXfc8H+kysZz246yjirAH6JFhyX9GTlyRnM0exHO80XcA9zeJpy5pOp5zo/AZiC/q5Pf+Hw7Pd6/uAoYA==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 - '@csstools/postcss-gradients-interpolation-method@5.0.5': - resolution: {integrity: sha512-l3ShDdAt/szbyBh3Jz27MRFt5WPAbnVCMsU7Vs7EbBxJQNgVDrcu1APBB2nPagDJOyhI6/IahuW7nb6grWVTpA==} + '@csstools/postcss-gradients-interpolation-method@5.0.6': + resolution: {integrity: sha512-Itrbx6SLUzsZ6Mz3VuOlxhbfuyLTogG5DwEF1V8dAi24iMuvQPIHd7Ti+pNDp7j6WixndJGZaoNR0f9VSzwuTg==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 - '@csstools/postcss-hwb-function@4.0.5': - resolution: {integrity: sha512-bPn/SQyiiYjWkwK2ykc7O9LliMR50YfUGukd6jQI2okHzB7NxNt/IS45tS1Muk7Hhf3B9Lbmg1Ofq36tBmM92Q==} + '@csstools/postcss-hwb-function@4.0.6': + resolution: {integrity: sha512-927Pqy3a1uBP7U8sTfaNdZVB0mNXzIrJO/GZ8us9219q9n06gOqCdfZ0E6d1P66Fm0fYHvxfDbfcUuwAn5UwhQ==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2330,8 +2330,8 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-media-minmax@2.0.4': - resolution: {integrity: sha512-zgdBOCI9aKoy5GK9tb/3ve0pl7vH0HJg7rfQEWT3TZiIKh7XEWucDSTSwnwgdgtgz50UxrOfbK+C59M+u2fE2Q==} + '@csstools/postcss-media-minmax@2.0.5': + resolution: {integrity: sha512-sdh5i5GToZOIAiwhdntRWv77QDtsxP2r2gXW/WbLSCoLr00KTq/yiF1qlQ5XX2+lmiFa8rATKMcbwl3oXDMNew==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2354,8 +2354,8 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-oklab-function@4.0.5': - resolution: {integrity: sha512-19bsJQFyJNSEhpaVq0Mq1E0HDXfx8qMHa/bR1MaHr1UD4DWvM2/J6YXb9OVGS7eFl92Y3c84Yggn9uFv13vsiQ==} + '@csstools/postcss-oklab-function@4.0.6': + resolution: {integrity: sha512-Hptoa0uX+XsNacFBCIQKTUBrFKDiplHan42X73EklG6XmQLG7/aIvxoNhvZ7PvOWMt67Pw3bIlUY2nD6p5vL8A==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2366,8 +2366,14 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-relative-color-syntax@3.0.5': - resolution: {integrity: sha512-5VrE4hAwv/ZpuL1Yo0ZGGFi1QPpIikp/rzz7LnpQ31ACQVRIA5/M9qZmJbRlZVsJ4bUFSQ3dq6kHSHrCt2uM6Q==} + '@csstools/postcss-random-function@1.0.1': + resolution: {integrity: sha512-Ab/tF8/RXktQlFwVhiC70UNfpFQRhtE5fQQoP2pO+KCPGLsLdWFiOuHgSRtBOqEshCVAzR4H6o38nhvRZq8deA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-relative-color-syntax@3.0.6': + resolution: {integrity: sha512-yxP618Xb+ji1I624jILaYM62uEmZcmbdmFoZHoaThw896sq0vU39kqTTF+ZNic9XyPtPMvq0vyvbgmHaszq8xg==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2378,8 +2384,14 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-stepped-value-functions@4.0.4': - resolution: {integrity: sha512-JjShuWZkmIOT8EfI7lYjl7V5qM29LNDdnnSo5O7v/InJJHfeiQjtxyAaZzKGXzpkghPrCAcgLfJ+IyqTdXo7IA==} + '@csstools/postcss-sign-functions@1.0.0': + resolution: {integrity: sha512-cUpr5W8eookBi5TiLSvx1HL6DFoTTgcj2pmiVNd63y2JHhvtpnJs3sfsFMmLhB42yTRS02tFPsNz3Q5zeN8ZVA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-stepped-value-functions@4.0.5': + resolution: {integrity: sha512-G6SJ6hZJkhxo6UZojVlLo14MohH4J5J7z8CRBrxxUYy9JuZiIqUo5TBYyDGcE0PLdzpg63a7mHSJz3VD+gMwqw==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -2390,8 +2402,8 @@ packages: peerDependencies: postcss: ^8.4 - '@csstools/postcss-trigonometric-functions@4.0.4': - resolution: {integrity: sha512-nn+gWTZZlSnwbyUtGQCnvBXIx1TX+HVStvIm3221dWGQvp47bB5giMBbuAK4a/UJGBbfDQhGKEbYq++WWM1i1A==} + '@csstools/postcss-trigonometric-functions@4.0.5': + resolution: {integrity: sha512-/YQThYkt5MLvAmVu7zxjhceCYlKrYddK6LEmK5I4ojlS6BmO9u2yO4+xjXzu2+NPYmHSTtP4NFSamBCMmJ1NJA==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -3797,8 +3809,8 @@ packages: '@types/react-dom': optional: true - '@radix-ui/react-tooltip@1.1.3': - resolution: {integrity: sha512-Z4w1FIS0BqVFI2c1jZvb/uDVJijJjJ2ZMuPV81oVgTZ7g3BZxobplnMVvXtFWgtozdvYJ+MFWtwkM5S2HnAong==} + '@radix-ui/react-tooltip@1.1.4': + resolution: {integrity: sha512-QpObUH/ZlpaO4YgHSaYzrLO2VuO+ZBFFgGzjMUPwtiYnAzzNNDPJeEGRrT7qNOrWm/Jr08M1vlp+vTHtnSQ0Uw==} peerDependencies: '@types/react': npm:types-react@19.0.0-rc.1 '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 @@ -3900,8 +3912,8 @@ packages: peerDependencies: react: ^18.0 || ^19.0 || ^19.0.0-rc - '@react-email/code-block@0.0.9': - resolution: {integrity: sha512-Zrhc71VYrSC1fVXJuaViKoB/dBjxLw6nbE53Bm/eUuZPdnnZ1+ZUIh8jfaRKC5MzMjgnLGQTweGXVnfIrhyxtQ==} + '@react-email/code-block@0.0.10': + resolution: {integrity: sha512-xx4m5Ir1cSFbz1bhyZfETUW34iQg+WRLTItW7Qv2arnFr6Ec0u8AWi4lUUqkpmbXzeuY8U8lV+2awDerwRpW6g==} engines: {node: '>=18.0.0'} peerDependencies: react: ^18.0 || ^19.0 || ^19.0.0-rc @@ -3918,8 +3930,8 @@ packages: peerDependencies: react: ^18.0 || ^19.0 || ^19.0.0-rc - '@react-email/components@0.0.27': - resolution: {integrity: sha512-4oIEL2m6HrL9GMClgj9EHg2o6ffFvoIB5YMaK+lk+AuICvNHh3TwveYi1xLYH1PZZB7fV83Vml8MWjbnOdrl8w==} + '@react-email/components@0.0.28': + resolution: {integrity: sha512-90ayLWy1g2uqlZVcwonfq1oKUlAnQBUJ4iUnGXg0UuBPAeoqxSG1BFrVDmLSX0u5MG/wtmFPFPxhq+v8roq+sA==} engines: {node: '>=18.0.0'} peerDependencies: react: ^18.0 || ^19.0 || ^19.0.0-rc @@ -4002,8 +4014,8 @@ packages: peerDependencies: react: ^18.0 || ^19.0 || ^19.0.0-rc - '@react-email/tailwind@1.0.1': - resolution: {integrity: sha512-CPCIV1u8Voc6CMoYvd/wcgJek0uOsWNMNMUIJjJItb0+NflIeVg3gn49/zyrCqfturx7QIXTykkL82+5V7kKuA==} + '@react-email/tailwind@1.0.2': + resolution: {integrity: sha512-P106AouxGQCCvapE5/HJT5rmNma+UJwG3A0MF6+4me7Usf+VNyJ5Jk0eSdsZ1zEfY3AbUSs+F7ql3oWztCg9nw==} engines: {node: '>=18.0.0'} peerDependencies: react: ^18.0 || ^19.0 || ^19.0.0-rc @@ -4035,11 +4047,11 @@ packages: '@redocly/ajv@8.11.2': resolution: {integrity: sha512-io1JpnwtIcvojV7QKDUSIuMN/ikdOUd1ReEnUnMKGfDVridQZ31J0MmIuqwuRjWDZfmvr+Q0MqCcfHM2gTivOg==} - '@redocly/config@0.11.0': - resolution: {integrity: sha512-vAc77vCuWsVgLx2LN02P6jqLBhHuot6O1LsSJEAAkWEvXARSGSQVon50QW7jlbCMg9OFTYYYRPN4W6K/YmnM3w==} + '@redocly/config@0.16.0': + resolution: {integrity: sha512-t9jnODbUcuANRSl/K4L9nb12V+U5acIHnVSl26NWrtSdDZVtoqUXk2yGFPZzohYf62cCfEQUT8ouJ3bhPfpnJg==} - '@redocly/openapi-core@1.25.3': - resolution: {integrity: sha512-dqJkyydgagW3FXX5cjtSUAnabsld4K6yq7RFgQ+ngI1m43PkEoSQt8pp+SfQDszSEoMbc7QKj8afbe7mZw17TA==} + '@redocly/openapi-core@1.25.11': + resolution: {integrity: sha512-bH+a8izQz4fnKROKoX3bEU8sQ9rjvEIZOqU6qTmxlhOJ0NsKa5e+LmU18SV0oFeg5YhWQhhEDihXkvKJ1wMMNQ==} engines: {node: '>=14.19.0', npm: '>=7.0.0'} '@remirror/core-constants@3.0.0': @@ -4189,105 +4201,105 @@ packages: '@socket.io/component-emitter@3.1.2': resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} - '@storybook/addon-actions@8.4.2': - resolution: {integrity: sha512-+hA200XN5aeA4T3jq8IifQq6Y+9FyNQ0Q+blM1L0Tl7WLzBc7B1kHQnKvhSj5pvMSBWc/Q/kY7Ev5t9gdOu13g==} + '@storybook/addon-actions@8.4.4': + resolution: {integrity: sha512-+Dd6alcieS6UN7IKhXLuhyQYQMu9HG/Tdr790a4EOQKpJM1NxIMuPuUH3fAoKfa9VhtI1BxTBr7zNtzg9Akqhg==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-backgrounds@8.4.2': - resolution: {integrity: sha512-s4uag5VKuk8q2MSnuNS7Sv+v1/mykzGPXe/zZRW2ammtkdHp8Uy78eQS2G0aiG02chXCX+qQgWMyy5QItDcTFQ==} + '@storybook/addon-backgrounds@8.4.4': + resolution: {integrity: sha512-asaGD4ruIPFthyhpByQSJagvtNN7EGKdHj5yMnsMvkSXnN0r1uVkI2/Z37hmLt02Qbzf6OQiBPW5TDL+X+EEBg==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-controls@8.4.2': - resolution: {integrity: sha512-raCbHEj1xl4F3wKH6IdfEXNRaxKpY4QGhjSTE8Pte5iJSVhKG86taLqqRr+4dC7H1/LVMPU1XCGV4mkgDGtyxQ==} + '@storybook/addon-controls@8.4.4': + resolution: {integrity: sha512-FbZRbwJQggLz6M3zB6scCp1SDGwQ5zdiD6sjBilZzgGO5rBFqG0A8PoOyr4iPrLU2y/NZBdRrJBD+6MkaJ+yzw==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-docs@8.4.2': - resolution: {integrity: sha512-jIpykha7hv2Inlrq31ZoYg2QhuCuvcO+Q+uvhT45RDTB+2US/fg3rJINKlw2Djq8RPPOXvty5W0yvE6CrWKhnQ==} + '@storybook/addon-docs@8.4.4': + resolution: {integrity: sha512-wuHaStfpd2rkAN5Lf0qmvE3JKTHTEDbnAMTvfs9inzGBL0iAwBLjW48/ll7lLkJ2E3k/FQtaevNpuc7C52u1Bw==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-essentials@8.4.2': - resolution: {integrity: sha512-+/vfPrXM/GWU3Kbrg92PepwAZr7lOeulTTYF4THK0CL3DfUUlkGNpBPLP5PtjCuIkVrTCjXiIEdVWk47d5m2+w==} + '@storybook/addon-essentials@8.4.4': + resolution: {integrity: sha512-0ObUQ98zZkeWqP2k3Un5jny3WxT3THgUKZUGD+mR8eq6CuTmJ3bUXWzDHreuDxQwgr8s5f04XD8IcRvjZ9IRgA==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-highlight@8.4.2': - resolution: {integrity: sha512-vTtwp7nyJ09SXrsMnH+pukCjHjRMjQXgHZHxvbrv09uoH8ldQMv9B7u+X+9Wcy/jYSKFz/ng7pWo4b4a2oXHkg==} + '@storybook/addon-highlight@8.4.4': + resolution: {integrity: sha512-k7EUxiMe8RCasmgfa6ZKx7UG6kU9RooTYGwqY5TG5xAQOzDwKn4qom+OYkT/9/6lORhJrUe2GgQLCrq/WGpS1A==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-links@8.4.2': - resolution: {integrity: sha512-8nncReA/drR2cyAcUz484FIv+MXbyCQxYrA6yfWHthZfGu+vMIETvhh+eP4OpluVnxySoQ+hCVK/V8G2jcyAZg==} + '@storybook/addon-links@8.4.4': + resolution: {integrity: sha512-hqTv06fPq9k5GUZD8JR49ANw5sBg8EYAsuCNoSd9OwVSBO/3y53HrMA0NCILUK8hnupPvtBuKXXoHmHes9R+1g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.2 + storybook: ^8.4.4 peerDependenciesMeta: react: optional: true - '@storybook/addon-measure@8.4.2': - resolution: {integrity: sha512-z+j6xQwcUBSpgzl1XDU+xU4YYgLraLMljECW7NvRNyJ/PYixvol8R3wtzWbr+CBpxmvbXjEJCPlF+EjF9/mBWQ==} + '@storybook/addon-measure@8.4.4': + resolution: {integrity: sha512-KsjrwrXwrI+z7hKKfjyY1w1b0gLSLZmp15vIRJMELybWV0+4bZFLJGwMBOQFx+aWBED8yZrRV9OjTmoczawsZg==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-outline@8.4.2': - resolution: {integrity: sha512-oTMlPEyT4CBqzcQbfemoJzJ6yzeRAmvrAx9ssaBcnQQRsKxo0D2Ri/Jmm6SNcR0yBHxYRkvIH+2phLw8aiflCQ==} + '@storybook/addon-outline@8.4.4': + resolution: {integrity: sha512-CVS1dm6BNUWKGrJj9E1ThBp5Khe6Yw+Hhz6OFxrPZfoTr6RstwoTmvSpKjDUCn8zj6ujoORdiQUh1FsHOxAPBg==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-themes@8.4.2': - resolution: {integrity: sha512-SEeADvNxdkgfCEK4kxuV5w0ZFkdWQjJ3GySgLaXZM7FkEySfHyRIvkcoJml6Q0zJdChywVYNTRXonL0hmBlo7Q==} + '@storybook/addon-themes@8.4.4': + resolution: {integrity: sha512-RHyGQqBsnMrVtTJZtYhm2P33Bmp0d8z22/22Uxp5ux9irhp3s3TYRB5Q1CdyfulgM7JaN2l5GfXHUaytb2UiPA==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-toolbars@8.4.2': - resolution: {integrity: sha512-DidzW/NQS224niMJIjcJI2ls83emqygUcS9GYNGgdc5Xwro/TPgGYOXP2qnXgYUxXQTHbrxmIbHdEehxC7CcYQ==} + '@storybook/addon-toolbars@8.4.4': + resolution: {integrity: sha512-ENPshJMDpfzOJ4Tgm1hSzQoaEmgDxCtP6C8LKk4MOd3X92MJ7p6kfb3y3R1BLg4E/g90qp6lKPFdcohS2tKCgQ==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/addon-viewport@8.4.2': - resolution: {integrity: sha512-qVQ2UaxCNsUSFHnAAAizNPIJ/QwfMg7p5bBdpYROTZXJe+bxVp0rFzZmQgHZ3/sn+lzE4ItM4QEfxkfQUWi1ag==} + '@storybook/addon-viewport@8.4.4': + resolution: {integrity: sha512-SRHJlLhf3tu7+sYNfVIYTeMegn6aiv4HGX97ZLvL76NWWBU8BntQ1LKMki7475mWiZNUFMoYYPsHlG+HU9FAtg==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/blocks@8.4.2': - resolution: {integrity: sha512-yAAvmOWaD8gIrepOxCh/RxQqd/1xZIwd/V+gsvAhW/thawN+SpI+zK63gmcqAPLX84hJ3Dh5pegRk0SoHNuDVA==} + '@storybook/blocks@8.4.4': + resolution: {integrity: sha512-LwM3guL7uWpYR1a/SY0KZjCUskTKEaS22eF7GK8iXAV5BY4KpKr6ArW4O9orK29KtFwKhDZQLcMcECsOJBVk/A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.2 + storybook: ^8.4.4 peerDependenciesMeta: react: optional: true react-dom: optional: true - '@storybook/builder-vite@8.4.2': - resolution: {integrity: sha512-dO5FB5yH1C6tr/kBHn1frvGwp8Pt0D1apgXWkJ5ITWEUfh6WwOqX2fqsWsqaNwE7gP0qn0XgwCIEkI/4Mj55SA==} + '@storybook/builder-vite@8.4.4': + resolution: {integrity: sha512-UfPzE0p2xvBK7sA853N3VN+Plfw6/DIVppwbgsaRdzie52QXZQrl60u0igD47DHi6+xbqCBWDz7up4h3k00Z5A==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 vite: ^4.0.0 || ^5.0.0 - '@storybook/components@8.4.2': - resolution: {integrity: sha512-+W59oF7D73LAxLNmCfFrfs98cH9pyNHK9HlJoO5/lKbK4IdWhhOoqUR/AJ3ueksoLuetFat4DxyE8SN1H4Bvrg==} + '@storybook/components@8.4.4': + resolution: {integrity: sha512-0BSZVmsk23C0BSRKx3liZSVQFXtoF86XQFdNQxjrXIwdHIEN7TcL3DwcxeVUU5ilGp7HeDgAydGNIPGgTeEe6g==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/core@8.4.2': - resolution: {integrity: sha512-hF8GWoUZTjwwuV5j4OLhMHZtZQL/NYcVUBReC2Ba06c8PkFIKqKZwATr1zKd301gQ5Qwcn9WgmZxJTMgdKQtOg==} + '@storybook/core@8.4.4': + resolution: {integrity: sha512-WjTmJpsHsFCd7tQ/8jFpDWjhntauXcWYYTcEZk56Pq4miyNrrXhV0S80Gxv3Uvzk0jocgtT2AKf8rQuH2UkQEg==} peerDependencies: prettier: ^2 || ^3 peerDependenciesMeta: prettier: optional: true - '@storybook/csf-plugin@8.4.2': - resolution: {integrity: sha512-1f0t6W5xbC1sSAHHs3uXYPIQs2NXAEtIGqn6X9i3xbbub6hDS8PF8BIm7dOjQ8dZOPp7d9ltR64V5CoLlsOigA==} + '@storybook/csf-plugin@8.4.4': + resolution: {integrity: sha512-4+6SUhp5sEJN9BY5RuxcFKvJbOqCzIUp9oHSSz36hkP07a4QH+SwxfEd0U7JRfmPpB63L+izywTzWhdADiAMOQ==} peerDependencies: - storybook: ^8.4.2 + storybook: ^8.4.4 '@storybook/csf@0.1.11': resolution: {integrity: sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==} @@ -4302,40 +4314,40 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/manager-api@8.4.2': - resolution: {integrity: sha512-rhPc4cgQDKDH8NUyRh/ZaJW7QIhR/PO5MNX4xc+vz71sM2nO7ONA/FrgLtCuu4SULdwilEPvGefYvLK0dE+Caw==} + '@storybook/manager-api@8.4.4': + resolution: {integrity: sha512-rmNPcbEyzakEHoaecUbhkW7WWOkyZ0z7ywH4d5/s0ZuQS57Px2N+ZLVgRJwYK+YNHiJYqDf1BTln9YJ/Mt1L6Q==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/preview-api@8.4.2': - resolution: {integrity: sha512-5X/xvIvDPaWJKUBCo5zVeBbbjkhnwcI2KPkuOgrHVRRhuQ5WqD0RYxVtOOFNyQXme7g0nNl5RFNgvT7qv9qGeg==} + '@storybook/preview-api@8.4.4': + resolution: {integrity: sha512-iZrWQcjRBqBHFdDXVxGpw6mHBZMCMYqhWXdyJ0d1S2y3PwcfOjkcXlQ1UiAenFHlA6dKrcYw8luKUQTL9bKReA==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/react-dom-shim@8.4.2': - resolution: {integrity: sha512-FZVTM1f34FpGnf6e3MDIKkz05gmn8H9wEccvQAgr8pEFe8VWfrpVWeUrmatSAfgrCMNXYC1avDend8UX6IM8Fg==} + '@storybook/react-dom-shim@8.4.4': + resolution: {integrity: sha512-kufv2FDK3kjADBo+/aKHsUn9T5E4p9IBAmCoIvXBGRDumPRds7Pt3MB4ODKlg+IumR7LMEq0jTJkn27ZRTuUmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.2 + storybook: ^8.4.4 - '@storybook/react-vite@8.4.2': - resolution: {integrity: sha512-OoXaW/V1AqLggMyniRcnuwmqQ1/OtSn38t31lePX4nDDeJhbGT3ZPldRrwvsLb0EaD3N27uoL+QbAOgsYJIhwA==} + '@storybook/react-vite@8.4.4': + resolution: {integrity: sha512-NbTAY4R526hJ+gz7BFLS1HpGx3BikQDbq1BuEcaWsf/rJnygwlzeQmdPyfrfNC8R0ufIKRWUiPrPmMvrf8ZI6A==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.2 + storybook: ^8.4.4 vite: ^4.0.0 || ^5.0.0 - '@storybook/react@8.4.2': - resolution: {integrity: sha512-rO5/aVKBVhIKENcL7G8ud4QKC5OyWBPCkJIvY6XUHIuhErJy9/4pP+sZ85jypVwx5kq+EqCPF8AEOWjIxB/4/Q==} + '@storybook/react@8.4.4': + resolution: {integrity: sha512-92lGnRcAI2qW6zH8GMBScyXmOS1ANI8ZuSP4ExQj+lGsCrAr7PBr0wuHy3wIn1YyAvQGPUn/mpYrmMz08c2HfA==} engines: {node: '>=18.0.0'} peerDependencies: - '@storybook/test': 8.4.2 + '@storybook/test': 8.4.4 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.2 + storybook: ^8.4.4 typescript: '>= 4.2.x' peerDependenciesMeta: '@storybook/test': @@ -4343,13 +4355,13 @@ packages: typescript: optional: true - '@storybook/theming@8.4.2': - resolution: {integrity: sha512-9j4fnu5LcV+qSs1rdwf61Bt14lms0T1LOZkHxGNcS1c1oH+cPS+sxECh2lxtni+mvOAHUlBs9pKhVZzRPdWpvg==} + '@storybook/theming@8.4.4': + resolution: {integrity: sha512-iq4yt3Fx35ZV5owNC//E6G+QPV19xHHVN2Ugi3p7KOSFK3chuXX9mxZ1rfir+t+U30a5EPOEnlsY3/1LXn7aTw==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@stripe/stripe-js@4.9.0': - resolution: {integrity: sha512-tMPZQZZXGWyNX7hbgenq+1xEj2oigJ54XddbtSX36VedoKsPBq7dxwRXu4Xd5FdpT3JDyyDtnmvYkaSnH1yHTQ==} + '@stripe/stripe-js@4.10.0': + resolution: {integrity: sha512-KrMOL+sH69htCIXCaZ4JluJ35bchuCCznyPyrbN8JXSGQfwBI1SuIEMZNwvy8L8ykj29t6sa5BAAiL7fNoLZ8A==} engines: {node: '>=12.16'} '@swc/core-darwin-arm64@1.7.22': @@ -4438,20 +4450,20 @@ packages: peerDependencies: tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20' - '@tanstack/query-core@5.59.20': - resolution: {integrity: sha512-e8vw0lf7KwfGe1if4uPFhvZRWULqHjFcz3K8AebtieXvnMOz5FSzlZe3mTLlPuUBcydCnBRqYs2YJ5ys68wwLg==} + '@tanstack/query-core@5.60.5': + resolution: {integrity: sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==} '@tanstack/query-devtools@5.59.20': resolution: {integrity: sha512-vxhuQ+8VV4YWQSFxQLsuM+dnEKRY7VeRzpNabFXdhEwsBYLrjXlF1pM38A8WyKNLqZy8JjyRO8oP4Wd/oKHwuQ==} - '@tanstack/react-query-devtools@5.59.20': - resolution: {integrity: sha512-AL/eQS1NFZhwwzq2Bq9Gd8wTTH+XhPNOJlDFpzPMu9NC5CQVgA0J8lWrte/sXpdWNo5KA4hgHnEdImZsF4h6Lw==} + '@tanstack/react-query-devtools@5.60.5': + resolution: {integrity: sha512-lzANl0ih3CNKBGUoXhhkAAHI1Y4Yqs9Jf3iuTUsGiPpmF0RWXTeYFaQxc+h1PhJz3VwYrIYCwmPoNts0mSjSuA==} peerDependencies: - '@tanstack/react-query': ^5.59.20 + '@tanstack/react-query': ^5.60.5 react: ^18 || ^19 - '@tanstack/react-query@5.59.20': - resolution: {integrity: sha512-Zly0egsK0tFdfSbh5/mapSa+Zfc3Et0Zkar7Wo5sQkFzWyB3p3uZWOHR2wrlAEEV2L953eLuDBtbgFvMYiLvUw==} + '@tanstack/react-query@5.60.5': + resolution: {integrity: sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q==} peerDependencies: react: ^18 || ^19 @@ -4821,8 +4833,8 @@ packages: '@types/yargs@13.0.12': resolution: {integrity: sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==} - '@typescript-eslint/eslint-plugin@8.13.0': - resolution: {integrity: sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==} + '@typescript-eslint/eslint-plugin@8.14.0': + resolution: {integrity: sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -4832,8 +4844,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.13.0': - resolution: {integrity: sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==} + '@typescript-eslint/parser@8.14.0': + resolution: {integrity: sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -4842,12 +4854,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.13.0': - resolution: {integrity: sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==} + '@typescript-eslint/scope-manager@8.14.0': + resolution: {integrity: sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.13.0': - resolution: {integrity: sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==} + '@typescript-eslint/type-utils@8.14.0': + resolution: {integrity: sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -4855,12 +4867,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.13.0': - resolution: {integrity: sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==} + '@typescript-eslint/types@8.14.0': + resolution: {integrity: sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.13.0': - resolution: {integrity: sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==} + '@typescript-eslint/typescript-estree@8.14.0': + resolution: {integrity: sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -4868,29 +4880,44 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.13.0': - resolution: {integrity: sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==} + '@typescript-eslint/utils@8.14.0': + resolution: {integrity: sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@8.13.0': - resolution: {integrity: sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==} + '@typescript-eslint/visitor-keys@8.14.0': + resolution: {integrity: sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@vercel/analytics@1.3.2': - resolution: {integrity: sha512-n/Ws7skBbW+fUBMeg+jrT30+GP00jTHvCcL4fuVrShuML0uveEV/4vVUdvqEVnDgXIGfLm0GXW5EID2mCcRXhg==} + '@vercel/analytics@1.4.0': + resolution: {integrity: sha512-eUwWW7l8nPJb0nJmjZuYp9o7YZ9XPj67lU9mEogaPXiFxq/SFB5DMnvQVk4aKcL8kFgotiYdDZWxdiNcWo7cgg==} peerDependencies: + '@remix-run/react': ^2 + '@sveltejs/kit': ^1 || ^2 next: '>= 13' - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: ^18 || ^19 || ^19.0.0-rc + svelte: '>= 4' + vue: ^3 + vue-router: ^4 peerDependenciesMeta: + '@remix-run/react': + optional: true + '@sveltejs/kit': + optional: true next: optional: true react: optional: true + svelte: + optional: true + vue: + optional: true + vue-router: + optional: true '@vercel/speed-insights@1.1.0': resolution: {integrity: sha512-rAXxuhhO4mlRGC9noa5F7HLMtGg8YF1zAN6Pjd1Ny4pII4cerhtwSG4vympbCl+pWkH7nBS9kVXRD4FAn54dlg==} @@ -5160,6 +5187,10 @@ packages: resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==} engines: {node: '>=4'} + axe-core@4.10.2: + resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} + engines: {node: '>=4'} + axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} @@ -5472,8 +5503,8 @@ packages: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} - cssdb@8.1.2: - resolution: {integrity: sha512-ba3HmHU/lxy9nfz/fQLA/Ul+/oSdSOXqoR53BDmRvXTfRbkGqHKqr2rSxADYMRF4uD8vZhMlCQ6c5TEfLLkkVA==} + cssdb@8.2.1: + resolution: {integrity: sha512-KwEPys7lNsC8OjASI8RrmwOYYDcm0JOW9zQhcV83ejYcQkirTEyeAGui8aO2F5PiS6SLpxuTzl6qlMElIdsgIg==} cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} @@ -5878,8 +5909,8 @@ packages: typescript: optional: true - eslint-config-turbo@2.2.3: - resolution: {integrity: sha512-/zwNU+G2w0HszXzWILdl6/Catt86ejUG7vsFSdpnFzFAAUbbT2TxgoCFvC1fKtm6+SkQsXwkRRe9tFz0aMftpg==} + eslint-config-turbo@2.3.0: + resolution: {integrity: sha512-Nm9WZgNoUIJw4bpYQugGCDjzYy1TlUD4sQ/nGblL+HdNqJWCj5NqXbJ1k+TBfYedhr65dlGoAFPYUOfjUOmKVg==} peerDependencies: eslint: '>6.6.0' @@ -5952,8 +5983,8 @@ packages: peerDependencies: tailwindcss: ^3.4.0 - eslint-plugin-turbo@2.2.3: - resolution: {integrity: sha512-LHt35VwxthdGVO6hQRfvmFb6ee8/exAzAYWCy4o87Bnp7urltP8qg7xMd4dPSLAhtfnI2xSo1WgeVaR3MeItxw==} + eslint-plugin-turbo@2.3.0: + resolution: {integrity: sha512-2iVUoIhrjp6kI8p0J4NewKPpXaKrHvL4K4eRnNXbqZvP/7xsm4Of+33B3b7m7OsS0UgX8HHOjlB9bEjigKMkMA==} peerDependencies: eslint: '>6.6.0' @@ -6394,8 +6425,8 @@ packages: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} - immutable@4.3.5: - resolution: {integrity: sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==} + immutable@5.0.2: + resolution: {integrity: sha512-1NU7hWZDkV7hJ4PJ9dur9gTNQ4ePNPN4k9/0YhwjzykTi/+3Q5pF93YU5QoVj8BuOnhLgaY8gs0U2pj4kSYVcw==} import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -6813,8 +6844,8 @@ packages: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} - lucide-react@0.454.0: - resolution: {integrity: sha512-hw7zMDwykCLnEzgncEEjHeA6+45aeEzRYuKHuyRSOPkhko+J3ySGjGIzu+mmMfDFG1vazHepMaYFYHbTFAZAAQ==} + lucide-react@0.460.0: + resolution: {integrity: sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc @@ -7100,6 +7131,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'} @@ -7325,8 +7360,8 @@ packages: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} - openai@4.71.1: - resolution: {integrity: sha512-C6JNMaQ1eijM0lrjiRUL3MgThVP5RdwNAghpbJFdW0t11LzmyqON8Eh8MuUuEZ+CeD6bgYl2Fkn2BoptVxv9Ug==} + openai@4.72.0: + resolution: {integrity: sha512-hFqG9BWCs7L7ifrhJXw7mJXmUBr7d9N6If3J9563o0jfwVA4wFANFDDaOIWFdgDdwgCXg5emf0Q+LoLCGszQYA==} hasBin: true peerDependencies: zod: ^3.23.8 @@ -7343,8 +7378,8 @@ packages: openapi-typescript-helpers@0.0.15: resolution: {integrity: sha512-opyTPaunsklCBpTK8JGef6mfPhLSnyy5a0IN9vKtx3+4aExf+KxEqYwIy3hqkedXIB97u357uLMJsOnm3GVjsw==} - openapi-typescript@7.4.2: - resolution: {integrity: sha512-SvhmSTItcEAdDUcz+wzrcg6OENpMRkHqqY2hZB01FT+NOfgLcZ1B1ML6vcQrnipONHtG9AQELiKHgGTjpNGjiQ==} + openapi-typescript@7.4.3: + resolution: {integrity: sha512-xTIjMIIOv9kNhsr8JxaC00ucbIY/6ZwuJPJBZMSh5FA2dicZN5uM805DWVJojXdom8YI4AQTavPDPHMx/3g0vQ==} hasBin: true peerDependencies: typescript: ^5.x @@ -7510,8 +7545,8 @@ packages: peerDependencies: postcss: ^8.4.6 - postcss-color-functional-notation@7.0.5: - resolution: {integrity: sha512-zW97tq5t2sSSSZQcIS4y6NDZj79zVv8hrBIJ4PSFZFmMBcjYqCt8sRXFGIYZohCpfFHmimMNqJje2Qd3qqMNdg==} + postcss-color-functional-notation@7.0.6: + resolution: {integrity: sha512-wLXvm8RmLs14Z2nVpB4CWlnvaWPRcOZFltJSlcbYwSJ1EDZKsKDhPKIMecCnuU054KSmlmubkqczmm6qBPCBhA==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -7599,8 +7634,8 @@ packages: peerDependencies: postcss: ^8.4.21 - postcss-lab-function@7.0.5: - resolution: {integrity: sha512-q2M8CfQbjHxbwv1GPAny05EVuj0WByUgq/OWKgpfbTHnMchtUqsVQgaW1mztjSZ4UPufwuTLB14fmFGsoTE/VQ==} + postcss-lab-function@7.0.6: + resolution: {integrity: sha512-HPwvsoK7C949vBZ+eMyvH2cQeMr3UREoHvbtra76/UhDuiViZH6pir+z71UaJQohd7VDSVUdR6TkWYKExEc9aQ==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -7713,8 +7748,8 @@ packages: peerDependencies: postcss: ^8.4 - postcss-preset-env@10.0.9: - resolution: {integrity: sha512-mpfJWMAW6szov+ifW9HpNUUZE3BoXoHc4CDzNQHdH2I4CwsqulQ3bpFNUR6zh4tg0BUcqM7UUAbzG4UTel8QYw==} + postcss-preset-env@10.1.0: + resolution: {integrity: sha512-OfzbinZWpFcmuLB3mabsGa0NArzx5DVVtZ9G1k326iLvU7Jj9q/G3ihBu/Msi0mt96CjrM23HpbuEewDvT71KQ==} engines: {node: '>=18'} peerDependencies: postcss: ^8.4 @@ -7744,6 +7779,10 @@ packages: resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} engines: {node: '>=4'} + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + postcss-selector-parser@7.0.0: resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==} engines: {node: '>=4'} @@ -7755,8 +7794,8 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.4.47: - resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} + postcss@8.4.49: + resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -8217,8 +8256,8 @@ packages: webpack: optional: true - sass@1.80.6: - resolution: {integrity: sha512-ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg==} + sass@1.81.0: + resolution: {integrity: sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==} engines: {node: '>=14.0.0'} hasBin: true @@ -8260,9 +8299,6 @@ packages: serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - server-only@0.0.1: - resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==} - set-cookie-parser@2.6.0: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} @@ -8364,8 +8400,8 @@ packages: webpack: optional: true - storybook@8.4.2: - resolution: {integrity: sha512-GMCgyAulmLNrkUtDkCpFO4SB77YrpiIxq6e5tzaQdXEuaDu1mdNwOuP3VG7nE2FzxmqDvagSgriM68YW9iFaZA==} + storybook@8.4.4: + resolution: {integrity: sha512-xBOq3q/MuUUg3zM0imMMaK5ziKq3TO388jsnaiemJ4Uf0ZGwcHjM8HDBCDt0s5/CfsOQ49zo1ouZ3aNlu0qsUg==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -8529,6 +8565,11 @@ packages: engines: {node: '>=14.0.0'} hasBin: true + tailwindcss@3.4.15: + resolution: {integrity: sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==} + engines: {node: '>=14.0.0'} + hasBin: true + tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} @@ -8657,38 +8698,38 @@ packages: typescript: optional: true - turbo-darwin-64@2.2.3: - resolution: {integrity: sha512-Rcm10CuMKQGcdIBS3R/9PMeuYnv6beYIHqfZFeKWVYEWH69sauj4INs83zKMTUiZJ3/hWGZ4jet9AOwhsssLyg==} + turbo-darwin-64@2.3.0: + resolution: {integrity: sha512-pji+D49PhFItyQjf2QVoLZw2d3oRGo8gJgKyOiRzvip78Rzie74quA8XNwSg/DuzM7xx6gJ3p2/LylTTlgZXxQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.2.3: - resolution: {integrity: sha512-+EIMHkuLFqUdJYsA3roj66t9+9IciCajgj+DVek+QezEdOJKcRxlvDOS2BUaeN8kEzVSsNiAGnoysFWYw4K0HA==} + turbo-darwin-arm64@2.3.0: + resolution: {integrity: sha512-AJrGIL9BO41mwDF/IBHsNGwvtdyB911vp8f5mbNo1wG66gWTvOBg7WCtYQBvCo11XTenTfXPRSsAb7w3WAZb6w==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.2.3: - resolution: {integrity: sha512-UBhJCYnqtaeOBQLmLo8BAisWbc9v9daL9G8upLR+XGj6vuN/Nz6qUAhverN4Pyej1g4Nt1BhROnj6GLOPYyqxQ==} + turbo-linux-64@2.3.0: + resolution: {integrity: sha512-jZqW6vc2sPJT3M/3ZmV1Cg4ecQVPqsbHncG/RnogHpBu783KCSXIndgxvUQNm9qfgBYbZDBnP1md63O4UTElhw==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.2.3: - resolution: {integrity: sha512-hJYT9dN06XCQ3jBka/EWvvAETnHRs3xuO/rb5bESmDfG+d9yQjeTMlhRXKrr4eyIMt6cLDt1LBfyi+6CQ+VAwQ==} + turbo-linux-arm64@2.3.0: + resolution: {integrity: sha512-HUbDLJlvd/hxuyCNO0BmEWYQj0TugRMvSQeG8vHJH+Lq8qOgDAe7J0K73bFNbZejZQxW3C3XEiZFB3pnpO78+A==} cpu: [arm64] os: [linux] - turbo-windows-64@2.2.3: - resolution: {integrity: sha512-NPrjacrZypMBF31b4HE4ROg4P3nhMBPHKS5WTpMwf7wydZ8uvdEHpESVNMOtqhlp857zbnKYgP+yJF30H3N2dQ==} + turbo-windows-64@2.3.0: + resolution: {integrity: sha512-c5rxrGNTYDWX9QeMzWLFE9frOXnKjHGEvQMp1SfldDlbZYsloX9UKs31TzUThzfTgTiz8NYuShaXJ2UvTMnV/g==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.2.3: - resolution: {integrity: sha512-fnNrYBCqn6zgKPKLHu4sOkihBI/+0oYFr075duRxqUZ+1aLWTAGfHZLgjVeLh3zR37CVzuerGIPWAEkNhkWEIw==} + turbo-windows-arm64@2.3.0: + resolution: {integrity: sha512-7qfUuYhfIVb1AZgs89DxhXK+zZez6O2ocmixEQ4hXZK7ytnBt5vaz2zGNJJKFNYIL5HX1C3tuHolnpNgDNCUIg==} cpu: [arm64] os: [win32] - turbo@2.2.3: - resolution: {integrity: sha512-5lDvSqIxCYJ/BAd6rQGK/AzFRhBkbu4JHVMLmGh/hCb7U3CqSnr5Tjwfy9vc+/5wG2DJ6wttgAaA7MoCgvBKZQ==} + turbo@2.3.0: + resolution: {integrity: sha512-/uOq5o2jwRPyaUDnwBpOR5k9mQq4c3wziBgWNWttiYQPmbhDtrKYPRBxTvA2WpgQwRIbt8UM612RMN8n/TvmHA==} hasBin: true type-check@0.4.0: @@ -8899,8 +8940,8 @@ packages: util@0.12.5: resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} - uuid@11.0.2: - resolution: {integrity: sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==} + uuid@11.0.3: + resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} hasBin: true uuid@8.3.2: @@ -9184,9 +9225,9 @@ snapshots: '@auth0/auth0-spa-js@2.1.3': {} - '@axe-core/playwright@4.10.0(playwright-core@1.48.2)': + '@axe-core/playwright@4.10.1(playwright-core@1.48.2)': dependencies: - axe-core: 4.10.0 + axe-core: 4.10.2 playwright-core: 1.48.2 '@azure/abort-controller@1.1.0': @@ -9447,7 +9488,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - '@blocknote/core@0.19.0(@types/hast@3.0.4)': + '@blocknote/core@0.19.1(@types/hast@3.0.4)': dependencies: '@emoji-mart/data': 1.2.1 '@tiptap/core': 2.7.2(@tiptap/pm@2.7.2) @@ -9500,10 +9541,10 @@ snapshots: - sugar-high - supports-color - '@blocknote/mantine@0.19.0(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1)': + '@blocknote/mantine@0.19.1(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1)': dependencies: - '@blocknote/core': 0.19.0(@types/hast@3.0.4) - '@blocknote/react': 0.19.0(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) + '@blocknote/core': 0.19.1(@types/hast@3.0.4) + '@blocknote/react': 0.19.1(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@mantine/core': 7.12.0(@mantine/hooks@7.12.0(react@19.0.0-rc-65a56d0e-20241020))(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1) '@mantine/hooks': 7.12.0(react@19.0.0-rc-65a56d0e-20241020) '@mantine/utils': 6.0.22(react@19.0.0-rc-65a56d0e-20241020) @@ -9520,9 +9561,9 @@ snapshots: - sugar-high - supports-color - '@blocknote/react@0.19.0(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)': + '@blocknote/react@0.19.1(@tiptap/pm@2.7.2)(@types/hast@3.0.4)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)': dependencies: - '@blocknote/core': 0.19.0(@types/hast@3.0.4) + '@blocknote/core': 0.19.1(@types/hast@3.0.4) '@floating-ui/react': 0.26.22(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@tiptap/core': 2.7.2(@tiptap/pm@2.7.2) '@tiptap/react': 2.7.2(@tiptap/core@2.7.2(@tiptap/pm@2.7.2))(@tiptap/pm@2.7.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) @@ -9548,15 +9589,15 @@ snapshots: '@csstools/color-helpers@5.0.1': {} - '@csstools/css-calc@2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + '@csstools/css-calc@2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/css-color-parser@3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + '@csstools/css-color-parser@3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': dependencies: '@csstools/color-helpers': 5.0.1 - '@csstools/css-calc': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 @@ -9571,201 +9612,215 @@ snapshots: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-cascade-layers@5.0.1(postcss@8.4.47)': + '@csstools/postcss-cascade-layers@5.0.1(postcss@8.4.49)': dependencies: '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - '@csstools/postcss-color-function@4.0.5(postcss@8.4.47)': + '@csstools/postcss-color-function@4.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-color-mix-function@3.0.5(postcss@8.4.47)': + '@csstools/postcss-color-mix-function@3.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-content-alt-text@2.0.4(postcss@8.4.47)': + '@csstools/postcss-content-alt-text@2.0.4(postcss@8.4.49)': dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-exponential-functions@2.0.4(postcss@8.4.47)': + '@csstools/postcss-exponential-functions@2.0.5(postcss@8.4.49)': dependencies: - '@csstools/css-calc': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.4.47)': + '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.4.49)': dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-gamut-mapping@2.0.5(postcss@8.4.47)': + '@csstools/postcss-gamut-mapping@2.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-gradients-interpolation-method@5.0.5(postcss@8.4.47)': + '@csstools/postcss-gradients-interpolation-method@5.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-hwb-function@4.0.5(postcss@8.4.47)': + '@csstools/postcss-hwb-function@4.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-ic-unit@4.0.0(postcss@8.4.47)': + '@csstools/postcss-ic-unit@4.0.0(postcss@8.4.49)': dependencies: - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-initial@2.0.0(postcss@8.4.47)': + '@csstools/postcss-initial@2.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.4.47)': + '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.4.49)': dependencies: '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - '@csstools/postcss-light-dark-function@2.0.7(postcss@8.4.47)': + '@csstools/postcss-light-dark-function@2.0.7(postcss@8.4.49)': dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.4.47)': + '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-logical-overflow@2.0.0(postcss@8.4.47)': + '@csstools/postcss-logical-overflow@2.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.4.47)': + '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-logical-resize@3.0.0(postcss@8.4.47)': + '@csstools/postcss-logical-resize@3.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.4.47)': + '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.4.49)': dependencies: '@csstools/css-tokenizer': 3.0.3 - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-media-minmax@2.0.4(postcss@8.4.47)': + '@csstools/postcss-media-minmax@2.0.5(postcss@8.4.49)': dependencies: - '@csstools/css-calc': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.4.47)': + '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.4.49)': dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-nested-calc@4.0.0(postcss@8.4.47)': + '@csstools/postcss-nested-calc@4.0.0(postcss@8.4.49)': dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.4.47)': + '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-oklab-function@4.0.5(postcss@8.4.47)': + '@csstools/postcss-oklab-function@4.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.4.47)': + '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-relative-color-syntax@3.0.5(postcss@8.4.47)': + '@csstools/postcss-random-function@1.0.1(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-relative-color-syntax@3.0.6(postcss@8.4.49)': dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.4.47)': + '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - '@csstools/postcss-stepped-value-functions@4.0.4(postcss@8.4.47)': + '@csstools/postcss-sign-functions@1.0.0(postcss@8.4.49)': dependencies: - '@csstools/css-calc': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.4.47)': + '@csstools/postcss-stepped-value-functions@4.0.5(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.4.49)': dependencies: '@csstools/color-helpers': 5.0.1 - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - '@csstools/postcss-trigonometric-functions@4.0.4(postcss@8.4.47)': + '@csstools/postcss-trigonometric-functions@4.0.5(postcss@8.4.49)': dependencies: - '@csstools/css-calc': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - postcss: 8.4.47 + postcss: 8.4.49 - '@csstools/postcss-unset-value@4.0.0(postcss@8.4.47)': + '@csstools/postcss-unset-value@4.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 '@csstools/selector-resolve-nested@3.0.0(postcss-selector-parser@7.0.0)': dependencies: @@ -9775,9 +9830,9 @@ snapshots: dependencies: postcss-selector-parser: 7.0.0 - '@csstools/utilities@2.0.0(postcss@8.4.47)': + '@csstools/utilities@2.0.0(postcss@8.4.49)': dependencies: - postcss: 8.4.47 + postcss: 8.4.49 '@date-io/core@3.0.0': {} @@ -10211,13 +10266,13 @@ snapshots: '@types/istanbul-reports': 1.1.2 '@types/yargs': 13.0.12 - '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6))': + '@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6))': dependencies: glob: 7.2.3 glob-promise: 4.2.2(glob@7.2.3) magic-string: 0.27.0 react-docgen-typescript: 2.2.2(typescript@5.6.3) - vite: 5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6) + vite: 5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6) optionalDependencies: typescript: 5.6.3 @@ -10641,7 +10696,7 @@ snapshots: dependencies: detect-libc: 1.0.3 is-glob: 4.0.3 - micromatch: 4.0.7 + micromatch: 4.0.8 node-addon-api: 7.1.1 optionalDependencies: '@parcel/watcher-android-arm64': 2.4.1 @@ -10989,7 +11044,7 @@ snapshots: '@types/react': types-react@19.0.0-rc.1 '@types/react-dom': types-react-dom@19.0.0-rc.1 - '@radix-ui/react-tooltip@1.1.3(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + '@radix-ui/react-tooltip@1.1.4(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': dependencies: '@radix-ui/primitive': 1.1.0 '@radix-ui/react-compose-refs': 1.1.0(react@19.0.0-rc-65a56d0e-20241020)(types-react@19.0.0-rc.1) @@ -11074,7 +11129,7 @@ snapshots: dependencies: react: 19.0.0-rc-65a56d0e-20241020 - '@react-email/code-block@0.0.9(react@19.0.0-rc-65a56d0e-20241020)': + '@react-email/code-block@0.0.10(react@19.0.0-rc-65a56d0e-20241020)': dependencies: prismjs: 1.29.0 react: 19.0.0-rc-65a56d0e-20241020 @@ -11087,11 +11142,11 @@ snapshots: dependencies: react: 19.0.0-rc-65a56d0e-20241020 - '@react-email/components@0.0.27(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)': + '@react-email/components@0.0.28(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)': dependencies: '@react-email/body': 0.0.10(react@19.0.0-rc-65a56d0e-20241020) '@react-email/button': 0.0.18(react@19.0.0-rc-65a56d0e-20241020) - '@react-email/code-block': 0.0.9(react@19.0.0-rc-65a56d0e-20241020) + '@react-email/code-block': 0.0.10(react@19.0.0-rc-65a56d0e-20241020) '@react-email/code-inline': 0.0.4(react@19.0.0-rc-65a56d0e-20241020) '@react-email/column': 0.0.12(react@19.0.0-rc-65a56d0e-20241020) '@react-email/container': 0.0.14(react@19.0.0-rc-65a56d0e-20241020) @@ -11107,7 +11162,7 @@ snapshots: '@react-email/render': 1.0.2(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020) '@react-email/row': 0.0.11(react@19.0.0-rc-65a56d0e-20241020) '@react-email/section': 0.0.15(react@19.0.0-rc-65a56d0e-20241020) - '@react-email/tailwind': 1.0.1(react@19.0.0-rc-65a56d0e-20241020) + '@react-email/tailwind': 1.0.2(react@19.0.0-rc-65a56d0e-20241020) '@react-email/text': 0.0.10(react@19.0.0-rc-65a56d0e-20241020) react: 19.0.0-rc-65a56d0e-20241020 transitivePeerDependencies: @@ -11170,7 +11225,7 @@ snapshots: dependencies: react: 19.0.0-rc-65a56d0e-20241020 - '@react-email/tailwind@1.0.1(react@19.0.0-rc-65a56d0e-20241020)': + '@react-email/tailwind@1.0.2(react@19.0.0-rc-65a56d0e-20241020)': dependencies: react: 19.0.0-rc-65a56d0e-20241020 @@ -11224,12 +11279,12 @@ snapshots: require-from-string: 2.0.2 uri-js-replace: 1.0.1 - '@redocly/config@0.11.0': {} + '@redocly/config@0.16.0': {} - '@redocly/openapi-core@1.25.3(encoding@0.1.13)(supports-color@9.4.0)': + '@redocly/openapi-core@1.25.11(encoding@0.1.13)(supports-color@9.4.0)': dependencies: '@redocly/ajv': 8.11.2 - '@redocly/config': 0.11.0 + '@redocly/config': 0.16.0 colorette: 1.4.0 https-proxy-agent: 7.0.4(supports-color@9.4.0) js-levenshtein: 1.1.6 @@ -11378,121 +11433,121 @@ snapshots: '@socket.io/component-emitter@3.1.2': {} - '@storybook/addon-actions@8.4.2(storybook@8.4.2)': + '@storybook/addon-actions@8.4.4(storybook@8.4.4)': dependencies: '@storybook/global': 5.0.0 '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.4.2 + storybook: 8.4.4 uuid: 9.0.1 - '@storybook/addon-backgrounds@8.4.2(storybook@8.4.2)': + '@storybook/addon-backgrounds@8.4.4(storybook@8.4.4)': dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 - '@storybook/addon-controls@8.4.2(storybook@8.4.2)': + '@storybook/addon-controls@8.4.4(storybook@8.4.4)': dependencies: '@storybook/global': 5.0.0 dequal: 2.0.3 - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 - '@storybook/addon-docs@8.4.2(storybook@8.4.2)(types-react@19.0.0-rc.1)': + '@storybook/addon-docs@8.4.4(storybook@8.4.4)(types-react@19.0.0-rc.1)': dependencies: '@mdx-js/react': 3.1.0(react@18.3.1)(types-react@19.0.0-rc.1) - '@storybook/blocks': 8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.2) - '@storybook/csf-plugin': 8.4.2(storybook@8.4.2) - '@storybook/react-dom-shim': 8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.2) + '@storybook/blocks': 8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.4) + '@storybook/csf-plugin': 8.4.4(storybook@8.4.4) + '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.4) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-essentials@8.4.2(storybook@8.4.2)(types-react@19.0.0-rc.1)': - dependencies: - '@storybook/addon-actions': 8.4.2(storybook@8.4.2) - '@storybook/addon-backgrounds': 8.4.2(storybook@8.4.2) - '@storybook/addon-controls': 8.4.2(storybook@8.4.2) - '@storybook/addon-docs': 8.4.2(storybook@8.4.2)(types-react@19.0.0-rc.1) - '@storybook/addon-highlight': 8.4.2(storybook@8.4.2) - '@storybook/addon-measure': 8.4.2(storybook@8.4.2) - '@storybook/addon-outline': 8.4.2(storybook@8.4.2) - '@storybook/addon-toolbars': 8.4.2(storybook@8.4.2) - '@storybook/addon-viewport': 8.4.2(storybook@8.4.2) - storybook: 8.4.2 + '@storybook/addon-essentials@8.4.4(storybook@8.4.4)(types-react@19.0.0-rc.1)': + dependencies: + '@storybook/addon-actions': 8.4.4(storybook@8.4.4) + '@storybook/addon-backgrounds': 8.4.4(storybook@8.4.4) + '@storybook/addon-controls': 8.4.4(storybook@8.4.4) + '@storybook/addon-docs': 8.4.4(storybook@8.4.4)(types-react@19.0.0-rc.1) + '@storybook/addon-highlight': 8.4.4(storybook@8.4.4) + '@storybook/addon-measure': 8.4.4(storybook@8.4.4) + '@storybook/addon-outline': 8.4.4(storybook@8.4.4) + '@storybook/addon-toolbars': 8.4.4(storybook@8.4.4) + '@storybook/addon-viewport': 8.4.4(storybook@8.4.4) + storybook: 8.4.4 ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-highlight@8.4.2(storybook@8.4.2)': + '@storybook/addon-highlight@8.4.4(storybook@8.4.4)': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/addon-links@8.4.2(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2)': + '@storybook/addon-links@8.4.4(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4)': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 optionalDependencies: react: 19.0.0-rc-65a56d0e-20241020 - '@storybook/addon-measure@8.4.2(storybook@8.4.2)': + '@storybook/addon-measure@8.4.4(storybook@8.4.4)': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.2 + storybook: 8.4.4 tiny-invariant: 1.3.3 - '@storybook/addon-outline@8.4.2(storybook@8.4.2)': + '@storybook/addon-outline@8.4.4(storybook@8.4.4)': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 - '@storybook/addon-themes@8.4.2(storybook@8.4.2)': + '@storybook/addon-themes@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 - '@storybook/addon-toolbars@8.4.2(storybook@8.4.2)': + '@storybook/addon-toolbars@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/addon-viewport@8.4.2(storybook@8.4.2)': + '@storybook/addon-viewport@8.4.4(storybook@8.4.4)': dependencies: memoizerific: 1.11.3 - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/blocks@8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.2)': + '@storybook/blocks@8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.4)': dependencies: '@storybook/csf': 0.1.11 '@storybook/icons': 1.2.12(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1) - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 react-dom: 18.3.1(react@19.0.0-rc-65a56d0e-20241020) - '@storybook/builder-vite@8.4.2(storybook@8.4.2)(vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6))': + '@storybook/builder-vite@8.4.4(storybook@8.4.4)(vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6))': dependencies: - '@storybook/csf-plugin': 8.4.2(storybook@8.4.2) + '@storybook/csf-plugin': 8.4.4(storybook@8.4.4) browser-assert: 1.2.1 - storybook: 8.4.2 + storybook: 8.4.4 ts-dedent: 2.2.0 - vite: 5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6) + vite: 5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6) - '@storybook/components@8.4.2(storybook@8.4.2)': + '@storybook/components@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/core@8.4.2': + '@storybook/core@8.4.4': dependencies: '@storybook/csf': 0.1.11 better-opn: 3.0.2 @@ -11510,9 +11565,9 @@ snapshots: - supports-color - utf-8-validate - '@storybook/csf-plugin@8.4.2(storybook@8.4.2)': + '@storybook/csf-plugin@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 unplugin: 1.11.0 '@storybook/csf@0.1.11': @@ -11526,66 +11581,66 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@19.0.0-rc-65a56d0e-20241020) - '@storybook/manager-api@8.4.2(storybook@8.4.2)': + '@storybook/manager-api@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/preview-api@8.4.2(storybook@8.4.2)': + '@storybook/preview-api@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/react-dom-shim@8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.2)': + '@storybook/react-dom-shim@8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@18.3.1)(storybook@8.4.4)': dependencies: react: 18.3.1 react-dom: 18.3.1(react@19.0.0-rc-65a56d0e-20241020) - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/react-dom-shim@8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2)': + '@storybook/react-dom-shim@8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4)': dependencies: react: 19.0.0-rc-65a56d0e-20241020 react-dom: 18.3.1(react@19.0.0-rc-65a56d0e-20241020) - storybook: 8.4.2 + storybook: 8.4.4 - '@storybook/react-vite@8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(rollup@4.24.0)(storybook@8.4.2)(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6))': + '@storybook/react-vite@8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(rollup@4.24.0)(storybook@8.4.4)(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6))': dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6)) + '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.6.3)(vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6)) '@rollup/pluginutils': 5.1.0(rollup@4.24.0) - '@storybook/builder-vite': 8.4.2(storybook@8.4.2)(vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6)) - '@storybook/react': 8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2)(typescript@5.6.3) + '@storybook/builder-vite': 8.4.4(storybook@8.4.4)(vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6)) + '@storybook/react': 8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4)(typescript@5.6.3) find-up: 5.0.0 magic-string: 0.30.10 react: 19.0.0-rc-65a56d0e-20241020 react-docgen: 7.0.3 react-dom: 18.3.1(react@19.0.0-rc-65a56d0e-20241020) resolve: 1.22.8 - storybook: 8.4.2 + storybook: 8.4.4 tsconfig-paths: 4.2.0 - vite: 5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6) + vite: 5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6) transitivePeerDependencies: - '@storybook/test' - rollup - supports-color - typescript - '@storybook/react@8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2)(typescript@5.6.3)': + '@storybook/react@8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4)(typescript@5.6.3)': dependencies: - '@storybook/components': 8.4.2(storybook@8.4.2) + '@storybook/components': 8.4.4(storybook@8.4.4) '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.4.2(storybook@8.4.2) - '@storybook/preview-api': 8.4.2(storybook@8.4.2) - '@storybook/react-dom-shim': 8.4.2(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.2) - '@storybook/theming': 8.4.2(storybook@8.4.2) + '@storybook/manager-api': 8.4.4(storybook@8.4.4) + '@storybook/preview-api': 8.4.4(storybook@8.4.4) + '@storybook/react-dom-shim': 8.4.4(react-dom@18.3.1(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(storybook@8.4.4) + '@storybook/theming': 8.4.4(storybook@8.4.4) react: 19.0.0-rc-65a56d0e-20241020 react-dom: 18.3.1(react@19.0.0-rc-65a56d0e-20241020) - storybook: 8.4.2 + storybook: 8.4.4 optionalDependencies: typescript: 5.6.3 - '@storybook/theming@8.4.2(storybook@8.4.2)': + '@storybook/theming@8.4.4(storybook@8.4.4)': dependencies: - storybook: 8.4.2 + storybook: 8.4.4 - '@stripe/stripe-js@4.9.0': {} + '@stripe/stripe-js@4.10.0': {} '@swc/core-darwin-arm64@1.7.22': optional: true @@ -11649,27 +11704,27 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tailwindcss/typography@0.5.15(tailwindcss@3.4.14)': + '@tailwindcss/typography@0.5.15(tailwindcss@3.4.15)': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.14 + tailwindcss: 3.4.15 - '@tanstack/query-core@5.59.20': {} + '@tanstack/query-core@5.60.5': {} '@tanstack/query-devtools@5.59.20': {} - '@tanstack/react-query-devtools@5.59.20(@tanstack/react-query@5.59.20(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)': + '@tanstack/react-query-devtools@5.60.5(@tanstack/react-query@5.60.5(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)': dependencies: '@tanstack/query-devtools': 5.59.20 - '@tanstack/react-query': 5.59.20(react@19.0.0-rc-65a56d0e-20241020) + '@tanstack/react-query': 5.60.5(react@19.0.0-rc-65a56d0e-20241020) react: 19.0.0-rc-65a56d0e-20241020 - '@tanstack/react-query@5.59.20(react@19.0.0-rc-65a56d0e-20241020)': + '@tanstack/react-query@5.60.5(react@19.0.0-rc-65a56d0e-20241020)': dependencies: - '@tanstack/query-core': 5.59.20 + '@tanstack/query-core': 5.60.5 react: 19.0.0-rc-65a56d0e-20241020 '@tiptap/core@2.7.2(@tiptap/pm@2.7.2)': @@ -12075,14 +12130,14 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/type-utils': 8.13.0(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/utils': 8.13.0(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.14.0 + '@typescript-eslint/type-utils': 8.14.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/utils': 8.14.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.14.0 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.1 @@ -12093,12 +12148,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/scope-manager': 8.14.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.14.0 debug: 4.3.7(supports-color@9.4.0) eslint: 8.57.1 optionalDependencies: @@ -12106,15 +12161,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.13.0': + '@typescript-eslint/scope-manager@8.14.0': dependencies: - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/visitor-keys': 8.14.0 - '@typescript-eslint/type-utils@8.13.0(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.14.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.14.0(eslint@8.57.1)(typescript@5.6.3) debug: 4.3.7(supports-color@9.4.0) ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: @@ -12123,12 +12178,12 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@8.13.0': {} + '@typescript-eslint/types@8.14.0': {} - '@typescript-eslint/typescript-estree@8.13.0(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.14.0(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/visitor-keys': 8.13.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/visitor-keys': 8.14.0 debug: 4.3.7(supports-color@9.4.0) fast-glob: 3.3.2 is-glob: 4.0.3 @@ -12140,41 +12195,37 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.13.0(eslint@8.57.1)(typescript@5.6.3)': + '@typescript-eslint/utils@8.14.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@typescript-eslint/scope-manager': 8.13.0 - '@typescript-eslint/types': 8.13.0 - '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.14.0 + '@typescript-eslint/types': 8.14.0 + '@typescript-eslint/typescript-estree': 8.14.0(typescript@5.6.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@8.13.0': + '@typescript-eslint/visitor-keys@8.14.0': dependencies: - '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/types': 8.14.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} - '@vercel/analytics@1.3.2(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020)': - dependencies: - server-only: 0.0.1 + '@vercel/analytics@1.4.0(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020)': optionalDependencies: - next: 15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + next: 15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react: 19.0.0-rc-65a56d0e-20241020 - '@vercel/analytics@1.3.2(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020)': - dependencies: - server-only: 0.0.1 + '@vercel/analytics@1.4.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020)': optionalDependencies: - next: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + next: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react: 19.0.0-rc-65a56d0e-20241020 - '@vercel/speed-insights@1.1.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6))(react@19.0.0-rc-65a56d0e-20241020)': + '@vercel/speed-insights@1.1.0(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0))(react@19.0.0-rc-65a56d0e-20241020)': optionalDependencies: - next: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + next: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) react: 19.0.0-rc-65a56d0e-20241020 '@vvo/tzdb@6.149.0': {} @@ -12446,14 +12497,14 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.20(postcss@8.4.47): + autoprefixer@10.4.20(postcss@8.4.49): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001655 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.0 - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -12462,6 +12513,8 @@ snapshots: axe-core@4.10.0: {} + axe-core@4.10.2: {} + axobject-query@4.1.0: {} babel-loader@9.2.1(@babel/core@7.25.2)(webpack@5.94.0): @@ -12730,34 +12783,34 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - css-blank-pseudo@7.0.1(postcss@8.4.47): + css-blank-pseudo@7.0.1(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - css-has-pseudo@7.0.1(postcss@8.4.47): + css-has-pseudo@7.0.1(postcss@8.4.49): dependencies: '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 postcss-value-parser: 4.2.0 css-loader@7.1.2(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)): dependencies: - icss-utils: 5.1.0(postcss@8.4.47) - postcss: 8.4.47 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.47) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.47) - postcss-modules-scope: 3.2.0(postcss@8.4.47) - postcss-modules-values: 4.0.0(postcss@8.4.47) + icss-utils: 5.1.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.49) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.49) + postcss-modules-scope: 3.2.0(postcss@8.4.49) + postcss-modules-values: 4.0.0(postcss@8.4.49) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: webpack: 5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0) - css-prefers-color-scheme@10.0.0(postcss@8.4.47): + css-prefers-color-scheme@10.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 css-select@5.1.0: dependencies: @@ -12769,7 +12822,7 @@ snapshots: css-what@6.1.0: {} - cssdb@8.1.2: {} + cssdb@8.2.1: {} cssesc@3.0.0: {} @@ -13302,12 +13355,12 @@ snapshots: dependencies: '@next/eslint-plugin-next': 15.0.3 '@rushstack/eslint-patch': 1.10.4 - '@typescript-eslint/eslint-plugin': 8.13.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.14.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-react: 7.37.2(eslint@8.57.1) eslint-plugin-react-hooks: 5.0.0(eslint@8.57.1) @@ -13317,10 +13370,10 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-config-turbo@2.2.3(eslint@8.57.1): + eslint-config-turbo@2.3.0(eslint@8.57.1): dependencies: eslint: 8.57.1 - eslint-plugin-turbo: 2.2.3(eslint@8.57.1) + eslint-plugin-turbo: 2.3.0(eslint@8.57.1) eslint-import-resolver-node@0.3.9: dependencies: @@ -13330,13 +13383,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1): dependencies: debug: 4.3.7(supports-color@9.4.0) enhanced-resolve: 5.17.1 eslint: 8.57.1 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) fast-glob: 3.3.2 get-tsconfig: 4.7.3 is-core-module: 2.15.1 @@ -13347,18 +13400,18 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -13369,7 +13422,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.14.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -13381,7 +13434,7 @@ snapshots: string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.13.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 8.14.0(eslint@8.57.1)(typescript@5.6.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -13434,13 +13487,13 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-tailwindcss@3.17.5(tailwindcss@3.4.14): + eslint-plugin-tailwindcss@3.17.5(tailwindcss@3.4.15): dependencies: fast-glob: 3.3.2 - postcss: 8.4.47 - tailwindcss: 3.4.14 + postcss: 8.4.49 + tailwindcss: 3.4.15 - eslint-plugin-turbo@2.2.3(eslint@8.57.1): + eslint-plugin-turbo@2.3.0(eslint@8.57.1): dependencies: dotenv: 16.0.3 eslint: 8.57.1 @@ -13576,7 +13629,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-glob@3.3.2: dependencies: @@ -13584,7 +13637,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-json-stable-stringify@2.1.0: {} @@ -14058,15 +14111,15 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.4.47): + icss-utils@5.1.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 ieee754@1.2.1: {} ignore@5.3.1: {} - immutable@4.3.5: {} + immutable@5.0.2: {} import-fresh@3.3.0: dependencies: @@ -14427,7 +14480,7 @@ snapshots: dependencies: yallist: 4.0.0 - lucide-react@0.454.0(react@19.0.0-rc-65a56d0e-20241020): + lucide-react@0.460.0(react@19.0.0-rc-65a56d0e-20241020): dependencies: react: 19.0.0-rc-65a56d0e-20241020 @@ -15077,6 +15130,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: @@ -15141,28 +15199,28 @@ snapshots: next-secure-headers@2.2.0: {} - next-sitemap@4.2.3(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)): + next-sitemap@4.2.3(next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)): dependencies: '@corex/deepmerge': 4.0.43 '@next/env': 13.5.6 fast-glob: 3.3.2 minimist: 1.2.8 - next: 15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + next: 15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) - next-sitemap@4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6)): + next-sitemap@4.2.3(next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0)): dependencies: '@corex/deepmerge': 4.0.43 '@next/env': 13.5.6 fast-glob: 3.3.2 minimist: 1.2.8 - next: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + next: 15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) next-themes@0.4.3(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020): dependencies: react: 19.0.0-rc-65a56d0e-20241020 react-dom: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) - next@14.2.10(@babel/core@7.24.5)(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6): + next@14.2.10(@babel/core@7.24.5)(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0): dependencies: '@next/env': 14.2.10 '@swc/helpers': 0.5.5 @@ -15184,12 +15242,12 @@ snapshots: '@next/swc-win32-ia32-msvc': 14.2.10 '@next/swc-win32-x64-msvc': 14.2.10 '@playwright/test': 1.48.2 - sass: 1.80.6 + sass: 1.81.0 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros - next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6): + next@15.0.3(@babel/core@7.25.2)(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0): dependencies: '@next/env': 15.0.3 '@swc/counter': 0.1.3 @@ -15211,13 +15269,13 @@ snapshots: '@next/swc-win32-x64-msvc': 15.0.3 '@playwright/test': 1.48.2 babel-plugin-react-compiler: 19.0.0-beta-8a03594-20241020 - sass: 1.80.6 + sass: 1.81.0 sharp: 0.33.5 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros - next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6): + next@15.0.3(@playwright/test@1.48.2)(babel-plugin-react-compiler@19.0.0-beta-8a03594-20241020)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0): dependencies: '@next/env': 15.0.3 '@swc/counter': 0.1.3 @@ -15239,7 +15297,7 @@ snapshots: '@next/swc-win32-x64-msvc': 15.0.3 '@playwright/test': 1.48.2 babel-plugin-react-compiler: 19.0.0-beta-8a03594-20241020 - sass: 1.80.6 + sass: 1.81.0 sharp: 0.33.5 transitivePeerDependencies: - '@babel/core' @@ -15341,7 +15399,7 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 - openai@4.71.1(encoding@0.1.13)(zod@3.23.8): + openai@4.72.0(encoding@0.1.13)(zod@3.23.8): dependencies: '@types/node': 18.19.48 '@types/node-fetch': 2.6.11 @@ -15363,9 +15421,9 @@ snapshots: openapi-typescript-helpers@0.0.15: {} - openapi-typescript@7.4.2(encoding@0.1.13)(typescript@5.6.3): + openapi-typescript@7.4.3(encoding@0.1.13)(typescript@5.6.3): dependencies: - '@redocly/openapi-core': 1.25.3(encoding@0.1.13)(supports-color@9.4.0) + '@redocly/openapi-core': 1.25.11(encoding@0.1.13)(supports-color@9.4.0) ansi-colors: 4.1.3 change-case: 5.4.4 parse-json: 8.1.0 @@ -15530,278 +15588,280 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-attribute-case-insensitive@7.0.1(postcss@8.4.47): + postcss-attribute-case-insensitive@7.0.1(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-clamp@4.1.0(postcss@8.4.47): + postcss-clamp@4.1.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-color-functional-notation@7.0.5(postcss@8.4.47): + postcss-color-functional-notation@7.0.6(postcss@8.4.49): dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - postcss-color-hex-alpha@10.0.0(postcss@8.4.47): + postcss-color-hex-alpha@10.0.0(postcss@8.4.49): dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-color-rebeccapurple@10.0.0(postcss@8.4.47): + postcss-color-rebeccapurple@10.0.0(postcss@8.4.49): dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-custom-media@11.0.5(postcss@8.4.47): + postcss-custom-media@11.0.5(postcss@8.4.49): dependencies: '@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - postcss: 8.4.47 + postcss: 8.4.49 - postcss-custom-properties@14.0.4(postcss@8.4.47): + postcss-custom-properties@14.0.4(postcss@8.4.49): dependencies: '@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-custom-selectors@8.0.4(postcss@8.4.47): + postcss-custom-selectors@8.0.4(postcss@8.4.49): dependencies: '@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-dir-pseudo-class@9.0.1(postcss@8.4.47): + postcss-dir-pseudo-class@9.0.1(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-double-position-gradients@6.0.0(postcss@8.4.47): + postcss-double-position-gradients@6.0.0(postcss@8.4.49): dependencies: - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-focus-visible@10.0.1(postcss@8.4.47): + postcss-focus-visible@10.0.1(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-focus-within@9.0.1(postcss@8.4.47): + postcss-focus-within@9.0.1(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-font-variant@5.0.0(postcss@8.4.47): + postcss-font-variant@5.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-gap-properties@6.0.0(postcss@8.4.47): + postcss-gap-properties@6.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-image-set-function@7.0.0(postcss@8.4.47): + postcss-image-set-function@7.0.0(postcss@8.4.49): dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-import@15.1.0(postcss@8.4.47): + postcss-import@15.1.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - postcss-js@4.0.1(postcss@8.4.47): + postcss-js@4.0.1(postcss@8.4.49): dependencies: camelcase-css: 2.0.1 - postcss: 8.4.47 + postcss: 8.4.49 - postcss-lab-function@7.0.5(postcss@8.4.47): + postcss-lab-function@7.0.6(postcss@8.4.49): dependencies: - '@csstools/css-color-parser': 3.0.5(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/utilities': 2.0.0(postcss@8.4.47) - postcss: 8.4.47 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 - postcss-load-config@4.0.2(postcss@8.4.47): + postcss-load-config@4.0.2(postcss@8.4.49): dependencies: lilconfig: 3.1.2 yaml: 2.5.0 optionalDependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.47)(yaml@2.5.0): + postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.49)(yaml@2.5.0): dependencies: lilconfig: 3.1.2 optionalDependencies: jiti: 1.21.6 - postcss: 8.4.47 + postcss: 8.4.49 yaml: 2.5.0 - postcss-loader@8.1.1(postcss@8.4.47)(typescript@5.6.3)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)): + postcss-loader@8.1.1(postcss@8.4.49)(typescript@5.6.3)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)): dependencies: cosmiconfig: 9.0.0(typescript@5.6.3) jiti: 1.21.6 - postcss: 8.4.47 + postcss: 8.4.49 semver: 7.6.3 optionalDependencies: webpack: 5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0) transitivePeerDependencies: - typescript - postcss-logical@8.0.0(postcss@8.4.47): + postcss-logical@8.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-modules-extract-imports@3.1.0(postcss@8.4.47): + postcss-modules-extract-imports@3.1.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-modules-local-by-default@4.0.5(postcss@8.4.47): + postcss-modules-local-by-default@4.0.5(postcss@8.4.49): dependencies: - icss-utils: 5.1.0(postcss@8.4.47) - postcss: 8.4.47 + icss-utils: 5.1.0(postcss@8.4.49) + postcss: 8.4.49 postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.0(postcss@8.4.47): + postcss-modules-scope@3.2.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 6.1.1 - postcss-modules-values@4.0.0(postcss@8.4.47): + postcss-modules-values@4.0.0(postcss@8.4.49): dependencies: - icss-utils: 5.1.0(postcss@8.4.47) - postcss: 8.4.47 + icss-utils: 5.1.0(postcss@8.4.49) + postcss: 8.4.49 - postcss-nested@6.2.0(postcss@8.4.47): + postcss-nested@6.2.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 - postcss-selector-parser: 6.1.1 + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 - postcss-nesting@13.0.1(postcss@8.4.47): + postcss-nesting@13.0.1(postcss@8.4.49): dependencies: '@csstools/selector-resolve-nested': 3.0.0(postcss-selector-parser@7.0.0) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-opacity-percentage@3.0.0(postcss@8.4.47): + postcss-opacity-percentage@3.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-overflow-shorthand@6.0.0(postcss@8.4.47): + postcss-overflow-shorthand@6.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-page-break@3.0.4(postcss@8.4.47): + postcss-page-break@3.0.4(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-place@10.0.0(postcss@8.4.47): + postcss-place@10.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-preset-env@10.0.9(postcss@8.4.47): - dependencies: - '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.4.47) - '@csstools/postcss-color-function': 4.0.5(postcss@8.4.47) - '@csstools/postcss-color-mix-function': 3.0.5(postcss@8.4.47) - '@csstools/postcss-content-alt-text': 2.0.4(postcss@8.4.47) - '@csstools/postcss-exponential-functions': 2.0.4(postcss@8.4.47) - '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.4.47) - '@csstools/postcss-gamut-mapping': 2.0.5(postcss@8.4.47) - '@csstools/postcss-gradients-interpolation-method': 5.0.5(postcss@8.4.47) - '@csstools/postcss-hwb-function': 4.0.5(postcss@8.4.47) - '@csstools/postcss-ic-unit': 4.0.0(postcss@8.4.47) - '@csstools/postcss-initial': 2.0.0(postcss@8.4.47) - '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.4.47) - '@csstools/postcss-light-dark-function': 2.0.7(postcss@8.4.47) - '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.4.47) - '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.4.47) - '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.4.47) - '@csstools/postcss-logical-resize': 3.0.0(postcss@8.4.47) - '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.4.47) - '@csstools/postcss-media-minmax': 2.0.4(postcss@8.4.47) - '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.4.47) - '@csstools/postcss-nested-calc': 4.0.0(postcss@8.4.47) - '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.4.47) - '@csstools/postcss-oklab-function': 4.0.5(postcss@8.4.47) - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47) - '@csstools/postcss-relative-color-syntax': 3.0.5(postcss@8.4.47) - '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.4.47) - '@csstools/postcss-stepped-value-functions': 4.0.4(postcss@8.4.47) - '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.4.47) - '@csstools/postcss-trigonometric-functions': 4.0.4(postcss@8.4.47) - '@csstools/postcss-unset-value': 4.0.0(postcss@8.4.47) - autoprefixer: 10.4.20(postcss@8.4.47) + postcss-preset-env@10.1.0(postcss@8.4.49): + dependencies: + '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.4.49) + '@csstools/postcss-color-function': 4.0.6(postcss@8.4.49) + '@csstools/postcss-color-mix-function': 3.0.6(postcss@8.4.49) + '@csstools/postcss-content-alt-text': 2.0.4(postcss@8.4.49) + '@csstools/postcss-exponential-functions': 2.0.5(postcss@8.4.49) + '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.4.49) + '@csstools/postcss-gamut-mapping': 2.0.6(postcss@8.4.49) + '@csstools/postcss-gradients-interpolation-method': 5.0.6(postcss@8.4.49) + '@csstools/postcss-hwb-function': 4.0.6(postcss@8.4.49) + '@csstools/postcss-ic-unit': 4.0.0(postcss@8.4.49) + '@csstools/postcss-initial': 2.0.0(postcss@8.4.49) + '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.4.49) + '@csstools/postcss-light-dark-function': 2.0.7(postcss@8.4.49) + '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.4.49) + '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.4.49) + '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.4.49) + '@csstools/postcss-logical-resize': 3.0.0(postcss@8.4.49) + '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.4.49) + '@csstools/postcss-media-minmax': 2.0.5(postcss@8.4.49) + '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.4.49) + '@csstools/postcss-nested-calc': 4.0.0(postcss@8.4.49) + '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.4.49) + '@csstools/postcss-oklab-function': 4.0.6(postcss@8.4.49) + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/postcss-random-function': 1.0.1(postcss@8.4.49) + '@csstools/postcss-relative-color-syntax': 3.0.6(postcss@8.4.49) + '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.4.49) + '@csstools/postcss-sign-functions': 1.0.0(postcss@8.4.49) + '@csstools/postcss-stepped-value-functions': 4.0.5(postcss@8.4.49) + '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.4.49) + '@csstools/postcss-trigonometric-functions': 4.0.5(postcss@8.4.49) + '@csstools/postcss-unset-value': 4.0.0(postcss@8.4.49) + autoprefixer: 10.4.20(postcss@8.4.49) browserslist: 4.23.3 - css-blank-pseudo: 7.0.1(postcss@8.4.47) - css-has-pseudo: 7.0.1(postcss@8.4.47) - css-prefers-color-scheme: 10.0.0(postcss@8.4.47) - cssdb: 8.1.2 - postcss: 8.4.47 - postcss-attribute-case-insensitive: 7.0.1(postcss@8.4.47) - postcss-clamp: 4.1.0(postcss@8.4.47) - postcss-color-functional-notation: 7.0.5(postcss@8.4.47) - postcss-color-hex-alpha: 10.0.0(postcss@8.4.47) - postcss-color-rebeccapurple: 10.0.0(postcss@8.4.47) - postcss-custom-media: 11.0.5(postcss@8.4.47) - postcss-custom-properties: 14.0.4(postcss@8.4.47) - postcss-custom-selectors: 8.0.4(postcss@8.4.47) - postcss-dir-pseudo-class: 9.0.1(postcss@8.4.47) - postcss-double-position-gradients: 6.0.0(postcss@8.4.47) - postcss-focus-visible: 10.0.1(postcss@8.4.47) - postcss-focus-within: 9.0.1(postcss@8.4.47) - postcss-font-variant: 5.0.0(postcss@8.4.47) - postcss-gap-properties: 6.0.0(postcss@8.4.47) - postcss-image-set-function: 7.0.0(postcss@8.4.47) - postcss-lab-function: 7.0.5(postcss@8.4.47) - postcss-logical: 8.0.0(postcss@8.4.47) - postcss-nesting: 13.0.1(postcss@8.4.47) - postcss-opacity-percentage: 3.0.0(postcss@8.4.47) - postcss-overflow-shorthand: 6.0.0(postcss@8.4.47) - postcss-page-break: 3.0.4(postcss@8.4.47) - postcss-place: 10.0.0(postcss@8.4.47) - postcss-pseudo-class-any-link: 10.0.1(postcss@8.4.47) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.47) - postcss-selector-not: 8.0.1(postcss@8.4.47) - - postcss-pseudo-class-any-link@10.0.1(postcss@8.4.47): - dependencies: - postcss: 8.4.47 + css-blank-pseudo: 7.0.1(postcss@8.4.49) + css-has-pseudo: 7.0.1(postcss@8.4.49) + css-prefers-color-scheme: 10.0.0(postcss@8.4.49) + cssdb: 8.2.1 + postcss: 8.4.49 + postcss-attribute-case-insensitive: 7.0.1(postcss@8.4.49) + postcss-clamp: 4.1.0(postcss@8.4.49) + postcss-color-functional-notation: 7.0.6(postcss@8.4.49) + postcss-color-hex-alpha: 10.0.0(postcss@8.4.49) + postcss-color-rebeccapurple: 10.0.0(postcss@8.4.49) + postcss-custom-media: 11.0.5(postcss@8.4.49) + postcss-custom-properties: 14.0.4(postcss@8.4.49) + postcss-custom-selectors: 8.0.4(postcss@8.4.49) + postcss-dir-pseudo-class: 9.0.1(postcss@8.4.49) + postcss-double-position-gradients: 6.0.0(postcss@8.4.49) + postcss-focus-visible: 10.0.1(postcss@8.4.49) + postcss-focus-within: 9.0.1(postcss@8.4.49) + postcss-font-variant: 5.0.0(postcss@8.4.49) + postcss-gap-properties: 6.0.0(postcss@8.4.49) + postcss-image-set-function: 7.0.0(postcss@8.4.49) + postcss-lab-function: 7.0.6(postcss@8.4.49) + postcss-logical: 8.0.0(postcss@8.4.49) + postcss-nesting: 13.0.1(postcss@8.4.49) + postcss-opacity-percentage: 3.0.0(postcss@8.4.49) + postcss-overflow-shorthand: 6.0.0(postcss@8.4.49) + postcss-page-break: 3.0.4(postcss@8.4.49) + postcss-place: 10.0.0(postcss@8.4.49) + postcss-pseudo-class-any-link: 10.0.1(postcss@8.4.49) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.49) + postcss-selector-not: 8.0.1(postcss@8.4.49) + + postcss-pseudo-class-any-link@10.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-replace-overflow-wrap@4.0.0(postcss@8.4.47): + postcss-replace-overflow-wrap@4.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-selector-not@8.0.1(postcss@8.4.47): + postcss-selector-not@8.0.1(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 7.0.0 postcss-selector-parser@6.0.10: @@ -15814,6 +15874,11 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 + postcss-selector-parser@6.1.2: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + postcss-selector-parser@7.0.0: dependencies: cssesc: 3.0.0 @@ -15827,10 +15892,10 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.4.47: + postcss@8.4.49: dependencies: nanoid: 3.3.7 - picocolors: 1.1.0 + picocolors: 1.1.1 source-map-js: 1.2.1 prelude-ls@1.2.1: {} @@ -16030,7 +16095,7 @@ snapshots: react: 19.0.0-rc-65a56d0e-20241020 react-dom: 19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020) - react-email@3.0.2(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6): + react-email@3.0.2(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0): dependencies: '@babel/core': 7.24.5 '@babel/parser': 7.24.5 @@ -16042,7 +16107,7 @@ snapshots: glob: 10.3.4 log-symbols: 4.1.0 mime-types: 2.1.35 - next: 14.2.10(@babel/core@7.24.5)(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.80.6) + next: 14.2.10(@babel/core@7.24.5)(@playwright/test@1.48.2)(react-dom@19.0.0-rc-65a56d0e-20241020(react@19.0.0-rc-65a56d0e-20241020))(react@19.0.0-rc-65a56d0e-20241020)(sass@1.81.0) normalize-path: 3.0.0 ora: 5.4.1 socket.io: 4.8.0 @@ -16432,24 +16497,24 @@ snapshots: safer-buffer@2.1.2: {} - sass-loader@16.0.3(sass@1.80.6)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)): + sass-loader@16.0.3(sass@1.81.0)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.80.6 + sass: 1.81.0 webpack: 5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0) - sass-loader@16.0.3(sass@1.80.6)(webpack@5.94.0): + sass-loader@16.0.3(sass@1.81.0)(webpack@5.94.0): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.80.6 + sass: 1.81.0 webpack: 5.94.0 - sass@1.80.6: + sass@1.81.0: dependencies: chokidar: 4.0.1 - immutable: 4.3.5 + immutable: 5.0.2 source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.4.1 @@ -16491,8 +16556,6 @@ snapshots: dependencies: randombytes: 2.1.0 - server-only@0.0.1: {} - set-cookie-parser@2.6.0: {} set-function-length@1.2.2: @@ -16635,9 +16698,9 @@ snapshots: terser-webpack-plugin: 5.3.10(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)) webpack: 5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0) - storybook@8.4.2: + storybook@8.4.4: dependencies: - '@storybook/core': 8.4.2 + '@storybook/core': 8.4.4 transitivePeerDependencies: - bufferutil - supports-color @@ -16801,6 +16864,10 @@ snapshots: dependencies: tailwindcss: 3.4.14 + tailwindcss-animate@1.0.7(tailwindcss@3.4.15): + dependencies: + tailwindcss: 3.4.15 + tailwindcss@3.4.14: dependencies: '@alloc/quick-lru': 5.2.0 @@ -16817,17 +16884,44 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.1.0 - postcss: 8.4.47 - postcss-import: 15.1.0(postcss@8.4.47) - postcss-js: 4.0.1(postcss@8.4.47) - postcss-load-config: 4.0.2(postcss@8.4.47) - postcss-nested: 6.2.0(postcss@8.4.47) + postcss: 8.4.49 + postcss-import: 15.1.0(postcss@8.4.49) + postcss-js: 4.0.1(postcss@8.4.49) + postcss-load-config: 4.0.2(postcss@8.4.49) + postcss-nested: 6.2.0(postcss@8.4.49) postcss-selector-parser: 6.1.1 resolve: 1.22.8 sucrase: 3.35.0 transitivePeerDependencies: - ts-node + tailwindcss@3.4.15: + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.6 + lilconfig: 2.1.0 + micromatch: 4.0.8 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.1.1 + postcss: 8.4.49 + postcss-import: 15.1.0(postcss@8.4.49) + postcss-js: 4.0.1(postcss@8.4.49) + postcss-load-config: 4.0.2(postcss@8.4.49) + postcss-nested: 6.2.0(postcss@8.4.49) + postcss-selector-parser: 6.1.2 + resolve: 1.22.8 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + tapable@2.2.1: {} terser-webpack-plugin@5.3.10(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)(webpack@5.94.0(@swc/core@1.7.22(@swc/helpers@0.5.13))(esbuild@0.24.0)): @@ -16935,7 +17029,7 @@ snapshots: tslib@2.7.0: {} - tsup@8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.0): + tsup@8.3.5(@microsoft/api-extractor@7.47.11(@types/node@22.7.9))(@swc/core@1.7.22(@swc/helpers@0.5.13))(jiti@1.21.6)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.24.0) cac: 6.7.14 @@ -16945,7 +17039,7 @@ snapshots: esbuild: 0.24.0 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.47)(yaml@2.5.0) + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.49)(yaml@2.5.0) resolve-from: 5.0.0 rollup: 4.24.0 source-map: 0.8.0-beta.0 @@ -16956,7 +17050,7 @@ snapshots: optionalDependencies: '@microsoft/api-extractor': 7.47.11(@types/node@22.7.9) '@swc/core': 1.7.22(@swc/helpers@0.5.13) - postcss: 8.4.47 + postcss: 8.4.49 typescript: 5.6.3 transitivePeerDependencies: - jiti @@ -16964,32 +17058,32 @@ snapshots: - tsx - yaml - turbo-darwin-64@2.2.3: + turbo-darwin-64@2.3.0: optional: true - turbo-darwin-arm64@2.2.3: + turbo-darwin-arm64@2.3.0: optional: true - turbo-linux-64@2.2.3: + turbo-linux-64@2.3.0: optional: true - turbo-linux-arm64@2.2.3: + turbo-linux-arm64@2.3.0: optional: true - turbo-windows-64@2.2.3: + turbo-windows-64@2.3.0: optional: true - turbo-windows-arm64@2.2.3: + turbo-windows-arm64@2.3.0: optional: true - turbo@2.2.3: + turbo@2.3.0: optionalDependencies: - turbo-darwin-64: 2.2.3 - turbo-darwin-arm64: 2.2.3 - turbo-linux-64: 2.2.3 - turbo-linux-arm64: 2.2.3 - turbo-windows-64: 2.2.3 - turbo-windows-arm64: 2.2.3 + turbo-darwin-64: 2.3.0 + turbo-darwin-arm64: 2.3.0 + turbo-linux-64: 2.3.0 + turbo-linux-arm64: 2.3.0 + turbo-windows-64: 2.3.0 + turbo-windows-arm64: 2.3.0 type-check@0.4.0: dependencies: @@ -17163,7 +17257,7 @@ snapshots: dependencies: browserslist: 4.23.3 escalade: 3.1.2 - picocolors: 1.1.0 + picocolors: 1.1.1 uri-js-replace@1.0.1: {} @@ -17226,7 +17320,7 @@ snapshots: is-typed-array: 1.1.13 which-typed-array: 1.1.15 - uuid@11.0.2: {} + uuid@11.0.3: {} uuid@8.3.2: {} @@ -17286,15 +17380,15 @@ snapshots: d3-time: 3.1.0 d3-timer: 3.0.1 - vite@5.4.2(@types/node@22.7.9)(sass@1.80.6)(terser@5.31.6): + vite@5.4.2(@types/node@22.7.9)(sass@1.81.0)(terser@5.31.6): dependencies: esbuild: 0.21.5 - postcss: 8.4.47 + postcss: 8.4.49 rollup: 4.24.0 optionalDependencies: '@types/node': 22.7.9 fsevents: 2.3.3 - sass: 1.80.6 + sass: 1.81.0 terser: 5.31.6 w3c-keyname@2.2.8: {}