ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.31k stars 206 forks source link

Bump devDependencies #118

Closed SimenB closed 9 years ago

SimenB commented 9 years ago

This removes the deprecation warning when running tests.

chai and mocha are the only changes that actually brings in another version. The other deps were installing latest.

"request" can be updated from ^2.27.0 to ^2.55.0 (Installed: 2.55.0, Latest: 2.55.0) "debug" can be updated from ^0.8.1 to ^2.1.3 (Installed: 0.8.1, Latest: 2.1.3) "chai" can be updated from ^1.9.1 to ^2.2.0 (Installed: 1.10.0, Latest: 2.2.0) "mocha" can be updated from ^1.21.0 to ^2.2.4 (Installed: 1.21.5, Latest: 2.2.4) "proxyquire" can be updated from ^1.0.1 to ^1.4.0 (Installed: 1.4.0, Latest: 1.4.0) "sinon" can be updated from ^1.10.3 to ^1.14.1 (Installed: 1.14.1, Latest: 1.14.1)