Skip to content

Commit

Permalink
Merge pull request amqp-node#478 from squaremo/bump/mocha-and-others
Browse files Browse the repository at this point in the history
Bump mocha to fix stray failures
  • Loading branch information
squaremo authored Nov 3, 2018
2 parents fd0bf21 + e22127b commit 4cff063
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
},
"dependencies": {
"bitsyntax": "~0.0.4",
"bluebird": "^3.4.6",
"bluebird": "^3.5.2",
"buffer-more-ints": "0.0.2",
"readable-stream": "1.x >=1.1.9",
"safe-buffer": "^5.0.1",
"url-parse": "^1.2.0"
"safe-buffer": "^5.1.2",
"url-parse": "^1.4.3"
},
"devDependencies": {
"mocha": "~1",
"claire": "0.4.1",
"uglify-js": "2.6.x",
"istanbul": "0.1.x"
"istanbul": "0.1.x",
"mocha": "^3.5.3",
"uglify-js": "2.6.x"
},
"scripts": {
"test": "make test",
Expand Down

0 comments on commit 4cff063

Please sign in to comment.