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:
12
package.json
12
package.json
@@ -34,8 +34,8 @@
|
||||
"i18next-browser-languagedetector": "^8.0.4",
|
||||
"lucide-react": "^0.487.0",
|
||||
"mongodb": "^6.20.0",
|
||||
"next": "15.2.0",
|
||||
"next-auth": "5.0.0-beta.29",
|
||||
"next": "^15.4.7",
|
||||
"next-auth": "^5.0.0-beta.30",
|
||||
"next-themes": "0.2.1",
|
||||
"photoswipe": "^5.4.4",
|
||||
"pino": "^10.1.0",
|
||||
@@ -66,5 +66,11 @@
|
||||
"tailwindcss": "3.4.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user