diff --git a/package-lock.json b/package-lock.json index 5eabdff7..1ceaa9eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "react-router-dom": "^7.13.0", "recharts": "^3.7.0", "sonner": "^2.0.7", - "supabase": "^2.72.8", + "supabase": "^2.74.5", "swagger-ui-react": "^5.31.0", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", @@ -11407,16 +11407,16 @@ } }, "node_modules/supabase": { - "version": "2.72.8", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.72.8.tgz", - "integrity": "sha512-3Wymv/QjmndLB9ACQA31VvJ7+KXmDqj7s8g7y+ldAcCaHBMbj+I7x0j/UBGkNbtSh0BG7kRicGA3Xc3jQlccNQ==", + "version": "2.74.5", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-2.74.5.tgz", + "integrity": "sha512-WKr5aZa4XHV9MgS6MvQWGDnVsK5A1TOswnJ1w8uCLDOpDyusmRwzaN3O1cIl7wX82xVmEZGaTHBitdbZwPb/qg==", "hasInstallScript": true, "license": "MIT", "dependencies": { "bin-links": "^6.0.0", "https-proxy-agent": "^7.0.2", "node-fetch": "^3.3.2", - "tar": "7.5.3" + "tar": "7.5.7" }, "bin": { "supabase": "bin/supabase" @@ -11599,10 +11599,9 @@ } }, "node_modules/tar": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.3.tgz", - "integrity": "sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==", - "deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", + "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", diff --git a/package.json b/package.json index 0823ba27..68e1ecf0 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "react-router-dom": "^7.13.0", "recharts": "^3.7.0", "sonner": "^2.0.7", - "supabase": "^2.72.8", + "supabase": "^2.74.5", "swagger-ui-react": "^5.31.0", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7",