Skip to content

Commit

Permalink
fix(deps)!: content-disposition@^1.0.0 (#5884)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd authored Aug 31, 2024
1 parent 402e7f6 commit 05f40f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ unreleased
* deps: mime-types@^3.0.0
- `application/javascript` => `text/javascript`
* deps: type-is@^2.0.0
* deps: content-disposition@^1.0.0

5.0.0-beta.3 / 2024-03-25
=========================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"accepts": "^2.0.0",
"body-parser": "2.0.0-beta.2",
"content-disposition": "0.5.4",
"content-disposition": "^1.0.0",
"content-type": "~1.0.4",
"cookie": "0.6.0",
"cookie-signature": "^1.2.1",
Expand Down

0 comments on commit 05f40f4

Please sign in to comment.