We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a980ad commit 125bb74Copy full SHA for 125bb74
History.md
@@ -1,8 +1,9 @@
1
unreleased
2
==========
3
4
- * deps: path-to-regexp@0.1.8
+ * deps: path-to-regexp@0.1.10
5
- Adds support for named matching groups in the routes using a regex
6
+ - Adds backtracking protection to parameters without regexes defined
7
* deps: encodeurl@~2.0.0
8
- Removes encoding of `\`, `|`, and `^` to align better with URL spec
9
* Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie`
package.json
@@ -47,7 +47,7 @@
47
"methods": "~1.1.2",
48
"on-finished": "2.4.1",
49
"parseurl": "~1.3.3",
50
- "path-to-regexp": "0.1.8",
+ "path-to-regexp": "0.1.10",
51
"proxy-addr": "~2.0.7",
52
"qs": "6.11.0",
53
"range-parser": "~1.2.1",
0 commit comments