This commit is contained in:
Douglas Christopher Wilson
2019-05-10 23:49:13 -04:00
parent bc07a41693
commit 8267c4b724
2 changed files with 4 additions and 2 deletions

View File

@@ -27,10 +27,12 @@ unreleased
- deps: ipaddr.js@1.9.0
* deps: qs@6.7.0
- Fix parsing array brackets after index
* deps: send@0.17.0
* deps: send@0.17.1
- Set stricter CSP header in redirect & error responses
- deps: http-errors@~1.7.2
- deps: mime@1.6.0
- deps: ms@2.1.1
- deps: range-parser@~1.2.1
- deps: statuses@~1.5.0
- perf: remove redundant `path.normalize` call
* deps: serve-static@1.14.0

View File

@@ -50,7 +50,7 @@
"qs": "6.7.0",
"range-parser": "~1.2.0",
"safe-buffer": "5.1.2",
"send": "0.17.0",
"send": "0.17.1",
"serve-static": "1.14.0",
"setprototypeof": "1.1.1",
"statuses": "~1.5.0",