Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hoek and dev dependencies #19

Merged
merged 2 commits into from Feb 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,10 +18,10 @@
"license": "BSD-3-Clause",
"devDependencies": {
"code": "5.x.x",
"hapi": "17.x.x",
"lab": "15.x.x"
"hapi": "18.x.x",
"lab": "18.x.x"
},
"dependencies": {
"hoek": "5.x.x"
"hoek": "6.x.x"
}
}
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -312,7 +312,7 @@ describe('Oppsy', () => {
total: 1,
disconnects: 1,
statusCodes: {
'200': 1
'499': 1
Copy link
Contributor

@arb arb Feb 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? Oh I see we bumped the version of hapi as well.

}
};

Expand Down