Update dependencies to resolve security issues.
This commit is contained in:
parent
2066b28745
commit
6b093dedd0
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -24,21 +24,21 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/sixteenmillimeter/intval3#readme",
|
"homepage": "https://github.com/sixteenmillimeter/intval3#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bleno": "^0.4.2",
|
"bleno": "^0.5.0",
|
||||||
"cron": "^1.2.1",
|
"cron": "^1.2.1",
|
||||||
"gpio": "^0.2.7",
|
"gpio": "^0.2.7",
|
||||||
"node-ipc": "^9.1.0",
|
"node-ipc": "^9.1.0",
|
||||||
"node-persist": "^2.1.0",
|
"node-persist": "^2.1.0",
|
||||||
"onoff": "^1.1.5",
|
"onoff": "^1.1.5",
|
||||||
"restify": "^5.2.0",
|
"restify": "^7.2.1",
|
||||||
"rpio": "^0.9.20",
|
"rpio": "^0.9.20",
|
||||||
"sqlite3": "^3.1.13",
|
"sqlite3": "^4.0.2",
|
||||||
"squel": "^5.12.0",
|
"squel": "^5.12.0",
|
||||||
"uuid": "^3.1.0",
|
"uuid": "^3.1.0",
|
||||||
"winston": "^2.3.1"
|
"winston": "^2.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jsdoc-to-markdown": "^3.0.0",
|
"jsdoc-to-markdown": "^4.0.1",
|
||||||
"qunit": "^2.5.0"
|
"qunit": "^2.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue