fix(deps): accepts@^2.0.0 (#5881)

This commit is contained in:
Wes Todd 2024-08-31 10:55:04 -05:00 committed by GitHub
parent 91a58b5b03
commit 7748475747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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
=========================

View File

@ -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",