mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
update some other dependencies
This commit is contained in:
parent
ae6cfcec2d
commit
d89f5c6be0
911
package-lock.json
generated
911
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -34,7 +34,7 @@
|
|||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"exif": "^0.6.0",
|
"exif": "^0.6.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^1.0.2",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-jshint": "^1.1.0",
|
"grunt-contrib-jshint": "^1.1.0",
|
||||||
"grunt-jscs": "^3.0.1",
|
"grunt-jscs": "^3.0.1",
|
||||||
@ -42,16 +42,16 @@
|
|||||||
"grunt-simple-mocha": "^0.4.1",
|
"grunt-simple-mocha": "^0.4.1",
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
"mailparser": "^0.6.1",
|
"mailparser": "^0.6.1",
|
||||||
"mocha": "~3.5.3",
|
"mocha": "~5.1.1",
|
||||||
"msgpack-lite": "^0.1.26",
|
"msgpack-lite": "^0.1.26",
|
||||||
"ngeohash": "^0.6.0",
|
"ngeohash": "^0.6.0",
|
||||||
"node-red-node-test-helper": "^0.1.6",
|
"node-red-node-test-helper": "^0.1.6",
|
||||||
"nodemailer": "^4.6.4",
|
"nodemailer": "^4.6.4",
|
||||||
"poplib": "^0.1.7",
|
"poplib": "^0.1.7",
|
||||||
"proxyquire": "^1.7.11",
|
"proxyquire": "^2.0.1",
|
||||||
"pushbullet": "~2.1.0",
|
"pushbullet": "~2.2.0",
|
||||||
"should": "^11.2.1",
|
"should": "^13.2.1",
|
||||||
"sinon": "^1.17.7",
|
"sinon": "^5.0.2",
|
||||||
"supertest": "^3.0.0",
|
"supertest": "^3.0.0",
|
||||||
"when": "^3.7.8"
|
"when": "^3.7.8"
|
||||||
},
|
},
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-pushbullet",
|
"name" : "node-red-node-pushbullet",
|
||||||
"version" : "0.0.12",
|
"version" : "0.0.13",
|
||||||
"description" : "A Node-RED node to send alerts via Pushbullet",
|
"description" : "A Node-RED node to send alerts via Pushbullet",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"pushbullet": "~1.4.3",
|
"pushbullet": "~2.2.0",
|
||||||
"when": "^3.7.8"
|
"when": "^3.7.8"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user