Skip to content

Commit 05f40f4

Browse files
authored
fix(deps)!: content-disposition@^1.0.0 (#5884)
1 parent 402e7f6 commit 05f40f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

History.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ unreleased
1818
* deps: mime-types@^3.0.0
1919
- `application/javascript` => `text/javascript`
2020
* deps: type-is@^2.0.0
21+
* deps: content-disposition@^1.0.0
2122

2223
5.0.0-beta.3 / 2024-03-25
2324
=========================

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"accepts": "^2.0.0",
3232
"body-parser": "2.0.0-beta.2",
33-
"content-disposition": "0.5.4",
33+
"content-disposition": "^1.0.0",
3434
"content-type": "~1.0.4",
3535
"cookie": "0.6.0",
3636
"cookie-signature": "^1.2.1",

0 commit comments

Comments
 (0)