chore: replace mime with mime-types (#624)
Some checks are pending
main / build (push) Waiting to run

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-09 19:03:00 -04:00 committed by GitHub
parent 86463358d8
commit 8836085300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 42 additions and 20 deletions

View file

@ -26,12 +26,12 @@
"@octokit/plugin-retry": "^8.0.1",
"@octokit/plugin-throttling": "^11.0.1",
"glob": "^11.0.2",
"mime": "^3.0.0"
"mime-types": "^3.0.1"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/mime": "^3.0.1",
"@types/mime-types": "^3.0.1",
"@types/node": "^22.15.21",
"@vercel/ncc": "^0.38.3",
"jest": "^29.3.1",