Skip to content

Commit

Permalink
Merge pull request #178 from alallier/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
alallier authored Apr 20, 2019
2 parents a3f747f + f26905f commit 54515f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions expressSampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "",
"main": "server.js",
"dependencies": {
"express": "^4.16.4",
"body-parser": "^1.18.3",
"morgan": "^1.9.1",
"supervisor": "^0.12.0"
"express": "4.16.4",
"body-parser": "1.18.3",
"morgan": "1.9.1",
"supervisor": "0.12.0"
},
"private": true,
"scripts": {
Expand Down

0 comments on commit 54515f6

Please sign in to comment.