chore: upgrade package versions for security reason (#21751)

This commit is contained in:
Joel
2025-07-01 16:02:04 +08:00
committed by GitHub
parent 5c11c22302
commit a67441689a
2 changed files with 113 additions and 88 deletions

View File

@@ -103,7 +103,7 @@
"mime": "^4.0.4",
"mitt": "^3.0.1",
"negotiator": "^0.6.3",
"next": "15.2.3",
"next": "15.2.4",
"next-themes": "^0.4.3",
"pinyin-pro": "^3.25.0",
"qrcode.react": "^4.2.0",
@@ -235,7 +235,11 @@
},
"pnpm": {
"overrides": {
"esbuild@<0.25.0": "0.25.0"
"esbuild@<0.25.0": "0.25.0",
"pbkdf2@<3.1.3": "3.1.3",
"vite@<6.2.7": "6.2.7",
"prismjs@<1.30.0": "1.30.0",
"brace-expansion@<2.0.2": "2.0.2"
}
}
}