From 0a4eb382e00a4744619b1b2ab562f65c7c19cfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 06:14:54 +0000 Subject: [PATCH] chore(deps): update dependency supabase to v2.15.8 (#387) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa431d6..86f5014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "lint-staged": "15.4.3", "postcss": "8.5.3", "prettier": "3.5.2", - "supabase": "2.12.1", + "supabase": "2.15.8", "tailwindcss": "3.4.17", "typescript": "5.7.3", "typescript-eslint": "8.24.1", @@ -13371,9 +13371,9 @@ } }, "node_modules/supabase": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.12.1.tgz", - "integrity": "sha512-vB6LX1KGrqku8AFlp2vJw49IUB9g6Rz2b84qpcWSZ3mMDFumA6hDSbXbFJUnr3hcvyPzoOsQlhMTZN7a6o3hfA==", + "version": "2.15.8", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.15.8.tgz", + "integrity": "sha512-yY4kVpdd7x9u5QqTW/8zUXIrMgdkBDGqQwkDugBLe8uoFdH9tVZKt0L5RmuM21RJ0MEQkby2sQrTfiXvgGyx9w==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 28eafca..33f3f38 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "lint-staged": "15.4.3", "postcss": "8.5.3", "prettier": "3.5.2", - "supabase": "2.12.1", + "supabase": "2.15.8", "tailwindcss": "3.4.17", "typescript": "5.7.3", "typescript-eslint": "8.24.1",