path-to-regexp@0.1.10 (#5902)

* path-to-regexp@0.1.10

* Update History.md
This commit is contained in:
Blake Embrey
2024-09-09 14:02:06 -07:00
committed by GitHub
parent 2a980ad160
commit 125bb742a3
2 changed files with 3 additions and 2 deletions

View File

@@ -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`

View File

@@ -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",