mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
path-to-regexp@0.1.10 (#5902)
* path-to-regexp@0.1.10 * Update History.md
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
unreleased
|
||||
==========
|
||||
|
||||
* deps: path-to-regexp@0.1.8
|
||||
* deps: path-to-regexp@0.1.10
|
||||
- Adds support for named matching groups in the routes using a regex
|
||||
- Adds backtracking protection to parameters without regexes defined
|
||||
* deps: encodeurl@~2.0.0
|
||||
- Removes encoding of `\`, `|`, and `^` to align better with URL spec
|
||||
* Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie`
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"methods": "~1.1.2",
|
||||
"on-finished": "2.4.1",
|
||||
"parseurl": "~1.3.3",
|
||||
"path-to-regexp": "0.1.8",
|
||||
"path-to-regexp": "0.1.10",
|
||||
"proxy-addr": "~2.0.7",
|
||||
"qs": "6.11.0",
|
||||
"range-parser": "~1.2.1",
|
||||
|
||||
Reference in New Issue
Block a user