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

Commit 89bcf15

Browse files
committed
Update accepts (patch) and @hapi/boom (minor)
1 parent 8c04480 commit 89bcf15

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

lib/PreHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const Boom = require('boom');
3+
const Boom = require('@hapi/boom');
44
const MediaType = require('media-type');
55
const IsJsonApiRequest = require('./IsJsonApiRequest');
66

package-lock.json

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"node": ">=8.6.0"
2727
},
2828
"dependencies": {
29-
"accepts": "^1.3.5",
30-
"boom": "^7.2.2",
29+
"accepts": "^1.3.7",
30+
"@hapi/boom": "^7.4.2",
3131
"media-type": "^0.3.1"
3232
},
3333
"devDependencies": {

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const Boom = require('boom');
3+
const Boom = require('@hapi/boom');
44
const Code = require('@hapi/code');
55
const Hapi = require('@hapi/hapi');
66
const Lab = require('@hapi/lab');

0 commit comments

Comments
 (0)