From 727e1636460925268e24a1a7f2d482ac35b6c7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:09:09 +0000 Subject: [PATCH] Bump supabase from 2.22.4 to 2.51.0 in /lemonade-map Bumps [supabase](https://github.com/supabase/cli) from 2.22.4 to 2.51.0. - [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.22.4...v2.51.0) --- updated-dependencies: - dependency-name: supabase dependency-version: 2.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lemonade-map/package-lock.json | 40 ++++++++++------------------------ lemonade-map/package.json | 2 +- 2 files changed, 13 insertions(+), 29 deletions(-) diff --git a/lemonade-map/package-lock.json b/lemonade-map/package-lock.json index bc731d2..2f108a5 100644 --- a/lemonade-map/package-lock.json +++ b/lemonade-map/package-lock.json @@ -23,7 +23,7 @@ "react-router": "^7.5.2", "react-router-dom": "^7.5.3", "react-scripts": "5.0.1", - "supabase": "^2.22.4", + "supabase": "^2.51.0", "web-vitals": "^4.2.4" }, "devDependencies": { @@ -13444,9 +13444,9 @@ } }, "node_modules/minizlib": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", - "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", + "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", "license": "MIT", "dependencies": { "minipass": "^7.1.2" @@ -18030,16 +18030,16 @@ } }, "node_modules/supabase": { - "version": "2.22.4", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.22.4.tgz", - "integrity": "sha512-yYj7q8Nx9LsvMNBZb8qMeD9jEqlArOAB7yRAuIMpZqbWbuQYLTYevzPNrKOvsJl2iM0uHOhKdeG8+ywc9QnNcQ==", + "version": "2.51.0", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.51.0.tgz", + "integrity": "sha512-/veWvAlztU+T+l012O1R3g6poEhP/nqAGbdU5ws0nICTD8cY9bMgn68YJFVDKcQJVhO7NCJ1LbX/IgyYKNNvBw==", "hasInstallScript": true, "license": "MIT", "dependencies": { "bin-links": "^5.0.0", "https-proxy-agent": "^7.0.2", "node-fetch": "^3.3.2", - "tar": "7.4.3" + "tar": "7.5.1" }, "bin": { "supabase": "bin/supabase" @@ -18336,16 +18336,15 @@ } }, "node_modules/tar": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", - "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz", + "integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==", "license": "ISC", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", "minipass": "^7.1.2", - "minizlib": "^3.0.1", - "mkdirp": "^3.0.1", + "minizlib": "^3.1.0", "yallist": "^5.0.0" }, "engines": { @@ -18359,21 +18358,6 @@ "dev": true, "license": "MIT" }, - "node_modules/tar/node_modules/mkdirp": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", - "license": "MIT", - "bin": { - "mkdirp": "dist/cjs/src/bin.js" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/tar/node_modules/yallist": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", diff --git a/lemonade-map/package.json b/lemonade-map/package.json index d79306f..8ae7d74 100644 --- a/lemonade-map/package.json +++ b/lemonade-map/package.json @@ -19,7 +19,7 @@ "react-router": "^7.5.2", "react-router-dom": "^7.5.3", "react-scripts": "5.0.1", - "supabase": "^2.22.4", + "supabase": "^2.51.0", "web-vitals": "^4.2.4" }, "scripts": {