Skip to content

Commit

Permalink
fix(deps)!: send@^1.0.0 (#5786)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd authored Aug 9, 2024
1 parent 82fc12a commit ecf762f
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 @@ -4,6 +4,7 @@ unreleased
* `res.status()` accepts only integers, and input must be greater than 99 and less than 1000
* will throw a `RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.` for inputs outside this range
* will throw a `TypeError: Invalid status code: ${code}. Status code must be an integer.` for non integer inputs
* deps: send@1.0.0
* change:
- `res.clearCookie` will ignore user provided `maxAge` and `expires` options

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"range-parser": "~1.2.1",
"router": "2.0.0-beta.2",
"safe-buffer": "5.2.1",
"send": "1.0.0-beta.2",
"send": "^1.0.0",
"serve-static": "2.0.0-beta.2",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
Expand Down

0 comments on commit ecf762f

Please sign in to comment.