1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

update overal packages

This commit is contained in:
Dave Conway-Jones 2018-09-24 21:12:23 +01:00
parent 5dbeb23671
commit 8480c42d87
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
3 changed files with 2339 additions and 532 deletions

2845
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,30 +32,30 @@
],
"devDependencies": {
"exif": "^0.6.0",
"grunt": "~1.0.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser-mit": "^0.6.2",
"mocha": "~5.1.1",
"mocha": "^5.2.0",
"msgpack-lite": "^0.1.26",
"multilang-sentiment": "^1.1.6",
"ngeohash": "^0.6.0",
"node-red": "*",
"node-red-node-test-helper": "*",
"nodemailer": "~4.6.7",
"nodemailer": "^4.6.8",
"poplib": "^0.1.7",
"proxyquire": "^2.0.1",
"pushbullet": "~2.2.0",
"should": "~13.2.3",
"sinon": "~5.0.10",
"supertest": "~3.1.0",
"proxyquire": "^2.1.0",
"pushbullet": "^2.3.0",
"should": "^13.2.3",
"sinon": "^6.3.4",
"supertest": "^3.3.0",
"when": "^3.7.8"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
}
}

View File

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