Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from terafin/snyk-upgrade-8fd96ac5db18731428b62…
Browse files Browse the repository at this point in the history
…cb60b8b6b19-restyled

Restyle [Snyk] Upgrade ws from 7.2.0 to 7.2.1
  • Loading branch information
terafin committed Mar 2, 2020
2 parents ea1c64b + 136577f commit 989101d
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
@@ -1,34 +1,34 @@
{
"name": "mqtt-deconz-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terafin/mqtt-deconz-bridge.git"
},
"author": "Justin Wood",
"license": "MIT",
"bugs": {
"url": "https://github.com/terafin/mqtt-deconz-bridge/issues"
},
"dependencies": {
"homeautomation-js-lib": "https://github.com/terafin/homeautomation-js-lib.git",
"lodash": "latest",
"configstore": "latest",
"reconnecting-websocket": "latest",
"moment-timezone": "latest",
"ws": "7.2.1",
"websocket": "latest",
"mqtt": "latest",
"request": "latest",
"repeat": "0.0.6"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/terafin/mqtt-deconz-bridge#readme"
"name": "mqtt-deconz-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terafin/mqtt-deconz-bridge.git"
},
"author": "Justin Wood",
"license": "MIT",
"bugs": {
"url": "https://github.com/terafin/mqtt-deconz-bridge/issues"
},
"dependencies": {
"homeautomation-js-lib": "https://github.com/terafin/homeautomation-js-lib.git",
"lodash": "latest",
"configstore": "latest",
"reconnecting-websocket": "latest",
"moment-timezone": "latest",
"ws": "7.2.1",
"websocket": "latest",
"mqtt": "latest",
"request": "latest",
"repeat": "0.0.6"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/terafin/mqtt-deconz-bridge#readme"
}

0 comments on commit 989101d

Please sign in to comment.