update some other dependencies

This commit is contained in:
Dave Conway-Jones 2018-05-01 22:39:05 +01:00
parent ae6cfcec2d
commit d89f5c6be0
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
3 changed files with 519 additions and 408 deletions

911
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
],
"devDependencies": {
"exif": "^0.6.0",
"grunt": "^0.4.5",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
@ -42,16 +42,16 @@
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^0.6.1",
"mocha": "~3.5.3",
"mocha": "~5.1.1",
"msgpack-lite": "^0.1.26",
"ngeohash": "^0.6.0",
"node-red-node-test-helper": "^0.1.6",
"nodemailer": "^4.6.4",
"poplib": "^0.1.7",
"proxyquire": "^1.7.11",
"pushbullet": "~2.1.0",
"should": "^11.2.1",
"sinon": "^1.17.7",
"proxyquire": "^2.0.1",
"pushbullet": "~2.2.0",
"should": "^13.2.1",
"sinon": "^5.0.2",
"supertest": "^3.0.0",
"when": "^3.7.8"
},

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-pushbullet",
"version" : "0.0.12",
"version" : "0.0.13",
"description" : "A Node-RED node to send alerts via Pushbullet",
"dependencies" : {
"pushbullet": "~1.4.3",
"pushbullet": "~2.2.0",
"when": "^3.7.8"
},
"repository" : {