diff --git a/package-lock.json b/package-lock.json index b38989a..03433f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-dom": "^18", "react-router-dom": "^6.23.1", "styled-components": "^6.1.11", - "supabase": "^1.178.0", + "supabase": "^1.178.3", "tailwindcss": "^3.4.3" }, "devDependencies": { @@ -6170,9 +6170,9 @@ } }, "node_modules/supabase": { - "version": "1.178.0", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-1.178.0.tgz", - "integrity": "sha512-h7bjPWMSu/hOs3OyXITKYbXEOPaFbPtc9SJdjxgzrJPnPTA/SQucueZ6Ilf4wfw1i3MFkQFqCHIdCpvHbfACGQ==", + "version": "1.178.3", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-1.178.3.tgz", + "integrity": "sha512-yBwz+ujPMcCG/hTvzjdBqkVLgIPLOtVrXGnL8cOIM1rctPAciEDSpIQ7GD8cmTqb8leu2LuFYRjVt7O1TIXcOQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a748491..38a2280 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-dom": "^18", "react-router-dom": "^6.23.1", "styled-components": "^6.1.11", - "supabase": "^1.178.0", + "supabase": "^1.178.3", "tailwindcss": "^3.4.3" }, "devDependencies": {