From 7a5347e449416488575264720aed440edd10299b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 11:51:36 +0000 Subject: [PATCH] chore(deps-dev): bump supabase from 2.30.4 to 2.33.9 Bumps [supabase](https://github.com/supabase/cli) from 2.30.4 to 2.33.9. - [Release notes](https://github.com/supabase/cli/releases) - [Changelog](https://github.com/supabase/cli/blob/develop/.goreleaser.yml) - [Commits](https://github.com/supabase/cli/compare/v2.30.4...v2.33.9) --- updated-dependencies: - dependency-name: supabase dependency-version: 2.33.9 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 5e66d84..fda28b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.2.0", - "supabase": "^2.30.4", + "supabase": "^2.33.9", "typescript": "~5.8.3", "typescript-eslint": "^8.34.1", "vite": "^7.0.0" @@ -3439,9 +3439,9 @@ } }, "node_modules/supabase": { - "version": "2.30.4", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.30.4.tgz", - "integrity": "sha512-AOCyd2vmBBMTXbnahiCU0reRNxKS4n5CrPciUF2tcTrQ8dLzl1HwcLfe5DrG8E0QRcKHPDdzprmh/2+y4Ta5MA==", + "version": "2.33.9", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.33.9.tgz", + "integrity": "sha512-bjCdzcAzbzmPn5B4FNjsAE32aHDgCHtHngj0eDZdZ1+tVbH1/4TwGeZWy41JeiraNx5VPMG+BUOG2VNBXXcXEA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 62f9eaf..af5256a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.2.0", - "supabase": "^2.30.4", + "supabase": "^2.33.9", "typescript": "~5.8.3", "typescript-eslint": "^8.34.1", "vite": "^7.0.0"