Skip to content

Commit bc07a41

Browse files
committedMay 10, 2019
deps: finalhandler@~1.1.2
1 parent c754c8a commit bc07a41

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎History.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ unreleased
1818
- deps: raw-body@2.4.0
1919
- deps: type-is@~1.6.17
2020
* deps: content-disposition@0.5.3
21+
* deps: finalhandler@~1.1.2
22+
- Set stricter `Content-Security-Policy` header
23+
- deps: parseurl@~1.3.3
24+
- deps: statuses@~1.5.0
2125
* deps: parseurl@~1.3.3
2226
* deps: proxy-addr@~2.0.5
2327
- deps: ipaddr.js@1.9.0

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"encodeurl": "~1.0.2",
4040
"escape-html": "~1.0.3",
4141
"etag": "~1.8.1",
42-
"finalhandler": "1.1.1",
42+
"finalhandler": "~1.1.2",
4343
"fresh": "0.5.2",
4444
"merge-descriptors": "1.0.1",
4545
"methods": "~1.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.