mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
fix(deps): type-is@^2.0.0 (#5883)
This commit is contained in:
parent
4e61d0100d
commit
402e7f653f
|
|
@ -17,6 +17,7 @@ unreleased
|
|||
* deps: accepts@^2.0.0
|
||||
* deps: mime-types@^3.0.0
|
||||
- `application/javascript` => `text/javascript`
|
||||
* deps: type-is@^2.0.0
|
||||
|
||||
5.0.0-beta.3 / 2024-03-25
|
||||
=========================
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
"serve-static": "^2.0.0",
|
||||
"setprototypeof": "1.2.0",
|
||||
"statuses": "2.0.1",
|
||||
"type-is": "~1.6.18",
|
||||
"type-is": "^2.0.0",
|
||||
"utils-merge": "1.0.1",
|
||||
"vary": "~1.1.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user