mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
chore: Bump vulnerable dependencies (#45513)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded the UUID library to a newer major version across apps and removed a now-unneeded dev dependency. * Pinned PostCSS to a workspace-specific version to stabilize builds. * **Refactor** * Improved internal identifier generation for more consistent behavior without changing outward functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
"unist-builder": "^3.0.1",
|
||||
"unist-util-filter": "^4.0.1",
|
||||
"unist-util-visit": "^4.1.2",
|
||||
"uuid": "^9.0.1",
|
||||
"uuid": "^14.0.0",
|
||||
"valtio": "catalog:",
|
||||
"yaml": "^2.8.1",
|
||||
"zod": "catalog:"
|
||||
@@ -144,7 +144,6 @@
|
||||
"@types/react-copy-to-clipboard": "^5.0.4",
|
||||
"@types/react-dom": "catalog:",
|
||||
"@types/unist": "^2.0.6",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@redocly/cli": "^2.25.3",
|
||||
"amaro": "^1.1.5",
|
||||
"api-types": "workspace:*",
|
||||
|
||||
@@ -39,7 +39,7 @@ export function generateDeterministicUuid(inputs: (string | undefined | null)[])
|
||||
seed = (seed * 1103515245 + 12345) & 0x7fffffff
|
||||
bytes[i] = (seed >>> 16) & 0xff
|
||||
}
|
||||
return Array.from(bytes)
|
||||
return bytes
|
||||
}
|
||||
|
||||
// Generate UUID v4 using the deterministic RNG
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
"ui-patterns": "workspace:*",
|
||||
"use-debounce": "^7.0.1",
|
||||
"use-stick-to-bottom": "^1.1.1",
|
||||
"uuid": "^9.0.1",
|
||||
"uuid": "^14.0.0",
|
||||
"valtio": "catalog:",
|
||||
"zod": "catalog:",
|
||||
"zxcvbn": "^4.4.2"
|
||||
@@ -173,7 +173,6 @@
|
||||
"@types/react-simple-maps": "^3.0.1",
|
||||
"@types/recharts": "^1.8.23",
|
||||
"@types/sqlstring": "^2.3.0",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@types/zxcvbn": "^4.4.1",
|
||||
"@typescript-eslint/utils": "8.48.0",
|
||||
"@vitejs/plugin-react": "catalog:",
|
||||
|
||||
@@ -107,7 +107,6 @@
|
||||
"@types/react-dom": "catalog:",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/three": "^0.169.0",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"api-types": "workspace:*",
|
||||
"postcss": "catalog:",
|
||||
"react-hook-form": "^7.71.2",
|
||||
@@ -116,7 +115,7 @@
|
||||
"tsconfig": "workspace:*",
|
||||
"unist-util-visit": "^5.1.0",
|
||||
"unist-util-visit-parents": "5.1.3",
|
||||
"uuid": "^9.0.1",
|
||||
"uuid": "^14.0.0",
|
||||
"vite-tsconfig-paths": "catalog:",
|
||||
"vitest": "catalog:",
|
||||
"zod": "catalog:"
|
||||
|
||||
Generated
+343
-939
File diff suppressed because it is too large
Load Diff
@@ -77,6 +77,7 @@ overrides:
|
||||
nodemailer: ^7.0.11
|
||||
payload>undici: ^7.18.2
|
||||
pgsql-parser>libpg-query: ^15.2.0
|
||||
postcss: 'catalog:'
|
||||
refractor>prismjs: ^1.30.0
|
||||
supabase>tar: ^7.5.11
|
||||
terser-webpack-plugin>serialize-javascript: ^7.0.5
|
||||
|
||||
Reference in New Issue
Block a user