Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Jul 12, 2024
1 parent eca390b commit 4e2e71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": "jshttp/mime-types",
"dependencies": {
"mime-db": "1.52.0"
"mime-db": "^1.53.0"
},
"devDependencies": {
"eslint": "8.33.0",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe('mimeTypes', function () {
})

it('should return mime type for ".js"', function () {
assert.strictEqual(mimeTypes.lookup('.js'), 'application/javascript')
assert.strictEqual(mimeTypes.lookup('.js'), 'text/javascript')
})

it('should return mime type for ".json"', function () {
Expand Down

0 comments on commit 4e2e71a

Please sign in to comment.