From 73440cb84ed24aeacfaf0b9b3926c46c99da0ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:27:59 +0000 Subject: [PATCH] chore(deps): bump @supabase/ssr in the production group Bumps the production group with 1 update: [@supabase/ssr](https://github.com/supabase/ssr). Updates `@supabase/ssr` from 0.6.1 to 0.12.4 - [Release notes](https://github.com/supabase/ssr/releases) - [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/ssr/compare/v0.6.1...v0.12.4) --- updated-dependencies: - dependency-name: "@supabase/ssr" dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package-lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index fc9738a..0d38c2a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@khyfee/deflake-core": "*", - "@supabase/ssr": "^0.6.1", + "@supabase/ssr": "^0.12.4", "@supabase/supabase-js": "^2.49.1", "animejs": "^4.0.2", "next": "^16.2.12", diff --git a/package-lock.json b/package-lock.json index 36c3378..928cb12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "version": "0.1.0", "dependencies": { "@khyfee/deflake-core": "*", - "@supabase/ssr": "^0.6.1", + "@supabase/ssr": "^0.12.4", "@supabase/supabase-js": "^2.49.1", "animejs": "^4.0.2", "next": "^16.2.12", @@ -1234,15 +1234,15 @@ } }, "node_modules/@supabase/ssr": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@supabase/ssr/-/ssr-0.6.1.tgz", - "integrity": "sha512-QtQgEMvaDzr77Mk3vZ3jWg2/y+D8tExYF7vcJT+wQ8ysuvOeGGjYbZlvj5bHYsj/SpC0bihcisnwPrM4Gp5G4g==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/@supabase/ssr/-/ssr-0.12.4.tgz", + "integrity": "sha512-xHzcgI8cC1TpBKSwJcR5Yd8CCwfIq0SBc5yb4yz/YFw5tbCrEQ0QT3a+2jymCxHgQWLfzwN93HZ6eRbcoMkOlA==", "license": "MIT", "dependencies": { - "cookie": "^1.0.1" + "cookie": "^1.0.2" }, "peerDependencies": { - "@supabase/supabase-js": "^2.43.4" + "@supabase/supabase-js": "^2.111.0" } }, "node_modules/@supabase/storage-js": {