mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
fix(deps): accepts@^2.0.0 (#5881)
This commit is contained in:
parent
91a58b5b03
commit
7748475747
|
|
@ -14,6 +14,7 @@ unreleased
|
|||
* deps: merge-descriptors@^2.0.0
|
||||
* deps: serve-static@^2.0.0
|
||||
* deps: qs@6.13.0
|
||||
* deps: accepts@^2.0.0
|
||||
|
||||
5.0.0-beta.3 / 2024-03-25
|
||||
=========================
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"api"
|
||||
],
|
||||
"dependencies": {
|
||||
"accepts": "~1.3.8",
|
||||
"accepts": "^2.0.0",
|
||||
"body-parser": "2.0.0-beta.2",
|
||||
"content-disposition": "0.5.4",
|
||||
"content-type": "~1.0.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user