Skip to content

Commit

Permalink
delete express-fileupload
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo3829l committed Oct 15, 2024
1 parent a331294 commit dafadec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
21 changes: 0 additions & 21 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-fileupload": "^1.5.1",
"express-validator": "^7.0.1",
"follow-redirects": "^1.15.6",
"fs-extra": "^11.2.0",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ buffer-from@^1.0.0:
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz"
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==

busboy@^1.0.0, busboy@^1.6.0:
busboy@^1.0.0:
version "1.6.0"
resolved "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz"
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
Expand Down Expand Up @@ -2150,13 +2150,6 @@ expect@^29.7.0:
jest-message-util "^29.7.0"
jest-util "^29.7.0"

express-fileupload@^1.5.1:
version "1.5.1"
resolved "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.5.1.tgz"
integrity sha512-LsYG1ALXEB7vlmjuSw8ABeOctMp8a31aUC5ZF55zuz7O2jLFnmJYrCv10py357ky48aEoBQ/9bVXgFynjvaPmA==
dependencies:
busboy "^1.6.0"

express-validator@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/express-validator/-/express-validator-7.0.1.tgz"
Expand Down

0 comments on commit dafadec

Please sign in to comment.