Skip to content

Commit

Permalink
fix(package.json): update to amqplib 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zlintz committed Aug 14, 2020
1 parent 5ba781c commit 6edc768
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
14
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ node_js:
- "10"
- "12"
- "14"
- "node"

before_script:
- npm run run-container
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"standard-version": "^8.0.0"
},
"dependencies": {
"amqplib": "~0.5.2",
"amqplib": "~0.6.0",
"bole": "^4.0.0",
"debug": "^4.1.1",
"machina": "^4.0.2",
Expand Down

0 comments on commit 6edc768

Please sign in to comment.