Skip to content

Commit 125bb74

Browse files
authored
path-to-regexp@0.1.10 (#5902)
* path-to-regexp@0.1.10 * Update History.md
1 parent 2a980ad commit 125bb74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

History.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
unreleased
22
==========
33

4-
* deps: path-to-regexp@0.1.8
4+
* deps: path-to-regexp@0.1.10
55
- Adds support for named matching groups in the routes using a regex
6+
- Adds backtracking protection to parameters without regexes defined
67
* deps: encodeurl@~2.0.0
78
- Removes encoding of `\`, `|`, and `^` to align better with URL spec
89
* Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"methods": "~1.1.2",
4848
"on-finished": "2.4.1",
4949
"parseurl": "~1.3.3",
50-
"path-to-regexp": "0.1.8",
50+
"path-to-regexp": "0.1.10",
5151
"proxy-addr": "~2.0.7",
5252
"qs": "6.11.0",
5353
"range-parser": "~1.2.1",

0 commit comments

Comments
 (0)