diff --git a/apps/web/package.json b/apps/web/package.json index 5aed468e7..eb9442bb7 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -70,7 +70,7 @@ "recharts": "^2.12.6", "sonner": "^1.4.41", "tailwind-merge": "^2.3.0", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "devDependencies": { "@kit/eslint-config": "workspace:^", @@ -86,7 +86,7 @@ "dotenv-cli": "^7.4.1", "eslint": "^8.57.0", "prettier": "^3.2.5", - "supabase": "^1.164.1", + "supabase": "^1.165.0", "tailwindcss": "3.4.3", "typescript": "^5.4.5" }, diff --git a/packages/billing/core/package.json b/packages/billing/core/package.json index 60da9c2a8..062c9c6dc 100644 --- a/packages/billing/core/package.json +++ b/packages/billing/core/package.json @@ -22,7 +22,7 @@ "@kit/tailwind-config": "workspace:*", "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "eslintConfig": { "root": true, diff --git a/packages/billing/gateway/package.json b/packages/billing/gateway/package.json index 1856057dd..dc50f311d 100644 --- a/packages/billing/gateway/package.json +++ b/packages/billing/gateway/package.json @@ -35,7 +35,7 @@ "react": "18.3.1", "react-hook-form": "^7.51.3", "react-i18next": "^14.1.1", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "eslintConfig": { "root": true, diff --git a/packages/billing/lemon-squeezy/package.json b/packages/billing/lemon-squeezy/package.json index ff8bfc3b7..2e3672381 100644 --- a/packages/billing/lemon-squeezy/package.json +++ b/packages/billing/lemon-squeezy/package.json @@ -28,7 +28,7 @@ "@types/react": "^18.3.1", "next": "14.2.3", "react": "18.3.1", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "eslintConfig": { "root": true, diff --git a/packages/billing/stripe/package.json b/packages/billing/stripe/package.json index 80ff9f950..4a6b82ca2 100644 --- a/packages/billing/stripe/package.json +++ b/packages/billing/stripe/package.json @@ -17,7 +17,7 @@ "dependencies": { "@stripe/react-stripe-js": "^2.7.0", "@stripe/stripe-js": "^3.3.0", - "stripe": "^15.4.0" + "stripe": "^15.5.0" }, "devDependencies": { "@kit/billing": "workspace:^", @@ -32,7 +32,7 @@ "date-fns": "^3.6.0", "next": "14.2.3", "react": "18.3.1", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "eslintConfig": { "root": true, diff --git a/packages/cms/keystatic/package.json b/packages/cms/keystatic/package.json index 92f9c46e6..a1b27f4df 100644 --- a/packages/cms/keystatic/package.json +++ b/packages/cms/keystatic/package.json @@ -25,7 +25,7 @@ "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:^", "@types/node": "^20.12.7", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "eslintConfig": { "root": true, diff --git a/packages/database-webhooks/package.json b/packages/database-webhooks/package.json index e64bff9f4..fc6c24502 100644 --- a/packages/database-webhooks/package.json +++ b/packages/database-webhooks/package.json @@ -24,7 +24,7 @@ "@kit/team-accounts": "workspace:^", "@kit/tsconfig": "workspace:*", "@supabase/supabase-js": "^2.43.0", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "eslintConfig": { "root": true, diff --git a/packages/features/accounts/package.json b/packages/features/accounts/package.json index c87cd989b..6f9146c09 100644 --- a/packages/features/accounts/package.json +++ b/packages/features/accounts/package.json @@ -45,7 +45,7 @@ "react-hook-form": "^7.51.3", "react-i18next": "^14.1.1", "sonner": "^1.4.41", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "prettier": "@kit/prettier-config", "eslintConfig": { diff --git a/packages/features/admin/package.json b/packages/features/admin/package.json index b2f68c302..004c51fef 100644 --- a/packages/features/admin/package.json +++ b/packages/features/admin/package.json @@ -29,7 +29,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.51.3", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "exports": { ".": "./src/index.ts", diff --git a/packages/features/auth/package.json b/packages/features/auth/package.json index c0608d938..bf45238a9 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.1", "sonner": "^1.4.41", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "prettier": "@kit/prettier-config", "eslintConfig": { diff --git a/packages/features/team-accounts/package.json b/packages/features/team-accounts/package.json index 2295b6b23..8d225e688 100644 --- a/packages/features/team-accounts/package.json +++ b/packages/features/team-accounts/package.json @@ -45,7 +45,7 @@ "react-hook-form": "^7.51.3", "react-i18next": "^14.1.1", "sonner": "^1.4.41", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "prettier": "@kit/prettier-config", "eslintConfig": { diff --git a/packages/features/team-accounts/src/components/invitations/account-invitations-table.tsx b/packages/features/team-accounts/src/components/invitations/account-invitations-table.tsx index 36b9ed90c..8f55ffecb 100644 --- a/packages/features/team-accounts/src/components/invitations/account-invitations-table.tsx +++ b/packages/features/team-accounts/src/components/invitations/account-invitations-table.tsx @@ -160,7 +160,7 @@ function ActionsDropdown({ }) { const [isDeletingInvite, setIsDeletingInvite] = useState(false); const [isUpdatingRole, setIsUpdatingRole] = useState(false); - const [iRenewingInvite, setIsRenewingInvite] = useState(false); + const [isRenewingInvite, setIsRenewingInvite] = useState(false); if (!permissions.canUpdateInvitation && !permissions.canRemoveInvitation) { return null; @@ -223,7 +223,7 @@ function ActionsDropdown({ /> - + =8'} + '@sentry/core@7.113.0': + resolution: {integrity: sha512-pg75y3C5PG2+ur27A0Re37YTCEnX0liiEU7EOxWDGutH17x3ySwlYqLQmZsFZTSnvzv7t3MGsNZ8nT5O0746YA==} + engines: {node: '>=8'} + '@sentry/integrations@7.112.2': resolution: {integrity: sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==} engines: {node: '>=8'} @@ -3440,8 +3444,8 @@ packages: resolution: {integrity: sha512-MNzkqER8jc2xOS3ArkCLH5hakzu15tcjeC7qjU7rQ1Ms4WuV+MG0docSRESux0/p23Qjzf9tZOc8C5Eq+Sxduw==} engines: {node: '>=8'} - '@sentry/opentelemetry-node@7.112.2': - resolution: {integrity: sha512-XIYqq/mQy7JOc+xQPGQoRwGb3DPNuMcOR6vox81zs4UHCL1POBo8/q3Og6q5jUj18YBrFMkiaZUDFi5VsgxHAA==} + '@sentry/opentelemetry-node@7.113.0': + resolution: {integrity: sha512-3IWC8dZ2KrMBmsVBK3rECc8JZbjRswKMGG2iVsKn2V+K0OVLldwXCnezFtHyIkM02vx6Dj/z3AffYP4KllsHLQ==} engines: {node: '>=8'} peerDependencies: '@opentelemetry/api': 1.x @@ -3463,10 +3467,18 @@ packages: resolution: {integrity: sha512-kCMLt7yhY5OkWE9MeowlTNmox9pqDxcpvqguMo4BDNZM5+v9SEb1AauAdR78E1a1V8TyCzjBD7JDfXWhvpYBcQ==} engines: {node: '>=8'} + '@sentry/types@7.113.0': + resolution: {integrity: sha512-PJbTbvkcPu/LuRwwXB1He8m+GjDDLKBtu3lWg5xOZaF5IRdXQU2xwtdXXsjge4PZR00tF7MO7X8ZynTgWbYaew==} + engines: {node: '>=8'} + '@sentry/utils@7.112.2': resolution: {integrity: sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==} engines: {node: '>=8'} + '@sentry/utils@7.113.0': + resolution: {integrity: sha512-nzKsErwmze1mmEsbW2AwL2oB+I5v6cDEJY4sdfLekA4qZbYZ8pV5iWza6IRl4XfzGTE1qpkZmEjPU9eyo0yvYw==} + engines: {node: '>=8'} + '@sentry/vercel-edge@7.112.2': resolution: {integrity: sha512-19fyAAw7+wvgtpLsaLijvqvdPpf94oPmu9PRyvxM8azVeAF2YUtVo2XZkTKuxZwxAmouuKCNLgwtSJ51YbLSIw==} engines: {node: '>=8'} @@ -6677,8 +6689,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - stripe@15.4.0: - resolution: {integrity: sha512-o3STlHYUmJh1ogAem434As7hCMEGG43R1fFkX0NuxabnmZoOQ9Ytxuu+e5Tq5NSE3LPUIV64jbjQebHoZvLTKw==} + stripe@15.5.0: + resolution: {integrity: sha512-c04ToET4ZUzoeSh2rWarXCPNa2+6YzkwNAcWaT4axYRlN/u1XMkz9+inouNsXWjeT6ttBrp1twz10x/sCbWLpQ==} engines: {node: '>=12.*'} styled-jsx@5.1.1: @@ -6702,8 +6714,8 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true - supabase@1.164.1: - resolution: {integrity: sha512-1NwkDBW9Ny28Nhdxwf79tyU/x3BLNWNw/9m5olZXvJZvhaZhOCKt1JZgPnSYX/eXS2OQiKd8MJkE0gMYRZorew==} + supabase@1.165.0: + resolution: {integrity: sha512-bN1TSR6p4POxCQqb3OsO6vo2H9yKIUB2HW44SiLAV9leBIjdm4AsrJJ1hmc/YecqjtuBooAr7RXz/uGKQEQbEQ==} engines: {npm: '>=8'} hasBin: true @@ -7196,8 +7208,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - zod@3.23.5: - resolution: {integrity: sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==} + zod@3.23.6: + resolution: {integrity: sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==} zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -7808,7 +7820,7 @@ snapshots: y-prosemirror: 1.2.3(prosemirror-model@1.20.0)(prosemirror-state@1.4.3)(prosemirror-view@1.33.6)(y-protocols@1.0.6(yjs@13.6.15))(yjs@13.6.15) y-protocols: 1.0.6(yjs@13.6.15) yjs: 13.6.15 - zod: 3.23.5 + zod: 3.23.6 transitivePeerDependencies: - next - supports-color @@ -9978,6 +9990,11 @@ snapshots: '@sentry/types': 7.112.2 '@sentry/utils': 7.112.2 + '@sentry/core@7.113.0': + dependencies: + '@sentry/types': 7.113.0 + '@sentry/utils': 7.113.0 + '@sentry/integrations@7.112.2': dependencies: '@sentry/core': 7.112.2 @@ -10014,15 +10031,15 @@ snapshots: '@sentry/types': 7.112.2 '@sentry/utils': 7.112.2 - '@sentry/opentelemetry-node@7.112.2(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.24.0(@opentelemetry/api@1.8.0))(@opentelemetry/sdk-trace-base@1.24.0(@opentelemetry/api@1.8.0))(@opentelemetry/semantic-conventions@1.24.0)': + '@sentry/opentelemetry-node@7.113.0(@opentelemetry/api@1.8.0)(@opentelemetry/core@1.24.0(@opentelemetry/api@1.8.0))(@opentelemetry/sdk-trace-base@1.24.0(@opentelemetry/api@1.8.0))(@opentelemetry/semantic-conventions@1.24.0)': dependencies: '@opentelemetry/api': 1.8.0 '@opentelemetry/core': 1.24.0(@opentelemetry/api@1.8.0) '@opentelemetry/sdk-trace-base': 1.24.0(@opentelemetry/api@1.8.0) '@opentelemetry/semantic-conventions': 1.24.0 - '@sentry/core': 7.112.2 - '@sentry/types': 7.112.2 - '@sentry/utils': 7.112.2 + '@sentry/core': 7.113.0 + '@sentry/types': 7.113.0 + '@sentry/utils': 7.113.0 '@sentry/react@7.112.2(react@18.3.1)': dependencies: @@ -10042,10 +10059,16 @@ snapshots: '@sentry/types@7.112.2': {} + '@sentry/types@7.113.0': {} + '@sentry/utils@7.112.2': dependencies: '@sentry/types': 7.112.2 + '@sentry/utils@7.113.0': + dependencies: + '@sentry/types': 7.113.0 + '@sentry/vercel-edge@7.112.2': dependencies: '@sentry-internal/tracing': 7.112.2 @@ -13827,7 +13850,7 @@ snapshots: strip-json-comments@3.1.1: {} - stripe@15.4.0: + stripe@15.5.0: dependencies: '@types/node': 20.12.7 qs: 6.12.1 @@ -13851,7 +13874,7 @@ snapshots: pirates: 4.0.6 ts-interface-checker: 0.1.13 - supabase@1.164.1: + supabase@1.165.0: dependencies: bin-links: 4.0.3 https-proxy-agent: 7.0.4 @@ -14386,6 +14409,6 @@ snapshots: yocto-queue@0.1.0: {} - zod@3.23.5: {} + zod@3.23.6: {} zwitch@2.0.4: {} diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 7f8d29407..c54276c4e 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "next": "14.2.3", "tailwind-merge": "^2.3.0", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "devDependencies": { "@kit/prettier-config": "workspace:^", diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index ce20041af..ef970072a 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -15,7 +15,7 @@ "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.14", "tailwind-merge": "^2.3.0", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "devDependencies": { "@kit/tsconfig": "workspace:^", diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json index db51f02ea..2510debba 100644 --- a/tooling/tailwind/package.json +++ b/tooling/tailwind/package.json @@ -21,7 +21,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss": "3.4.3", "tailwindcss-animate": "^1.0.7", - "zod": "^3.23.5" + "zod": "^3.23.6" }, "devDependencies": { "@kit/eslint-config": "workspace:^", diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json index d962ebec3..1f9805936 100644 --- a/tooling/typescript/package.json +++ b/tooling/typescript/package.json @@ -9,6 +9,6 @@ "@tanstack/react-table": "^8.16.0", "next": "14.2.3", "tailwind-merge": "^2.3.0", - "zod": "^3.23.5" + "zod": "^3.23.6" } }