Skip to content

Commit 884de7b

Browse files
committed
deps: Update dependencies including Next.js 16.1.6 security fix
Updates: - next: 16.1.1 → 16.1.6 (fixes security vulnerabilities) - eslint-config-next: 16.1.1 → 16.1.6 - react: 19.2.3 → 19.2.4 - react-dom: 19.2.3 → 19.2.4 - highcharts: 12.4.0 → 12.5.0 - jotai: 2.16.1 → 2.17.0 - lucide-react: 0.562.0 → 0.563.0 - motion: 12.24.12 → 12.29.2 - pg: 8.16.3 → 8.17.2 - pino: 10.1.0 → 10.3.0 - react-hook-form: 7.70.0 → 7.71.1 - set-cookie-parser: 2.7.2 → 3.0.1 - undici: 7.18.2 → 7.19.2 - xstate: 5.25.0 → 5.26.0 - @supabase/*: 2.90.1 → 2.93.3 - prettier: 3.7.4 → 3.8.1 - @types/node: 25.0.3 → 25.1.0 - @types/react: 19.2.7 → 19.2.10 Kept at current versions (incompatible with codebase): - zod: stays at ^3.25.76 (v4 has breaking changes) - zod-form-data: stays at ^2.0.8 (requires zod v3)
1 parent a837fa7 commit 884de7b

File tree

2 files changed

+1179
-1175
lines changed

2 files changed

+1179
-1175
lines changed

app/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,52 +47,52 @@
4747
"clsx": "^2.1.1",
4848
"cmdk": "^1.1.1",
4949
"date-fns": "^4.1.0",
50-
"highcharts": "^12.4.0",
51-
"jotai": "^2.16.1",
50+
"highcharts": "^12.5.0",
51+
"jotai": "^2.17.0",
5252
"jotai-effect": "^2.2.3",
5353
"jotai-xstate": "^0.6.1",
5454
"jsonwebtoken": "^9.0.3",
55-
"lucide-react": "^0.562.0",
55+
"lucide-react": "^0.563.0",
5656
"mermaid": "^11.12.2",
5757
"moderndash": "^4.0.0",
58-
"motion": "^12.24.12",
59-
"next": "16.1.1",
58+
"motion": "^12.29.2",
59+
"next": "16.1.6",
6060
"nuqs": "^2.8.6",
61-
"pg": "^8.16.3",
61+
"pg": "^8.17.2",
6262
"pg-copy-streams": "^7.0.0",
63-
"pino": "^10.1.0",
63+
"pino": "^10.3.0",
6464
"pino-seq": "^3.0.0",
65-
"react": "19.2.3",
65+
"react": "19.2.4",
6666
"react-day-picker": "^9.13.0",
67-
"react-dom": "19.2.3",
68-
"react-hook-form": "^7.70.0",
69-
"set-cookie-parser": "^2.7.2",
67+
"react-dom": "19.2.4",
68+
"react-hook-form": "^7.71.1",
69+
"set-cookie-parser": "^3.0.1",
7070
"sharp": "^0.34.5",
7171
"svg-pan-zoom": "^3.6.2",
7272
"swr": "^2.3.8",
7373
"tailwind-merge": "^3.4.0",
7474
"tailwindcss-animate": "^1.0.7",
75-
"undici": "^7.18.2",
76-
"xstate": "^5.25.0",
75+
"undici": "^7.19.2",
76+
"xstate": "^5.26.0",
7777
"zod": "^3.25.76",
7878
"zod-form-data": "^2.0.8"
7979
},
8080
"devDependencies": {
81-
"@supabase/auth-js": "^2.90.1",
82-
"@supabase/postgrest-js": "^2.90.1",
83-
"@supabase/supabase-js": "^2.90.1",
81+
"@supabase/auth-js": "^2.93.3",
82+
"@supabase/postgrest-js": "^2.93.3",
83+
"@supabase/supabase-js": "^2.93.3",
8484
"@tailwindcss/postcss": "^4.1.18",
8585
"@types/jest": "^30.0.0",
86-
"@types/node": "^25.0.3",
87-
"@types/react": "19.2.7",
86+
"@types/node": "^25.1.0",
87+
"@types/react": "19.2.10",
8888
"@types/react-dom": "19.2.3",
8989
"dotenv": "^17.2.3",
9090
"eslint": "^9.39.2",
91-
"eslint-config-next": "16.1.1",
91+
"eslint-config-next": "16.1.6",
9292
"eslint-config-prettier": "^10.1.8",
9393
"jest": "^30.2.0",
9494
"postcss": "^8.5.6",
95-
"prettier": "^3.7.4",
95+
"prettier": "^3.8.1",
9696
"rimraf": "^6.1.2",
9797
"tailwindcss": "^4.1.18",
9898
"ts-jest": "^29.4.6",
@@ -767,8 +767,8 @@
767767
"zod-form-data"
768768
],
769769
"overrides": {
770-
"@types/react": "19.0.12",
771-
"@types/react-dom": "19.0.4"
770+
"@types/react": "19.2.10",
771+
"@types/react-dom": "19.2.3"
772772
}
773773
}
774774
}

0 commit comments

Comments
 (0)