Skip to content

Commit e058eb9

Browse files
committed
Merge branch 'r1.0.2'
2 parents 28b7337 + bef0bef commit e058eb9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 1.0.1 (2014-08-11)
48

59
[CHANGED] Incorrect arguments to `authenticate` will raise an error

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pusher",
33
"description": "Node.js client to interact with the Pusher REST API",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Pusher <support@pusher.com>",
66
"contributors": [
77
{
@@ -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)