Skip to content

Commit 7748475

Browse files
authored
fix(deps): accepts@^2.0.0 (#5881)
1 parent 91a58b5 commit 7748475

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: History.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ unreleased
1414
* deps: merge-descriptors@^2.0.0
1515
* deps: serve-static@^2.0.0
1616
17+
* deps: accepts@^2.0.0
1718

1819
5.0.0-beta.3 / 2024-03-25
1920
=========================

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"api"
2929
],
3030
"dependencies": {
31-
"accepts": "~1.3.8",
31+
"accepts": "^2.0.0",
3232
"body-parser": "2.0.0-beta.2",
3333
"content-disposition": "0.5.4",
3434
"content-type": "~1.0.4",

0 commit comments

Comments
 (0)