Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update accepts (patch) and @hapi/boom (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed May 15, 2019
1 parent 8c04480 commit 89bcf15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lib/PreHandler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Boom = require('boom');
const Boom = require('@hapi/boom');
const MediaType = require('media-type');
const IsJsonApiRequest = require('./IsJsonApiRequest');

Expand Down
17 changes: 1 addition & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"node": ">=8.6.0"
},
"dependencies": {
"accepts": "^1.3.5",
"boom": "^7.2.2",
"accepts": "^1.3.7",
"@hapi/boom": "^7.4.2",
"media-type": "^0.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Boom = require('boom');
const Boom = require('@hapi/boom');
const Code = require('@hapi/code');
const Hapi = require('@hapi/hapi');
const Lab = require('@hapi/lab');
Expand Down

0 comments on commit 89bcf15

Please sign in to comment.