diff --git a/apps/web/app/(marketing)/docs/_components/docs-card.tsx b/apps/web/app/(marketing)/docs/_components/docs-card.tsx
index 91d8a20e6..4b30eeeac 100644
--- a/apps/web/app/(marketing)/docs/_components/docs-card.tsx
+++ b/apps/web/app/(marketing)/docs/_components/docs-card.tsx
@@ -16,7 +16,7 @@ export function DocsCard({
className={`bg-muted/50 hover:bg-muted/70 flex grow flex-col gap-y-2 rounded p-4`}
>
- {title}
+ {title}
{subtitle && (
diff --git a/apps/web/package.json b/apps/web/package.json
index 98d5c0404..e7d0f9a13 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -85,7 +85,7 @@
"cssnano": "^7.1.1",
"pino-pretty": "13.0.0",
"prettier": "^3.6.2",
- "supabase": "2.47.2",
+ "supabase": "2.48.3",
"tailwindcss": "4.1.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3"
diff --git a/apps/web/supabase/config.toml b/apps/web/supabase/config.toml
index d539fb519..62448667c 100644
--- a/apps/web/supabase/config.toml
+++ b/apps/web/supabase/config.toml
@@ -19,7 +19,7 @@ max_rows = 1000
port = 54322
# The database major version to use. This has to be the same as your remote database's. Run `SHOW
# server_version;` on the remote database to check.
-major_version = 15
+major_version = 17
[studio]
# Port to use for Supabase Studio.
diff --git a/package.json b/package.json
index df4aa27bc..cae04c382 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"name": "next-supabase-saas-kit-turbo",
- "version": "2.17.0",
+ "version": "2.17.1",
"private": true,
"sideEffects": false,
"engines": {
- "node": ">=v18.18.0"
+ "node": ">=20.10.0"
},
"author": {
"url": "https://makerkit.dev",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1c60b3ace..b3ffaf2ce 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -308,8 +308,8 @@ importers:
specifier: ^3.6.2
version: 3.6.2
supabase:
- specifier: 2.47.2
- version: 2.47.2
+ specifier: 2.48.3
+ version: 2.48.3
tailwindcss:
specifier: 4.1.14
version: 4.1.14
@@ -7922,8 +7922,8 @@ packages:
scheduler@0.26.0:
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
- schema-utils@4.3.2:
- resolution: {integrity: sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==}
+ schema-utils@4.3.3:
+ resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==}
engines: {node: '>= 10.13.0'}
scroll-into-view-if-needed@2.2.31:
@@ -8200,8 +8200,8 @@ packages:
stylis@4.2.0:
resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==}
- supabase@2.47.2:
- resolution: {integrity: sha512-YvjjJXt21GsYvMBBJN3aKoGZf8QkCWU3hX5So/KsLRweY1YDu9mcEsrMdWp3ZYKQhoEMl9jDHG58SEQuFWGUfg==}
+ supabase@2.48.3:
+ resolution: {integrity: sha512-92vjrWqRUQPX9eYgTYlSSVXfpjzsAa++IX7IEM99BoYvNS3Pl6VrsqGN06QWi4VaX7FlPjjHLp+aIjoeWXcBug==}
engines: {npm: '>=8'}
hasBin: true
@@ -8251,6 +8251,10 @@ packages:
resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==}
engines: {node: '>=6'}
+ tapable@2.3.0:
+ resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
+ engines: {node: '>=6'}
+
tar@7.5.1:
resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==}
engines: {node: '>=18'}
@@ -16753,7 +16757,7 @@ snapshots:
scheduler@0.26.0: {}
- schema-utils@4.3.2:
+ schema-utils@4.3.3:
dependencies:
'@types/json-schema': 7.0.15
ajv: 8.17.1
@@ -17106,7 +17110,7 @@ snapshots:
stylis@4.2.0: {}
- supabase@2.47.2:
+ supabase@2.48.3:
dependencies:
bin-links: 5.0.0
https-proxy-agent: 7.0.6
@@ -17158,6 +17162,8 @@ snapshots:
tapable@2.2.3: {}
+ tapable@2.3.0: {}
+
tar@7.5.1:
dependencies:
'@isaacs/fs-minipass': 4.0.1
@@ -17170,7 +17176,7 @@ snapshots:
dependencies:
'@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1
- schema-utils: 4.3.2
+ schema-utils: 4.3.3
serialize-javascript: 6.0.2
terser: 5.44.0
webpack: 5.102.0
@@ -17565,8 +17571,8 @@ snapshots:
loader-runner: 4.3.0
mime-types: 2.1.35
neo-async: 2.6.2
- schema-utils: 4.3.2
- tapable: 2.2.3
+ schema-utils: 4.3.3
+ tapable: 2.3.0
terser-webpack-plugin: 5.3.14(webpack@5.102.0)
watchpack: 2.4.4
webpack-sources: 3.3.3