Skip to content

Commit

Permalink
dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tgabi333 committed Sep 22, 2022
1 parent bb81473 commit 236169d
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: focal
dist: jammy

addons:
apt:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test": "eslint . && nyc mocha --exit && nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"amqplib": "^0.10.1",
"uuid": "^8.2.0"
"amqplib": "^0.10.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"chai": "^4.3.6",
Expand Down
Loading

0 comments on commit 236169d

Please sign in to comment.