Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 24, 2018
1 parent 7b42774 commit 22c4608
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 18 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"node": "0.6 || 0.8 || 0.9 || 0.10 || 0.12"
},
"dependencies": {
"amqplib": "^0.5.2",
"debug": "^4.1.0",
"extend": "^3.0.0",
"readable-id-mjs": "^1.0.0",
"uuid": "^3.3.2"
"amqplib": "0.5.3",
"debug": "4.1.0",
"extend": "3.0.2",
"readable-id-mjs": "1.0.0",
"uuid": "3.3.2"
},
"devDependencies": {
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.6.0",
"longjohn": "~0.2.9",
"mocha": ">=2.3.3",
"commitizen": "3.0.5",
"cz-conventional-changelog": "2.1.0",
"jest": "23.6.0",
"longjohn": "0.2.12",
"mocha": "5.2.0",
"servicebus-retry": "0.0.13",
"should": "13.2.3",
"sinon": "~7.1.1"
"sinon": "7.1.1"
},
"optionalDependencies": {},
"config": {
Expand Down

0 comments on commit 22c4608

Please sign in to comment.