We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28b7337 + bef0bef commit e058eb9Copy full SHA for e058eb9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.2 (2014-10-23)
4
+
5
+[FIXED] Upgraded `request` to 2.45.0 to prevent DoS vulnerability caused by `qs` dependency.
6
7
## 1.0.1 (2014-08-11)
8
9
[CHANGED] Incorrect arguments to `authenticate` will raise an error
package.json
@@ -1,7 +1,7 @@
{
"name": "pusher",
"description": "Node.js client to interact with the Pusher REST API",
- "version": "1.0.1",
+ "version": "1.0.2",
"author": "Pusher <support@pusher.com>",
"contributors": [
@@ -22,7 +22,7 @@
22
}
23
],
24
"dependencies": {
25
- "request": "=2.36.0"
+ "request": "=2.45.0"
26
},
27
"devDependencies": {
28
"mocha": "=1.20.1",
0 commit comments