Skip to content

Commit

Permalink
fix: Formidable arbitrary file upload (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 authored Apr 23, 2024
1 parent 04aab43 commit fef0867
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
33 changes: 22 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"exceljs": "^4.4.0",
"formidable": "^3.5.1",
"mongodb-memory-server": "^9.1.8",
"mongoose": "^8.3.0",
"reflect-metadata": "^0.1.13",
Expand All @@ -52,7 +53,7 @@
"jest": "^29.5.0",
"prettier": "^3.0.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit fef0867

Please sign in to comment.