From acd5ad08f9e86343916afaaa7238277ee5578fc6 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Mon, 22 Apr 2024 01:52:02 +0800 Subject: [PATCH] Update several package versions in pnpm-lock.yaml file This commit updates various package versions in the pnpm-lock.yaml file. The updated packages include tailwind-merge, zod, recharts, and '@sentry/nextjs' among others. This is a part of regular maintenance and ensuring that the project dependencies are up-to-date. --- apps/e2e/package.json | 4 +- apps/web/package.json | 6 +- packages/billing/core/package.json | 4 +- packages/billing/gateway/package.json | 4 +- packages/billing/lemon-squeezy/package.json | 4 +- packages/billing/stripe/package.json | 6 +- packages/cms/core/package.json | 4 +- packages/cms/keystatic/package.json | 4 +- packages/cms/wordpress/package.json | 4 +- packages/database-webhooks/package.json | 4 +- packages/email-templates/package.json | 4 +- packages/features/accounts/package.json | 4 +- packages/features/admin/package.json | 4 +- packages/features/auth/package.json | 4 +- packages/features/team-accounts/package.json | 4 +- packages/i18n/package.json | 4 +- packages/mailers/package.json | 4 +- packages/monitoring/baselime/package.json | 4 +- packages/monitoring/package.json | 4 +- packages/monitoring/sentry/package.json | 8 +- packages/next/package.json | 4 +- packages/shared/package.json | 4 +- packages/supabase/package.json | 4 +- packages/ui/package.json | 4 +- pnpm-lock.yaml | 592 +++++++++---------- tooling/eslint/package.json | 4 +- tooling/prettier/package.json | 4 +- tooling/tailwind/package.json | 4 +- tooling/typescript/package.json | 4 +- 29 files changed, 356 insertions(+), 356 deletions(-) diff --git a/apps/e2e/package.json b/apps/e2e/package.json index f642a3970..1b9e12364 100644 --- a/apps/e2e/package.json +++ b/apps/e2e/package.json @@ -19,7 +19,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" } } diff --git a/apps/web/package.json b/apps/web/package.json index e418da13f..2c63e158a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -68,10 +68,10 @@ "react-dom": "18.2.0", "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", - "recharts": "^2.12.5", + "recharts": "^2.12.6", "sonner": "^1.4.41", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/eslint-config": "workspace:^", diff --git a/packages/billing/core/package.json b/packages/billing/core/package.json index 0274b528c..19f1dada6 100644 --- a/packages/billing/core/package.json +++ b/packages/billing/core/package.json @@ -29,7 +29,7 @@ "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", "lucide-react": "^0.368.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, @@ -48,6 +48,6 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } diff --git a/packages/billing/gateway/package.json b/packages/billing/gateway/package.json index 24b849c86..669fa382d 100644 --- a/packages/billing/gateway/package.json +++ b/packages/billing/gateway/package.json @@ -51,7 +51,7 @@ "react": "18.2.0", "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, @@ -69,6 +69,6 @@ }, "dependencies": { "@tanstack/react-table": "^8.16.0", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } \ No newline at end of file diff --git a/packages/billing/lemon-squeezy/package.json b/packages/billing/lemon-squeezy/package.json index 37e54fc95..ab6ffea6e 100644 --- a/packages/billing/lemon-squeezy/package.json +++ b/packages/billing/lemon-squeezy/package.json @@ -25,7 +25,7 @@ "@lemonsqueezy/lemonsqueezy.js": "2.2.0", "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@kit/billing": "workspace:^", @@ -38,7 +38,7 @@ "@kit/ui": "workspace:^", "@types/react": "^18.2.79", "react": "18.2.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, diff --git a/packages/billing/stripe/package.json b/packages/billing/stripe/package.json index fdc487c5c..13802f9f5 100644 --- a/packages/billing/stripe/package.json +++ b/packages/billing/stripe/package.json @@ -28,8 +28,8 @@ "@stripe/stripe-js": "^3.3.0", "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "stripe": "^15.2.0", - "tailwind-merge": "^2.2.2" + "stripe": "^15.3.0", + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@kit/billing": "workspace:^", @@ -43,7 +43,7 @@ "@types/react": "^18.2.79", "date-fns": "^3.6.0", "react": "18.2.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, diff --git a/packages/cms/core/package.json b/packages/cms/core/package.json index c9e27c6ee..e93815ed6 100644 --- a/packages/cms/core/package.json +++ b/packages/cms/core/package.json @@ -35,7 +35,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" } } \ No newline at end of file diff --git a/packages/cms/keystatic/package.json b/packages/cms/keystatic/package.json index 5cc17ad4f..f54281e22 100644 --- a/packages/cms/keystatic/package.json +++ b/packages/cms/keystatic/package.json @@ -19,7 +19,7 @@ "@keystatic/next": "5.0.0", "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" }, "peerDependencies": { "@kit/cms": "workspace:^", @@ -33,7 +33,7 @@ "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:^", "@types/node": "^20.12.7", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, diff --git a/packages/cms/wordpress/package.json b/packages/cms/wordpress/package.json index 9bba1a204..52ad5719b 100644 --- a/packages/cms/wordpress/package.json +++ b/packages/cms/wordpress/package.json @@ -43,7 +43,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" } } \ No newline at end of file diff --git a/packages/database-webhooks/package.json b/packages/database-webhooks/package.json index adb2d5023..492040e71 100644 --- a/packages/database-webhooks/package.json +++ b/packages/database-webhooks/package.json @@ -32,7 +32,7 @@ "@kit/ui": "workspace:^", "@supabase/supabase-js": "^2.42.5", "lucide-react": "^0.368.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, @@ -51,6 +51,6 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } \ No newline at end of file diff --git a/packages/email-templates/package.json b/packages/email-templates/package.json index 5039ac6be..a50085cd8 100644 --- a/packages/email-templates/package.json +++ b/packages/email-templates/package.json @@ -16,8 +16,8 @@ "@react-email/components": "0.0.16", "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/eslint-config": "workspace:*", diff --git a/packages/features/accounts/package.json b/packages/features/accounts/package.json index aab422ac8..9004333e3 100644 --- a/packages/features/accounts/package.json +++ b/packages/features/accounts/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "nanoid": "^5.0.7", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@hookform/resolvers": "^3.3.4", @@ -46,7 +46,7 @@ "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", "sonner": "^1.4.41", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "peerDependencies": { "@hookform/resolvers": "^3.3.4", diff --git a/packages/features/admin/package.json b/packages/features/admin/package.json index d9ce9c1b4..663c932cc 100644 --- a/packages/features/admin/package.json +++ b/packages/features/admin/package.json @@ -43,7 +43,7 @@ "next": "14.3.0-canary.7", "react": "18.2.0", "react-hook-form": "^7.51.3", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "exports": { ".": "./src/index.ts", @@ -64,6 +64,6 @@ } }, "dependencies": { - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } diff --git a/packages/features/auth/package.json b/packages/features/auth/package.json index 1c503291f..6afee2077 100644 --- a/packages/features/auth/package.json +++ b/packages/features/auth/package.json @@ -36,7 +36,7 @@ "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", "sonner": "^1.4.41", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "peerDependencies": { "@hookform/resolvers": "^3.3.4", @@ -71,6 +71,6 @@ }, "dependencies": { "@tanstack/react-table": "^8.16.0", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } diff --git a/packages/features/team-accounts/package.json b/packages/features/team-accounts/package.json index 88b9f826f..4090f5856 100644 --- a/packages/features/team-accounts/package.json +++ b/packages/features/team-accounts/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "nanoid": "^5.0.7", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@hookform/resolvers": "^3.3.4", @@ -45,7 +45,7 @@ "react-hook-form": "^7.51.3", "react-i18next": "^14.1.0", "sonner": "^1.4.41", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "peerDependencies": { "@hookform/resolvers": "^3.3.4", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 78db3791e..08cf27b1d 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -51,7 +51,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" } } diff --git a/packages/mailers/package.json b/packages/mailers/package.json index 3f6e28b9f..7d53d419a 100644 --- a/packages/mailers/package.json +++ b/packages/mailers/package.json @@ -16,7 +16,7 @@ "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", "nodemailer": "^6.9.13", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "vercel-email": "0.0.6" }, "devDependencies": { @@ -25,7 +25,7 @@ "@kit/tailwind-config": "workspace:*", "@kit/tsconfig": "workspace:*", "@types/nodemailer": "6.4.14", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, diff --git a/packages/monitoring/baselime/package.json b/packages/monitoring/baselime/package.json index 87fb71993..d4e09567b 100644 --- a/packages/monitoring/baselime/package.json +++ b/packages/monitoring/baselime/package.json @@ -19,8 +19,8 @@ "@baselime/react-rum": "^0.2.9", "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/eslint-config": "workspace:*", diff --git a/packages/monitoring/package.json b/packages/monitoring/package.json index c5c011ba2..392635e8d 100644 --- a/packages/monitoring/package.json +++ b/packages/monitoring/package.json @@ -46,7 +46,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" } } diff --git a/packages/monitoring/sentry/package.json b/packages/monitoring/sentry/package.json index 08fc28808..233ad9223 100644 --- a/packages/monitoring/sentry/package.json +++ b/packages/monitoring/sentry/package.json @@ -20,12 +20,12 @@ "@opentelemetry/resources": "1.23.0", "@opentelemetry/sdk-node": "0.50.0", "@opentelemetry/semantic-conventions": "^1.23.0", - "@sentry/nextjs": "^7.110.1", - "@sentry/opentelemetry-node": "^7.110.1", + "@sentry/nextjs": "^7.111.0", + "@sentry/opentelemetry-node": "^7.111.0", "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/eslint-config": "workspace:*", diff --git a/packages/next/package.json b/packages/next/package.json index ec687c0dc..823e0cc2b 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -29,7 +29,7 @@ "@kit/tsconfig": "workspace:*", "@supabase/supabase-js": "^2.42.5", "next": "14.3.0-canary.7", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, @@ -47,6 +47,6 @@ }, "dependencies": { "@tanstack/react-table": "^8.16.0", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index 907ace743..90e72b167 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -17,8 +17,8 @@ "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", "pino": "^8.20.0", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/eslint-config": "workspace:*", diff --git a/packages/supabase/package.json b/packages/supabase/package.json index 59bd8b7bf..f4ef2d2dd 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -33,7 +33,7 @@ "@types/react": "^18.2.79", "next": "14.3.0-canary.7", "react": "18.2.0", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "peerDependencies": { "@supabase/ssr": "^0.3.0", @@ -59,6 +59,6 @@ }, "dependencies": { "@tanstack/react-table": "^8.16.0", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 4ae0a5aaf..67c78e78f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -31,7 +31,7 @@ "cmdk": "1.0.0", "input-otp": "1.2.4", "react-top-loading-bar": "2.3.1", - "tailwind-merge": "^2.2.2" + "tailwind-merge": "^2.3.0" }, "peerDependencies": { "@radix-ui/react-icons": "1.3.0", @@ -69,7 +69,7 @@ "tailwindcss": "3.4.3", "tailwindcss-animate": "^1.0.7", "typescript": "^5.4.5", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "eslintConfig": { "root": true, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e460ce8d5..d3694b05a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,11 +47,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@playwright/test': specifier: ^1.43.1 @@ -177,17 +177,17 @@ importers: specifier: ^14.1.0 version: 14.1.0(i18next@23.11.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) recharts: - specifier: ^2.12.5 - version: 2.12.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: ^2.12.6 + version: 2.12.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) sonner: specifier: ^1.4.41 version: 1.4.41(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:^ @@ -247,8 +247,8 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -272,8 +272,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/billing/gateway: dependencies: @@ -281,8 +281,8 @@ importers: specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@hookform/resolvers': specifier: ^3.3.4 @@ -342,8 +342,8 @@ importers: specifier: ^14.1.0 version: 14.1.0(i18next@23.11.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/billing/lemon-squeezy: dependencies: @@ -357,8 +357,8 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/billing': specifier: workspace:^ @@ -391,8 +391,8 @@ importers: specifier: 18.2.0 version: 18.2.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/billing/stripe: dependencies: @@ -409,11 +409,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) stripe: - specifier: ^15.2.0 - version: 15.2.0 + specifier: ^15.3.0 + version: 15.3.0 tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/billing': specifier: workspace:^ @@ -449,8 +449,8 @@ importers: specifier: 18.2.0 version: 18.2.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/cms/core: dependencies: @@ -461,11 +461,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -495,8 +495,8 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/cms': specifier: workspace:^ @@ -517,8 +517,8 @@ importers: specifier: ^20.12.7 version: 20.12.7 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/cms/wordpress: dependencies: @@ -529,11 +529,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/cms': specifier: workspace:^ @@ -566,8 +566,8 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/billing': specifier: workspace:^ @@ -609,8 +609,8 @@ importers: specifier: ^0.368.0 version: 0.368.0(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/email-templates: dependencies: @@ -624,11 +624,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -652,8 +652,8 @@ importers: specifier: ^5.0.7 version: 5.0.7 tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@hookform/resolvers': specifier: ^3.3.4 @@ -731,14 +731,14 @@ importers: specifier: ^1.4.41 version: 1.4.41(react-dom@18.2.0(react@18.2.0))(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/features/admin: dependencies: tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@hookform/resolvers': specifier: ^3.3.4 @@ -795,8 +795,8 @@ importers: specifier: ^7.51.3 version: 7.51.3(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/features/auth: dependencies: @@ -804,8 +804,8 @@ importers: specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@hookform/resolvers': specifier: ^3.3.4 @@ -862,8 +862,8 @@ importers: specifier: ^1.4.41 version: 1.4.41(react-dom@18.2.0(react@18.2.0))(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/features/team-accounts: dependencies: @@ -871,8 +871,8 @@ importers: specifier: ^5.0.7 version: 5.0.7 tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@hookform/resolvers': specifier: ^3.3.4 @@ -956,8 +956,8 @@ importers: specifier: ^1.4.41 version: 1.4.41(react-dom@18.2.0(react@18.2.0))(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/i18n: dependencies: @@ -968,11 +968,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1017,8 +1017,8 @@ importers: specifier: ^6.9.13 version: 6.9.13 tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 vercel-email: specifier: 0.0.6 version: 0.0.6 @@ -1039,8 +1039,8 @@ importers: specifier: 6.4.14 version: 6.4.14 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/monitoring: dependencies: @@ -1051,11 +1051,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/baselime': specifier: workspace:* @@ -1097,11 +1097,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1128,11 +1128,11 @@ importers: specifier: ^1.23.0 version: 1.23.0 '@sentry/nextjs': - specifier: ^7.110.1 - version: 7.110.1(next@14.3.0-canary.7(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + specifier: ^7.111.0 + version: 7.111.0(next@14.3.0-canary.7(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@sentry/opentelemetry-node': - specifier: ^7.110.1 - version: 7.110.1(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/sdk-trace-base@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/semantic-conventions@1.23.0) + specifier: ^7.111.0 + version: 7.111.0(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/sdk-trace-base@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/semantic-conventions@1.23.0) '@tanstack/react-table': specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -1140,11 +1140,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1165,8 +1165,8 @@ importers: specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/auth': specifier: workspace:^ @@ -1193,8 +1193,8 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/shared: dependencies: @@ -1208,11 +1208,11 @@ importers: specifier: ^8.20.0 version: 8.20.0 tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1233,8 +1233,8 @@ importers: specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1270,8 +1270,8 @@ importers: specifier: 18.2.0 version: 18.2.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages/ui: dependencies: @@ -1342,8 +1342,8 @@ importers: specifier: 2.3.1 version: 2.3.1(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 devDependencies: '@kit/eslint-config': specifier: workspace:* @@ -1412,8 +1412,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 tooling/eslint: dependencies: @@ -1454,11 +1454,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/prettier-config': specifier: workspace:^ @@ -1491,11 +1491,11 @@ importers: specifier: ^0.5.14 version: 0.5.14(@ianvs/prettier-plugin-sort-imports@4.2.1(prettier@3.2.5))(@trivago/prettier-plugin-sort-imports@4.3.0(prettier@3.2.5))(prettier@3.2.5) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/tsconfig': specifier: workspace:^ @@ -1519,8 +1519,8 @@ importers: specifier: 8.4.38 version: 8.4.38 tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 tailwindcss: specifier: 3.4.3 version: 3.4.3(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5)) @@ -1528,8 +1528,8 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5))) zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 devDependencies: '@kit/eslint-config': specifier: workspace:^ @@ -1559,11 +1559,11 @@ importers: specifier: 14.3.0-canary.7 version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) tailwind-merge: - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^2.3.0 + version: 2.3.0 zod: - specifier: ^3.22.4 - version: 3.22.4 + specifier: ^3.22.5 + version: 3.22.5 packages: @@ -3497,103 +3497,103 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.14.3': - resolution: {integrity: sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==} + '@rollup/rollup-android-arm-eabi@4.16.0': + resolution: {integrity: sha512-4fDVBAfWYlw2CtYgHEWarAYSozTx5OYLsSM/cdGW7H51FwI10DaGnjKgdqWyWXY/VjugelzriCiKf1UdM20Bxg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.14.3': - resolution: {integrity: sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==} + '@rollup/rollup-android-arm64@4.16.0': + resolution: {integrity: sha512-JltUBgsKgN108NO4/hj0B/dJYNrqqmdRCtUet5tFDi/w+0tvQP0FToyWBV4HKBcSX4cvFChrCyt5Rh4FX6M6QQ==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.14.3': - resolution: {integrity: sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==} + '@rollup/rollup-darwin-arm64@4.16.0': + resolution: {integrity: sha512-UwF7tkWf0roggMRv7Vrkof7VgX9tEZIc4vbaQl0/HNX3loWlcum+0ODp1Qsd8s7XvQGT+Zboxx1qxav3vq8YDw==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.14.3': - resolution: {integrity: sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==} + '@rollup/rollup-darwin-x64@4.16.0': + resolution: {integrity: sha512-RIY42wn6+Yb0qD29T7Dvm9/AhxrkGDf7X5dgI6rUFXR19+vCLh3u45yLcKOayu2ZQEba9rf/+BX3EggVwckiIw==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.14.3': - resolution: {integrity: sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==} + '@rollup/rollup-linux-arm-gnueabihf@4.16.0': + resolution: {integrity: sha512-r2TGCIKzqk8VwjOvW7sveledh6aPao131ejUfZNIyFlWBCruF4HOu51KtLArDa7LL6qKd0vkgxGX3/2NmYpWig==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.14.3': - resolution: {integrity: sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==} + '@rollup/rollup-linux-arm-musleabihf@4.16.0': + resolution: {integrity: sha512-/QwaDp0RXQTtm25wQFSl02zEm9oveRXr9qAHbdxWCm9YG9dR8esqpyqzS/3GgHDm7jHktPNz9gTENfoUKRCcXQ==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.14.3': - resolution: {integrity: sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==} + '@rollup/rollup-linux-arm64-gnu@4.16.0': + resolution: {integrity: sha512-iypHsz7YEfoyNL0iHbQ7B7pY6hpymvvMgFXXaMd5+WCtvJ9zqWPZKFmo78UeWzWNmTP9JtPiNIQt6efRxx/MNA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.14.3': - resolution: {integrity: sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==} + '@rollup/rollup-linux-arm64-musl@4.16.0': + resolution: {integrity: sha512-7UpYcO0uVeomnoL5MpQhrS0FT7xZUJrEXtKVLmps5bRA7x5AiA1PDuPnMbxcOBWjIM2HHIG1t3ndnRTVMIbk5A==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.14.3': - resolution: {integrity: sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==} + '@rollup/rollup-linux-powerpc64le-gnu@4.16.0': + resolution: {integrity: sha512-FSuFy4/hOQy0lH135ifnElP/6dKoHcZGHovsaRY0jrfNRR2yjMnVYaqNHKGKy0b/1I8DkD/JtclgJfq7SPti1w==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.14.3': - resolution: {integrity: sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==} + '@rollup/rollup-linux-riscv64-gnu@4.16.0': + resolution: {integrity: sha512-qxAB8MiHuDI8jU0D+WI9Gym3fvUJHA/AjKRXxbEH921SB3AeKQStq1FKFA59dAoqqCArjJ1voXM/gMvgEc1q4Q==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.14.3': - resolution: {integrity: sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==} + '@rollup/rollup-linux-s390x-gnu@4.16.0': + resolution: {integrity: sha512-j/9yBgWFlNFBfG/S1M2zkBNLeLkNVG59T5c4tlmlrxU+XITWJ3aMVWdpcZ/+mu7auGZftAXueAgAE9mb4lAlag==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.14.3': - resolution: {integrity: sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==} + '@rollup/rollup-linux-x64-gnu@4.16.0': + resolution: {integrity: sha512-SjsBA1a9wrEleNneGEsR40HdxKdwCatyHC547o/XINqwPW4cqTYiNy/lL1WTJYWU/KgWIb8HH4SgmFStbWoBzw==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.14.3': - resolution: {integrity: sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==} + '@rollup/rollup-linux-x64-musl@4.16.0': + resolution: {integrity: sha512-YKCs7ghJZ5po6/qgfONiXyFKOKcTK4Kerzk/Kc89QK0JT94Qg4NurL+3Y3rZh5am2tu1OlvHPpBHQNBE8cFgJQ==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.14.3': - resolution: {integrity: sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==} + '@rollup/rollup-win32-arm64-msvc@4.16.0': + resolution: {integrity: sha512-+wtkF+z2nw0ZwwHji01wOW0loxFl24lBNxPtVAXtnPPDL9Ew0EhiCMOegXe/EAH3Zlr8Iw9tyPJXB3DltQLEyw==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.14.3': - resolution: {integrity: sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==} + '@rollup/rollup-win32-ia32-msvc@4.16.0': + resolution: {integrity: sha512-7qLyKTL7Lf2g0B8bduETVAEI3WVUVwBRVcECojVevPNVAmi19IW1P2X+uMSwhmWNy36Q/qEvxXsfts1I8wpawg==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.14.3': - resolution: {integrity: sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==} + '@rollup/rollup-win32-x64-msvc@4.16.0': + resolution: {integrity: sha512-tkfxXt+7c3Ecgn7ln9NJPdBM+QKwQdmFFpgAP+FYhAuRS5y3tY8xeza82gFjbPpytkHmaQnVdMtuzbToCz2tuw==} cpu: [x64] os: [win32] '@selderee/plugin-htmlparser2@0.11.0': resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==} - '@sentry-internal/feedback@7.110.1': - resolution: {integrity: sha512-0aR3wuEW+SZKOVNamuy0pTQyPmqDjWPPLrB2GAXGT3ZjrVxjEzzVPqk6DVBYxSV2MuJaD507SZnvfoSPNgoBmw==} + '@sentry-internal/feedback@7.111.0': + resolution: {integrity: sha512-xaKgPPDEirOan7c9HwzYA1KK87kRp/qfIx9ZKLOEtxwy6nqoMuSByGqSwm1Oqfcjpbd7y6/y+7Bw+69ZKNVLDQ==} engines: {node: '>=12'} - '@sentry-internal/replay-canvas@7.110.1': - resolution: {integrity: sha512-zdcCmWFXM4DHOau/BCZVb6jf9zozdbAiJ1MzQ6azuZEuysOl00YfktoWZBbZjjjpWT6025s+wrmFz54t0O+enw==} + '@sentry-internal/replay-canvas@7.111.0': + resolution: {integrity: sha512-3KPBIpiegTYmuVw9gA2aKuliAQONS3Ny1kJc9x5kz6XQGuLFxqlh6KzoCVaKfQJeq2WJqRNeR4KFFuNGuB3H8w==} engines: {node: '>=12'} - '@sentry-internal/tracing@7.110.1': - resolution: {integrity: sha512-4kTd6EM0OP1SVWl2yLn3KIwlCpld1lyhNDeR8G1aKLm1PN+kVsR6YB/jy9KPPp4Q3lN3W9EkTSES3qhP4jVffQ==} + '@sentry-internal/tracing@7.111.0': + resolution: {integrity: sha512-CgXly8rsdu4loWVKi2RqpInH3C2cVBuaYsx4ZP5IJpzSinsUAMyyr3Pc0PZzCyoVpBBXGBGj/4HhFsY3q6Z0Vg==} engines: {node: '>=8'} - '@sentry/browser@7.110.1': - resolution: {integrity: sha512-H3TZlbdsgxuoVxhotMtBDemvAofx3UPNcS+UjQ40Bd+hKX01IIbEN3i+9RQ0jmcbU6xjf+yhjwp+Ejpm4FmYMw==} + '@sentry/browser@7.111.0': + resolution: {integrity: sha512-x7S9XoJh+TbMnur4eBhPpCVo+p7udABBV2gQk+Iw6LP9e8EFKmGmNyl76vSsT6GeFJ7mwxDEKfuwbVoLBjIvHw==} engines: {node: '>=8'} '@sentry/cli@1.77.3': @@ -3601,16 +3601,16 @@ packages: engines: {node: '>= 8'} hasBin: true - '@sentry/core@7.110.1': - resolution: {integrity: sha512-yC1yeUFQlmHj9u/KxKmwOMVanBmgfX+4MZnZU31QPqN95adyZTwpaYFZl4fH5kDVnz7wXJI0qRP8SxuMePtqhw==} + '@sentry/core@7.111.0': + resolution: {integrity: sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==} engines: {node: '>=8'} - '@sentry/integrations@7.110.1': - resolution: {integrity: sha512-jiFWV2N43LWzw69nxHcJR0j8Nt3hzb6EqotnQ9NMTbZVMaENpkEThR8bGmoCa8LPVVFxDtVoUQdlUgwLpN6zvQ==} + '@sentry/integrations@7.111.0': + resolution: {integrity: sha512-rNS7euKI2/1CneWbAY2NCkEro/GJbGCyxIX7okmqOjcBJ/7AnrMMU0kck7svydReF1nWvkuQ3CT27KXeKgrk4w==} engines: {node: '>=8'} - '@sentry/nextjs@7.110.1': - resolution: {integrity: sha512-OcH44p14DOjOPlEcFHJG4YB3koeYNFnDz5yikRs6B5HrcuQRzQkRphasysQt37NmjJG5QQMdqArYxho6JwlMfg==} + '@sentry/nextjs@7.111.0': + resolution: {integrity: sha512-Jvl/m9QoVw8KBG3pEswJH4YLf7W7o34WLcfomge5pKUcwrgWvhiQ7L0yOOQQxDaj0zTBQhnyEHXVdULRyn7nZA==} engines: {node: '>=8'} peerDependencies: next: 14.3.0-canary.7 @@ -3620,12 +3620,12 @@ packages: webpack: optional: true - '@sentry/node@7.110.1': - resolution: {integrity: sha512-n6sNzZJ/ChfyCI1FxuGWgloeevC8j2vax3vXM4IZrSIm5hS1d9L2oCJ4HEPuxGUxCkQ1f4kXPcdmNaQsWH0JBw==} + '@sentry/node@7.111.0': + resolution: {integrity: sha512-bTLZNETT7W89HEk04rwsch02KSpu++Yec/BEyM3AxUNY+ZQ9ZLL/lrNZuCwbe7fURpKoZrvGAhxpPjgs5UcB9w==} engines: {node: '>=8'} - '@sentry/opentelemetry-node@7.110.1': - resolution: {integrity: sha512-hkyNJjaOzAcaTHlKGDNQJArhJ3JdxV/viUK0OERkFYNfxMH+1Ayyh11THl2MLx1L0huTAb63DWdJ2BXBMIPFmw==} + '@sentry/opentelemetry-node@7.111.0': + resolution: {integrity: sha512-5jvwvA1Lm86ldHn04dh6lFC+ypzaMHUf48Ey2dbsw/7s7ROA1mxR/YuDqOXkytcyWUU4gmYPZlX2+F3aCit7YQ==} engines: {node: '>=8'} peerDependencies: '@opentelemetry/api': 1.x @@ -3633,26 +3633,26 @@ packages: '@opentelemetry/sdk-trace-base': 1.x '@opentelemetry/semantic-conventions': 1.x - '@sentry/react@7.110.1': - resolution: {integrity: sha512-kXdMrDexPyBf0KP/IfgCk5NS1Yfz6tFK/+UKWTxEM5PVRZkHzV7CBdd50IFGL3xMGbJmtE5Bly6WzezqUgWZ5w==} + '@sentry/react@7.111.0': + resolution: {integrity: sha512-8HVl4D5TsNLaIgXsOa1H+/aOcUHvRBsH+25OzxGpyS5Cu2gSlAQxfXKYxZ0axYoMc7TNkMNdmEhYN+CGV+NUZg==} engines: {node: '>=8'} peerDependencies: react: 18.2.0 - '@sentry/replay@7.110.1': - resolution: {integrity: sha512-R49fGOuKYsJ97EujPTzMjs3ZSuSkLTFFQmVBbsu/o6beRp4kK9l8H7r2BfLEcWJOXdWO5EU4KpRWgIxHaDK2aw==} + '@sentry/replay@7.111.0': + resolution: {integrity: sha512-cSbI4A4hrO0sZ0ynvLQauPg8YyaDOQkhGkyvbws8W9WgfxR8X827bY9S0f1TPfgaFiVcKb0iRaAwyXHg3pyzOg==} engines: {node: '>=12'} - '@sentry/types@7.110.1': - resolution: {integrity: sha512-sZxOpM5gfyxvJeWVvNpHnxERTnlqcozjqNcIv29SZ6wonlkekmxDyJ3uCuPv85VO54WLyA4uzskPKnNFHacI8A==} + '@sentry/types@7.111.0': + resolution: {integrity: sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==} engines: {node: '>=8'} - '@sentry/utils@7.110.1': - resolution: {integrity: sha512-eibLo2m1a7sHkOHxYYmRujr3D7ek2l9sv26F1SLoQBVDF7Afw5AKyzPmtA1D+4M9P/ux1okj7cGj3SaBrVpxXA==} + '@sentry/utils@7.111.0': + resolution: {integrity: sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==} engines: {node: '>=8'} - '@sentry/vercel-edge@7.110.1': - resolution: {integrity: sha512-lWMr9f4FwrmCrtKJI2sjCR1poJ5SkwvVIdY+8rYjtfhwiS/kXwN8LkT+OBRP5pyDaaywK9zJtzgXPdntglpyIQ==} + '@sentry/vercel-edge@7.111.0': + resolution: {integrity: sha512-yX28qxG2T30mxch/gIFK4oX7jax/ulahK/FbPTuECux0fvNdXcrIeFky9aeSKE0gr6sERcQm8i19V6mlRlFmpQ==} engines: {node: '>=8'} '@sentry/webpack-plugin@1.21.0': @@ -4632,8 +4632,8 @@ packages: detect-node-es@1.1.0: resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} - devalue@4.3.2: - resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==} + devalue@4.3.3: + resolution: {integrity: sha512-UH8EL6H2ifcY8TbD2QsxwCC/pr5xSwPvv85LrLXVihmHVC3T3YqTCIwnR5ak0yO1KYqlxrPVOA/JVZJYPy2ATg==} devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} @@ -6636,8 +6636,8 @@ packages: recharts-scale@0.4.5: resolution: {integrity: sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==} - recharts@2.12.5: - resolution: {integrity: sha512-Cy+BkqrFIYTHJCyKHJEPvbHE2kVQEP6PKbOHJ8ztRGTAhvHuUnCwDaKVb13OwRFZ0QNUk1QvGTDdgWSMbuMtKw==} + recharts@2.12.6: + resolution: {integrity: sha512-D+7j9WI+D0NHauah3fKHuNNcRK8bOypPW7os1DERinogGBGaHI7i6tQKJ0aUF3JXyBZ63dyfKIW2WTOPJDxJ8w==} engines: {node: '>=14'} peerDependencies: react: 18.2.0 @@ -6721,8 +6721,8 @@ packages: engines: {node: '>=10.0.0'} hasBin: true - rollup@4.14.3: - resolution: {integrity: sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==} + rollup@4.16.0: + resolution: {integrity: sha512-joxy/Hd4Ee289394//Q1aoebcxXyHasDieCTk8YtP4G4al4TUlx85EnuCLrfrdtLzrna9kNjH++Sx063wxSgmA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -6969,8 +6969,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - stripe@15.2.0: - resolution: {integrity: sha512-SRHzYkRHYld49BeL1xECsjoeNZYpRYzm2iUenWqeRdwJwkRHOVGNccn0UnaLr3jA4B7QpUYHX7Ef7U5yIljsZw==} + stripe@15.3.0: + resolution: {integrity: sha512-5J1NUZaCy0DnFINyxKWR+107BQ7gkhhOwMRp+ckHQP8j7+0HbwE8cN2Vi/qnja3k3sFC2ft6g6hcvM7lmavEAQ==} engines: {node: '>=12.*'} styled-jsx@5.1.1: @@ -7027,8 +7027,8 @@ packages: tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - tailwind-merge@2.2.2: - resolution: {integrity: sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==} + tailwind-merge@2.3.0: + resolution: {integrity: sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==} tailwindcss-animate@1.0.7: resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} @@ -7533,8 +7533,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - zod@3.22.4: - resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} + zod@3.22.5: + resolution: {integrity: sha512-HqnGsCdVZ2xc0qWPLdO25WnseXThh0kEYKIdV5F/hTHO75hNZFp8thxSeHhiPrHZKrFTo1SOgkAj9po5bexZlw==} zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -8209,7 +8209,7 @@ snapshots: y-prosemirror: 1.2.3(prosemirror-model@1.20.0)(prosemirror-state@1.4.3)(prosemirror-view@1.33.4)(y-protocols@1.0.6(yjs@13.6.14))(yjs@13.6.14) y-protocols: 1.0.6(yjs@13.6.14) yjs: 13.6.14 - zod: 3.22.4 + zod: 3.22.5 transitivePeerDependencies: - next - supports-color @@ -10146,52 +10146,52 @@ snapshots: optionalDependencies: rollup: 2.78.0 - '@rollup/rollup-android-arm-eabi@4.14.3': + '@rollup/rollup-android-arm-eabi@4.16.0': optional: true - '@rollup/rollup-android-arm64@4.14.3': + '@rollup/rollup-android-arm64@4.16.0': optional: true - '@rollup/rollup-darwin-arm64@4.14.3': + '@rollup/rollup-darwin-arm64@4.16.0': optional: true - '@rollup/rollup-darwin-x64@4.14.3': + '@rollup/rollup-darwin-x64@4.16.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.14.3': + '@rollup/rollup-linux-arm-gnueabihf@4.16.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.14.3': + '@rollup/rollup-linux-arm-musleabihf@4.16.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.14.3': + '@rollup/rollup-linux-arm64-gnu@4.16.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.14.3': + '@rollup/rollup-linux-arm64-musl@4.16.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.14.3': + '@rollup/rollup-linux-powerpc64le-gnu@4.16.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.14.3': + '@rollup/rollup-linux-riscv64-gnu@4.16.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.14.3': + '@rollup/rollup-linux-s390x-gnu@4.16.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.14.3': + '@rollup/rollup-linux-x64-gnu@4.16.0': optional: true - '@rollup/rollup-linux-x64-musl@4.14.3': + '@rollup/rollup-linux-x64-musl@4.16.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.14.3': + '@rollup/rollup-win32-arm64-msvc@4.16.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.14.3': + '@rollup/rollup-win32-ia32-msvc@4.16.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.14.3': + '@rollup/rollup-win32-x64-msvc@4.16.0': optional: true '@selderee/plugin-htmlparser2@0.11.0': @@ -10199,34 +10199,34 @@ snapshots: domhandler: 5.0.3 selderee: 0.11.0 - '@sentry-internal/feedback@7.110.1': + '@sentry-internal/feedback@7.111.0': dependencies: - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry-internal/replay-canvas@7.110.1': + '@sentry-internal/replay-canvas@7.111.0': dependencies: - '@sentry/core': 7.110.1 - '@sentry/replay': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/core': 7.111.0 + '@sentry/replay': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry-internal/tracing@7.110.1': + '@sentry-internal/tracing@7.111.0': dependencies: - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry/browser@7.110.1': + '@sentry/browser@7.111.0': dependencies: - '@sentry-internal/feedback': 7.110.1 - '@sentry-internal/replay-canvas': 7.110.1 - '@sentry-internal/tracing': 7.110.1 - '@sentry/core': 7.110.1 - '@sentry/replay': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry-internal/feedback': 7.111.0 + '@sentry-internal/replay-canvas': 7.111.0 + '@sentry-internal/tracing': 7.111.0 + '@sentry/core': 7.111.0 + '@sentry/replay': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 '@sentry/cli@1.77.3': dependencies: @@ -10240,28 +10240,28 @@ snapshots: - encoding - supports-color - '@sentry/core@7.110.1': + '@sentry/core@7.111.0': dependencies: - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry/integrations@7.110.1': + '@sentry/integrations@7.111.0': dependencies: - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 localforage: 1.10.0 - '@sentry/nextjs@7.110.1(next@14.3.0-canary.7(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@sentry/nextjs@7.111.0(next@14.3.0-canary.7(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@rollup/plugin-commonjs': 24.0.0(rollup@2.78.0) - '@sentry/core': 7.110.1 - '@sentry/integrations': 7.110.1 - '@sentry/node': 7.110.1 - '@sentry/react': 7.110.1(react@18.2.0) - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 - '@sentry/vercel-edge': 7.110.1 + '@sentry/core': 7.111.0 + '@sentry/integrations': 7.111.0 + '@sentry/node': 7.111.0 + '@sentry/react': 7.111.0(react@18.2.0) + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 + '@sentry/vercel-edge': 7.111.0 '@sentry/webpack-plugin': 1.21.0 chalk: 3.0.0 next: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -10273,51 +10273,51 @@ snapshots: - encoding - supports-color - '@sentry/node@7.110.1': + '@sentry/node@7.111.0': dependencies: - '@sentry-internal/tracing': 7.110.1 - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry-internal/tracing': 7.111.0 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry/opentelemetry-node@7.110.1(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/sdk-trace-base@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/semantic-conventions@1.23.0)': + '@sentry/opentelemetry-node@7.111.0(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/sdk-trace-base@1.23.0(@opentelemetry/api@1.8.0))(@opentelemetry/semantic-conventions@1.23.0)': dependencies: '@opentelemetry/api': 1.8.0 '@opentelemetry/core': 1.23.0(@opentelemetry/api@1.8.0) '@opentelemetry/sdk-trace-base': 1.23.0(@opentelemetry/api@1.8.0) '@opentelemetry/semantic-conventions': 1.23.0 - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry/react@7.110.1(react@18.2.0)': + '@sentry/react@7.111.0(react@18.2.0)': dependencies: - '@sentry/browser': 7.110.1 - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry/browser': 7.111.0 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 - '@sentry/replay@7.110.1': + '@sentry/replay@7.111.0': dependencies: - '@sentry-internal/tracing': 7.110.1 - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry-internal/tracing': 7.111.0 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 - '@sentry/types@7.110.1': {} + '@sentry/types@7.111.0': {} - '@sentry/utils@7.110.1': + '@sentry/utils@7.111.0': dependencies: - '@sentry/types': 7.110.1 + '@sentry/types': 7.111.0 - '@sentry/vercel-edge@7.110.1': + '@sentry/vercel-edge@7.111.0': dependencies: - '@sentry-internal/tracing': 7.110.1 - '@sentry/core': 7.110.1 - '@sentry/types': 7.110.1 - '@sentry/utils': 7.110.1 + '@sentry-internal/tracing': 7.111.0 + '@sentry/core': 7.111.0 + '@sentry/types': 7.111.0 + '@sentry/utils': 7.111.0 '@sentry/webpack-plugin@1.21.0': dependencies: @@ -10405,7 +10405,7 @@ snapshots: '@sveltejs/vite-plugin-svelte': 3.1.0(svelte@4.2.15)(vite@5.2.9(@types/node@20.12.7)) '@types/cookie': 0.6.0 cookie: 0.6.0 - devalue: 4.3.2 + devalue: 4.3.3 esm-env: 1.0.0 import-meta-resolve: 4.0.0 kleur: 4.1.5 @@ -11454,7 +11454,7 @@ snapshots: detect-node-es@1.1.0: {} - devalue@4.3.2: {} + devalue@4.3.3: {} devlop@1.1.0: dependencies: @@ -13858,7 +13858,7 @@ snapshots: dependencies: decimal.js-light: 2.5.1 - recharts@2.12.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + recharts@2.12.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: clsx: 2.1.0 eventemitter3: 4.0.7 @@ -13958,26 +13958,26 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.14.3: + rollup@4.16.0: dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.14.3 - '@rollup/rollup-android-arm64': 4.14.3 - '@rollup/rollup-darwin-arm64': 4.14.3 - '@rollup/rollup-darwin-x64': 4.14.3 - '@rollup/rollup-linux-arm-gnueabihf': 4.14.3 - '@rollup/rollup-linux-arm-musleabihf': 4.14.3 - '@rollup/rollup-linux-arm64-gnu': 4.14.3 - '@rollup/rollup-linux-arm64-musl': 4.14.3 - '@rollup/rollup-linux-powerpc64le-gnu': 4.14.3 - '@rollup/rollup-linux-riscv64-gnu': 4.14.3 - '@rollup/rollup-linux-s390x-gnu': 4.14.3 - '@rollup/rollup-linux-x64-gnu': 4.14.3 - '@rollup/rollup-linux-x64-musl': 4.14.3 - '@rollup/rollup-win32-arm64-msvc': 4.14.3 - '@rollup/rollup-win32-ia32-msvc': 4.14.3 - '@rollup/rollup-win32-x64-msvc': 4.14.3 + '@rollup/rollup-android-arm-eabi': 4.16.0 + '@rollup/rollup-android-arm64': 4.16.0 + '@rollup/rollup-darwin-arm64': 4.16.0 + '@rollup/rollup-darwin-x64': 4.16.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.16.0 + '@rollup/rollup-linux-arm-musleabihf': 4.16.0 + '@rollup/rollup-linux-arm64-gnu': 4.16.0 + '@rollup/rollup-linux-arm64-musl': 4.16.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.16.0 + '@rollup/rollup-linux-riscv64-gnu': 4.16.0 + '@rollup/rollup-linux-s390x-gnu': 4.16.0 + '@rollup/rollup-linux-x64-gnu': 4.16.0 + '@rollup/rollup-linux-x64-musl': 4.16.0 + '@rollup/rollup-win32-arm64-msvc': 4.16.0 + '@rollup/rollup-win32-ia32-msvc': 4.16.0 + '@rollup/rollup-win32-x64-msvc': 4.16.0 fsevents: 2.3.3 rope-sequence@1.3.4: {} @@ -14252,7 +14252,7 @@ snapshots: strip-json-comments@3.1.1: {} - stripe@15.2.0: + stripe@15.3.0: dependencies: '@types/node': 20.12.7 qs: 6.12.1 @@ -14323,7 +14323,7 @@ snapshots: tabbable@6.2.0: {} - tailwind-merge@2.2.2: + tailwind-merge@2.3.0: dependencies: '@babel/runtime': 7.24.4 @@ -14662,7 +14662,7 @@ snapshots: dependencies: esbuild: 0.20.2 postcss: 8.4.38 - rollup: 4.14.3 + rollup: 4.16.0 optionalDependencies: '@types/node': 20.12.7 fsevents: 2.3.3 @@ -14848,6 +14848,6 @@ snapshots: yocto-queue@0.1.0: {} - zod@3.22.4: {} + zod@3.22.5: {} zwitch@2.0.4: {} diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 9005f5d55..3526c61fd 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -25,8 +25,8 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/prettier-config": "workspace:^", diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index 4bf261b6b..745ac93a2 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -14,8 +14,8 @@ "next": "14.3.0-canary.7", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.14", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" }, "devDependencies": { "@kit/tsconfig": "workspace:^", diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json index 199298a6b..aa4adfc7d 100644 --- a/tooling/tailwind/package.json +++ b/tooling/tailwind/package.json @@ -18,10 +18,10 @@ "autoprefixer": "^10.4.19", "next": "14.3.0-canary.7", "postcss": "8.4.38", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "tailwindcss": "3.4.3", "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4" + "zod": "^3.22.5" }, "devDependencies": { "@kit/eslint-config": "workspace:^", diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json index 43a84a5d1..1faf459af 100644 --- a/tooling/typescript/package.json +++ b/tooling/typescript/package.json @@ -8,7 +8,7 @@ "dependencies": { "@tanstack/react-table": "^8.16.0", "next": "14.3.0-canary.7", - "tailwind-merge": "^2.2.2", - "zod": "^3.22.4" + "tailwind-merge": "^2.3.0", + "zod": "^3.22.5" } }