diff options
| author | MaheshtheDev <[email protected]> | 2025-12-03 18:14:13 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-03 18:14:13 +0000 |
| commit | 434522da505ac666143737b215ba1dfe740d4456 (patch) | |
| tree | fb22aa7573e01f4d8669cac4cb3100bc83b16483 /apps | |
| parent | fix: chatgpt memories import (#597) (diff) | |
| download | supermemory-434522da505ac666143737b215ba1dfe740d4456.tar.xz supermemory-434522da505ac666143737b215ba1dfe740d4456.zip | |
fix: rsc critical vulnerability for react (#602)12-03-fix_rsc_critical_vulnerability_for_react
https://nextjs.org/blog/CVE-2025-66478
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 24f9f88f..96b461a8 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -64,7 +64,7 @@ "lucide-react": "^0.525.0", "masonic": "^4.1.0", "motion": "^12.19.2", - "next": "16.0.1", + "next": "16.0.7", "next-themes": "^0.4.6", "nuqs": "^2.5.2", "posthog-js": "^1.257.0", |