Skip to content

Commit 868ffb2

Browse files
committed
Update request to 2.45.0
Fixes a DoS vulnerability caused by qs library. https://nodesecurity.io/advisories/qs_dos_extended_event_loop_blocking
1 parent 28b7337 commit 868ffb2

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
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"dependencies": {
25-
"request": "=2.36.0"
25+
"request": "=2.45.0"
2626
},
2727
"devDependencies": {
2828
"mocha": "=1.20.1",

0 commit comments

Comments
 (0)