Skip to content

Commit d635440

Browse files
Update package.json
Change required dependency - express from "4.x" to ">=4.5" Reference(security issue): https://nodesecurity.io/advisories/express_no-charset-in-content-type-header
1 parent 4b93d86 commit d635440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cookie-parser": "1.4.0",
2020
"ejs": "^1.0.0",
2121
"emojify.js": "^1.0.1",
22-
"express": "4.x",
22+
"express": ">=4.5",
2323
"express-session": "^1.11.1",
2424
"formidable": "^1.0.17",
2525
"highlight.js": "^8.4.0",

0 commit comments

Comments
 (0)