chore(dependencies): update Next.js to version 15.5.7, NextAuth to version 4.24.13, and various other dependencies for improved performance and security

This commit is contained in:
Julien Froidefond
2025-12-05 11:50:41 +01:00
parent 5415247f47
commit 7ce8057c6b
2 changed files with 333 additions and 602 deletions

View File

@@ -43,8 +43,8 @@
"emoji-regex": "^10.5.0", "emoji-regex": "^10.5.0",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"mermaid": "^11.12.0", "mermaid": "^11.12.0",
"next": "15.5.3", "next": "15.5.7",
"next-auth": "^4.24.11", "next-auth": "^4.24.12",
"prism-react-renderer": "^2.4.1", "prism-react-renderer": "^2.4.1",
"prisma": "^6.16.1", "prisma": "^6.16.1",
"react": "19.1.0", "react": "19.1.0",
@@ -60,8 +60,8 @@
"twemoji": "^14.0.2" "twemoji": "^14.0.2"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3", "@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4.1.17",
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^19", "@types/react": "^19",
@@ -69,15 +69,21 @@
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "^15.5.7", "eslint-config-next": "^15.5.7",
"husky": "^9.1.7", "husky": "^9.1.7",
"knip": "^5.64.0", "knip": "^5.71.0",
"lint-staged": "^15.5.2", "lint-staged": "^15.5.2",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"tailwindcss": "^4.1.14", "tailwindcss": "^4.1.17",
"tsx": "^4.19.2", "tsx": "^4.19.2",
"typescript": "^5", "typescript": "^5",
"vitest": "^2.1.8" "vitest": "^2.1.8"
}, },
"pnpm": {
"overrides": {
"esbuild": ">=0.25.0",
"mdast-util-to-hast": ">=13.2.1"
}
},
"lint-staged": { "lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": [ "*.{js,jsx,ts,tsx,json,css,md}": [
"prettier --write" "prettier --write"

917
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff