From 497e0a978b954839937a629488083dd207fc5abc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 08:19:42 +0000 Subject: [PATCH] fix: upgrade supabase from 1.178.0 to 1.178.3 Snyk has created this PR to upgrade supabase from 1.178.0 to 1.178.3. See this package in npm: supabase See this project in Snyk: https://app.snyk.io/org/josetutis/project/3c402998-992a-4249-ae7b-830abf69abcf?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 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": {