From 4051d820a2cbaf2bf8af0e32018dd7ad6596351e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:45:41 +0000 Subject: [PATCH] chore(deps): bump @supabase/ssr from 0.4.0 to 0.5.1 Bumps [@supabase/ssr](https://github.com/supabase/ssr) from 0.4.0 to 0.5.1. - [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.4.0...v0.5.1) --- updated-dependencies: - dependency-name: "@supabase/ssr" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44e27ce..7fae13e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hookdeck/sdk": "^0.3.1", - "@supabase/ssr": "^0.4.0", + "@supabase/ssr": "^0.5.1", "@supabase/supabase-js": "^2.45.4", "dayjs": "^1.11.12", "next": "^14.2.15", @@ -473,18 +473,6 @@ "node": ">=14" } }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.20.0.tgz", - "integrity": "sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ] - }, "node_modules/@rushstack/eslint-patch": { "version": "1.10.4", "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz", @@ -538,15 +526,12 @@ } }, "node_modules/@supabase/ssr": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@supabase/ssr/-/ssr-0.4.0.tgz", - "integrity": "sha512-6WS3NUvHDhCPAFN2kJ79AQDO8+M9fJ7y2fYpxgZqIuJEpnnGsHDNnB5Xnv8CiaJIuRU+0pKboy62RVZBMfZ0Lg==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@supabase/ssr/-/ssr-0.5.1.tgz", + "integrity": "sha512-+G94H/GZG0nErZ3FQV9yJmsC5Rj7dmcfCAwOt37hxeR1La+QTl8cE9whzYwPUrTJjMLGNXoO+1BMvVxwBAbz4g==", "dependencies": { "cookie": "^0.6.0" }, - "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.9.5" - }, "peerDependencies": { "@supabase/supabase-js": "^2.43.4" } diff --git a/package.json b/package.json index 57312c4..abf00fd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@hookdeck/sdk": "^0.3.1", - "@supabase/ssr": "^0.4.0", + "@supabase/ssr": "^0.5.1", "@supabase/supabase-js": "^2.45.4", "dayjs": "^1.11.12", "next": "^14.2.15",