Skip to content

Commit

Permalink
fix: add explicit mime types (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya authored Apr 2, 2024
1 parent 6857b3a commit 01b8b9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@sentry/node": "^7.55.2",
"@shortloop/node": "0.0.12",
"@types/express": "^4.17.21",
"@types/mime": "3",
"axios": "^1.6.2",
"better-sse": "^0.10.0",
"cors": "^2.8.5",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5715,6 +5715,7 @@ __metadata:
"@types/ip": ^1.1.3
"@types/jest": ^29.5.4
"@types/lodash": ^4.14.199
"@types/mime": 3
"@types/morgan": ^1.9.9
"@types/node": "*"
"@types/node-cron": ^3.0.8
Expand Down Expand Up @@ -9057,6 +9058,13 @@ __metadata:
languageName: node
linkType: hard

"@types/mime@npm:3":
version: 3.0.4
resolution: "@types/mime@npm:3.0.4"
checksum: a6139c8e1f705ef2b064d072f6edc01f3c099023ad7c4fce2afc6c2bf0231888202adadbdb48643e8e20da0ce409481a49922e737eca52871b3dc08017455843
languageName: node
linkType: hard

"@types/minimatch@npm:*, @types/minimatch@npm:^5.1.2":
version: 5.1.2
resolution: "@types/minimatch@npm:5.1.2"
Expand Down

0 comments on commit 01b8b9b

Please sign in to comment.