deps: 更新依赖

fix CVE-2025-29927
This commit is contained in:
Skyone 2025-03-22 19:08:28 +08:00
parent 84113c73d6
commit 440f0fec1d
Signed by: skyone-wzw
GPG Key ID: 088762FAD7C84961
2 changed files with 518 additions and 266 deletions

770
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -16,12 +16,12 @@
"node": ">=20.0.0"
},
"dependencies": {
"@prisma/client": "^6.4.1",
"@prisma/client": "^6.5.0",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"monaco-editor": "^0.52.2",
"next": "15.2.1",
"next-intl": "^3.26.5",
"next": "15.2.3",
"next-intl": "^4.0.2",
"nextjs-toploader": "^3.7.15",
"react": "^19",
"react-dom": "^19",
@ -41,16 +41,16 @@
"vfile": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.12",
"@tailwindcss/postcss": "^4.0.15",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"eslint-config-next": "15.2.3",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8",
"prisma": "^6.4.1",
"tailwindcss": "^4.0.12",
"prisma": "^6.5.0",
"tailwindcss": "^4.0.15",
"typescript": "^5"
}
}