chore: update dependencies in package.json and pnpm-lock.yaml, including next and next-auth versions, and add overrides for glob and js-yaml

This commit is contained in:
Julien Froidefond
2025-12-05 11:02:21 +01:00
parent 9446f63fe5
commit 6a107db728
2 changed files with 269 additions and 356 deletions

View File

@@ -34,8 +34,8 @@
"i18next-browser-languagedetector": "^8.0.4", "i18next-browser-languagedetector": "^8.0.4",
"lucide-react": "^0.487.0", "lucide-react": "^0.487.0",
"mongodb": "^6.20.0", "mongodb": "^6.20.0",
"next": "15.2.0", "next": "^15.4.7",
"next-auth": "5.0.0-beta.29", "next-auth": "^5.0.0-beta.30",
"next-themes": "0.2.1", "next-themes": "0.2.1",
"photoswipe": "^5.4.4", "photoswipe": "^5.4.4",
"pino": "^10.1.0", "pino": "^10.1.0",
@@ -66,5 +66,11 @@
"tailwindcss": "3.4.1", "tailwindcss": "3.4.1",
"typescript": "5.3.3" "typescript": "5.3.3"
}, },
"packageManager": "pnpm@9.0.0" "packageManager": "pnpm@9.0.0",
"pnpm": {
"overrides": {
"glob": ">=10.5.0",
"js-yaml": ">=4.1.1"
}
}
} }

613
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff