Skip to content

Commit

Permalink
path-to-regexp@0.1.10 (#5902)
Browse files Browse the repository at this point in the history
* path-to-regexp@0.1.10

* Update History.md
  • Loading branch information
blakeembrey committed Sep 9, 2024
1 parent 2a980ad commit 125bb74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 125bb74

Please sign in to comment.