mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
deps: path-is-absolute@1.0.1
This commit is contained in:
parent
ad4d52de29
commit
4b39a01e6a
|
|
@ -8,6 +8,7 @@ This incorporates all changes after 4.13.1 up to 4.14.1.
|
|||
- `res.jsonp(status, obj)` signature - use `res.status(status).jsonp(obj)`
|
||||
- `res.vary()` (no arguments) -- provide a field name as an argument
|
||||
* deps: array-flatten@2.1.1
|
||||
* deps: path-is-absolute@1.0.1
|
||||
* deps: router@~1.1.5
|
||||
- deps: array-flatten@2.0.1
|
||||
- deps: methods@~1.1.2
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"methods": "~1.1.2",
|
||||
"on-finished": "~2.3.0",
|
||||
"parseurl": "~1.3.1",
|
||||
"path-is-absolute": "1.0.0",
|
||||
"path-is-absolute": "1.0.1",
|
||||
"path-to-regexp": "0.1.7",
|
||||
"proxy-addr": "~1.1.3",
|
||||
"qs": "6.2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user