I am currently using express 4.0, which uses the node module "path-to-regexp"
path-to-regexp 0.1.7 doesn't allow zero or more path parameters
I want to upgrade path-to-regexp within express to version 1.2.1
Npm update has a depth paramater shown in the docs, but I don't want to update all of express' dependencies, just path-to-regexp.
I would also prefer to do it without forking express, and without manually altering express' package.json.