Skip to content

Commit

Permalink
update path-to-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jul 5, 2018
1 parent 6dbe464 commit dec3594
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ broker.createService({
- fix multiple CORS origin handling. Thanks for [@felipegcampos](https://github.com/felipegcampos)
- if `X-Correlation-Id` is in the request header, it is used as `requestID` in `Context`.
- types in errors have been changed (removed `ERR_` prefix)
- `path-to-regexp` is updated to v2.x.x
-----------------------------
<a name="0.6.4"></a>
Expand Down
20 changes: 5 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"es6-error": "4.1.1",
"isstream": "0.1.2",
"lodash": "4.17.10",
"path-to-regexp": "1.7.0",
"path-to-regexp": "2.2.1",
"qs": "6.5.2",
"serve-static": "1.13.2"
},
Expand Down

0 comments on commit dec3594

Please sign in to comment.