Skip to content

Commit 5899c3a

Browse files
committed
fix(deps)!: send@^1.0.0
1 parent 82fc12a commit 5899c3a

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
@@ -4,6 +4,7 @@ unreleased
44
* `res.status()` accepts only integers, and input must be greater than 99 and less than 1000
55
* will throw a `RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.` for inputs outside this range
66
* will throw a `TypeError: Invalid status code: ${code}. Status code must be an integer.` for non integer inputs
7+
78
* change:
89
- `res.clearCookie` will ignore user provided `maxAge` and `expires` options
910

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"range-parser": "~1.2.1",
5555
"router": "2.0.0-beta.2",
5656
"safe-buffer": "5.2.1",
57-
"send": "1.0.0-beta.2",
57+
"send": "^1.0.0",
5858
"serve-static": "2.0.0-beta.2",
5959
"setprototypeof": "1.2.0",
6060
"statuses": "2.0.1",

0 commit comments

Comments
 (0)