dep(server)!: bump forever@4.0.3, iconv@3.0.1, busboy@1.6.0 & rebuilt package-lock (#370)

* dep(server): bump forever@4.0.3, iconv@3.0.1, & rebuilt package-lock w/ v2 lock
* dep(server)!: bump busboy@1.6.0
* refactor(server): apply additional changes to match busboy docs
This commit is contained in:
エリス
2023-09-05 12:02:48 +09:00
committed by GitHub
parent dd9e922c59
commit ea31d29acc
3 changed files with 4017 additions and 670 deletions
+3 -3
View File
@@ -15,9 +15,9 @@
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"busboy": "^0.3.1",
"forever": "^4.0.1",
"iconv": "^3.0.0",
"busboy": "^1.6.0",
"forever": "^4.0.3",
"iconv": "^3.0.1",
"json-stringify-safe": "^5.0.1"
}
}