Tristan Yu commited on
Commit
b36f02b
·
1 Parent(s): a29dc5e

chore: add multer dependency for weekly practice file uploads

Browse files
Files changed (1) hide show
  1. package.json +2 -1
package.json CHANGED
@@ -18,7 +18,8 @@
18
  "uuid": "^9.0.1",
19
  "bcryptjs": "^2.4.3",
20
  "jsonwebtoken": "^9.0.2",
21
- "express-rate-limit": "^7.1.5"
 
22
  },
23
  "devDependencies": {
24
  "nodemon": "^3.0.2"
 
18
  "uuid": "^9.0.1",
19
  "bcryptjs": "^2.4.3",
20
  "jsonwebtoken": "^9.0.2",
21
+ "express-rate-limit": "^7.1.5",
22
+ "multer": "^1.4.5-lts.1"
23
  },
24
  "devDependencies": {
25
  "nodemon": "^3.0.2"