From 15cf62f7f456cadfc5b44ebdc19bd5cf9f877f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:15:47 +0000 Subject: [PATCH] deps: bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@supabase/supabase-js](https://github.com/supabase/supabase-js) and [critters](https://github.com/GoogleChromeLabs/critters/tree/HEAD/packages/critters). Updates `@supabase/supabase-js` from 2.55.0 to 2.56.0 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.55.0...v2.56.0) Updates `critters` from 0.0.23 to 0.0.25 - [Release notes](https://github.com/GoogleChromeLabs/critters/releases) - [Changelog](https://github.com/GoogleChromeLabs/critters/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChromeLabs/critters/commits/0.0.25/packages/critters) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-version: 2.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: critters dependency-version: 0.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++------------ package.json | 4 ++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b12760..a631319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-toast": "^1.2.15", "@rainbow-me/rainbowkit": "^2.2.8", - "@supabase/supabase-js": "^2.55.0", + "@supabase/supabase-js": "^2.56.0", "@tailwindcss/postcss": "^4.1.12", "@tanstack/react-query": "^5.85.5", "@types/node": "^24.3.0", @@ -29,7 +29,7 @@ "autoprefixer": "^10.4.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "critters": "^0.0.23", + "critters": "^0.0.25", "ethers": "^6.15.0", "framer-motion": "^12.23.12", "lucide-react": "^0.540.0", @@ -5489,9 +5489,9 @@ } }, "node_modules/@supabase/postgrest-js": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.19.4.tgz", - "integrity": "sha512-O4soKqKtZIW3olqmbXXbKugUtByD2jPa8kL2m2c1oozAO11uCcGrRhkZL0kVxjBLrXHE0mdSkFsMj7jDSfyNpw==", + "version": "1.21.3", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.21.3.tgz", + "integrity": "sha512-rg3DmmZQKEVCreXq6Am29hMVe1CzemXyIWVYyyua69y6XubfP+DzGfLxME/1uvdgwqdoaPbtjBDpEBhqxq1ZwA==", "license": "MIT", "dependencies": { "@supabase/node-fetch": "^2.6.14" @@ -5519,15 +5519,15 @@ } }, "node_modules/@supabase/supabase-js": { - "version": "2.55.0", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.55.0.tgz", - "integrity": "sha512-Y1uV4nEMjQV1x83DGn7+Z9LOisVVRlY1geSARrUHbXWgbyKLZ6/08dvc0Us1r6AJ4tcKpwpCZWG9yDQYo1JgHg==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.56.0.tgz", + "integrity": "sha512-XqwhHSyVnkjdliPN61CmXsmFGnFHTX2WDdwjG3Ukvdzuu3Trix+dXupYOQ3BueIyYp7B6t0yYpdQtJP2hIInyg==", "license": "MIT", "dependencies": { "@supabase/auth-js": "2.71.1", "@supabase/functions-js": "2.4.5", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.19.4", + "@supabase/postgrest-js": "1.21.3", "@supabase/realtime-js": "2.15.1", "@supabase/storage-js": "^2.10.4" } @@ -8611,9 +8611,10 @@ } }, "node_modules/critters": { - "version": "0.0.23", - "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.23.tgz", - "integrity": "sha512-/MCsQbuzTPA/ZTOjjyr2Na5o3lRpr8vd0MZE8tMP0OBNg/VrLxWHteVKalQ8KR+fBmUadbJLdoyEz9sT+q84qg==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.25.tgz", + "integrity": "sha512-ROF/tjJyyRdM8/6W0VqoN5Ql05xAGnkf5b7f3sTEl1bI5jTQQf8O918RD/V9tEb9pRY/TKcvJekDbJtniHyPtQ==", + "deprecated": "Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 03cfee5..7f119a2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-toast": "^1.2.15", "@rainbow-me/rainbowkit": "^2.2.8", - "@supabase/supabase-js": "^2.55.0", + "@supabase/supabase-js": "^2.56.0", "@tailwindcss/postcss": "^4.1.12", "@tanstack/react-query": "^5.85.5", "@types/node": "^24.3.0", @@ -36,7 +36,7 @@ "autoprefixer": "^10.4.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "critters": "^0.0.23", + "critters": "^0.0.25", "ethers": "^6.15.0", "framer-motion": "^12.23.12", "lucide-react": "^0.540.0",