Skip to content

Commit

Permalink
Update to hydra-core 1.5.5 (#105)
Browse files Browse the repository at this point in the history
* Update to hydra 1.4.29

* Update to hydra core 1.5.5

* update debug module due to reported advisory #534
  • Loading branch information
cjus authored Nov 21, 2017
1 parent 1d43bcc commit bf14777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydra-express",
"version": "1.4.30",
"version": "1.5.5",
"description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.",
"author": {
"name": "Carlos Justiniano"
Expand All @@ -25,10 +25,10 @@
"bluebird": "3.5.0",
"body-parser": "1.17.1",
"cors": "2.8.3",
"debug": "2.6.8",
"debug": "2.6.9",
"express": "4.15.3",
"helmet": "3.6.0",
"hydra": "1.4.29",
"hydra": "1.5.5",
"moment": "2.18.1",
"response-time": "2.3.2"
},
Expand Down

0 comments on commit bf14777

Please sign in to comment.