Skip to content

Commit 4ceb050

Browse files
Fix for the ReDOS vulnerability
nodeclub is currently affected by the high-severity vulnerability [ReDOS vulnerability](https://snyk.io/vuln/npm:negotiator:20160616). Vulnerable module: `negotiator` Introduced through: `express` This PR fixes the ReDOS vulnerability by upgrading `express` to version 4.14.0 You are already watching this repo with Snyk, so check out [the project](https://snyk.io/test/github/cnodejs/nodeclub) to review other vulnerabilities that affect this repo, and generate a PR to fix more vulnerabilities. Stay secure, The Snyk team
1 parent 28cc9bc commit 4ceb050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"data2xml": "1.2.4",
2121
"ejs-mate": "2.3.0",
2222
"eventproxy": "0.3.4",
23-
"express": "4.13.4",
23+
"express": "4.14.0",
2424
"express-session": "1.12.1",
2525
"helmet": "1.3.0",
2626
"ioredis": "1.15.1",

0 commit comments

Comments
 (0)