Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
✨ Merge pull request #3 from LukvonStrom/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
LukvonStrom committed Jun 13, 2018
2 parents 1691e0c + ccbda23 commit 2800d1e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 20 deletions.
53 changes: 51 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
},
"dependencies": {
"body-parser": "*",
"celebrate": "^7.0.4",
"cheerio": "^1.0.0-rc.2",
"celebrate": "7.0.4",
"cheerio": "1.0.0-rc.2",
"cookie-parser": "*",
"debug": "*",
"dotenv": "^4.0.0",
"dsbclient": "^1.3.1",
"etag": "^1.8.1",
"dotenv": "4.0.0",
"dsbclient": "1.3.1",
"etag": "1.8.1",
"express": "*",
"fancy-log": "^1.3.2",
"fancy-log": "1.3.2",
"hbs": "*",
"is-online": "^7.0.0",
"lowdb": "^1.0.0",
"is-online": "7.0.0",
"lowdb": "1.0.0",
"morgan": "*",
"node-lightify": "^2.1.10",
"raven": "^2.4.2",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"node-lightify": "2.1.10",
"raven": "2.6.2",
"request": "2.83.0",
"request-promise-native": "1.0.5",
"serve-favicon": "*",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"spotify-web-api-node": "^2.5.0",
"telegraf": "^3.17.5",
"tplink-smarthome-api": "^0.22.0",
"wintools": "^0.1.0",
"socket.io": "2.0.4",
"socket.io-client": "2.0.4",
"spotify-web-api-node": "2.5.0",
"telegraf": "3.17.5",
"tplink-smarthome-api": "0.22.0",
"wintools": "0.1.0",
"wunderground": "0.0.0"
}
}

0 comments on commit 2800d1e

Please sign in to comment.