chore: explicitly declare body-parser dependency for pnpm (#2873)
All checks were successful
Build Docker image / docker-amd64 (push) Successful in 51s
Build Docker image / docker-arm64 (push) Successful in 1m25s
Build / build (push) Successful in 4m23s

Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Reviewed-on: #2873
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: Mind <1634300602@qq.com>
Co-committed-by: Mind <1634300602@qq.com>
This commit is contained in:
Mind 2025-10-07 23:21:17 -07:00 committed by Sainan
parent 0349c4a32c
commit 6a571e5e78
2 changed files with 4 additions and 0 deletions

2
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "0.1.0",
"license": "GNU",
"dependencies": {
"body-parser": "^2.2.0",
"chokidar": "^4.0.3",
"crc-32": "^1.2.2",
"express": "^5",
@ -37,6 +38,7 @@
"node": ">=20.18.1"
},
"optionalDependencies": {
"@types/body-parser": "^1.19.6",
"@types/express": "^5",
"@types/morgan": "^1.9.9",
"@types/websocket": "^1.0.10",

View File

@ -27,6 +27,7 @@
"license": "GNU",
"type": "module",
"dependencies": {
"body-parser": "^2.2.0",
"chokidar": "^4.0.3",
"crc-32": "^1.2.2",
"express": "^5",
@ -42,6 +43,7 @@
"ws": "^8.18.2"
},
"optionalDependencies": {
"@types/body-parser": "^1.19.6",
"@types/express": "^5",
"@types/morgan": "^1.9.9",
"@types/websocket": "^1.0.10",