Skip to content

Commit 1c76f13

Browse files
committed
upgrade dependencies
1 parent 1667544 commit 1c76f13

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/rse/hapi-plugin-websocket.git"
1111
},
1212
"author": {
13-
"name": "Ralf S. Engelschall",
13+
"name": "Dr. Ralf S. Engelschall",
1414
"email": "[email protected]",
1515
"url": "http://engelschall.com"
1616
},
@@ -21,21 +21,21 @@
2121
},
2222
"dependencies": {
2323
"urijs": "1.19.1",
24-
"hoek": "6.1.2",
25-
"boom": "7.3.0",
26-
"ws": "6.1.2",
27-
"websocket-framed": "1.2.0"
24+
"@hapi/hoek": "7.1.0",
25+
"@hapi/boom": "7.4.2",
26+
"ws": "7.0.0",
27+
"websocket-framed": "1.2.1"
2828
},
2929
"devDependencies": {
30-
"hapi": "17.8.1",
30+
"hapi": "18.1.0",
3131
"hapi-auth-basic": "5.0.0",
3232
"babel-eslint": "10.0.1",
33-
"eslint": "5.11.0",
33+
"eslint": "5.16.0",
3434
"eslint-config-standard": "12.0.0",
3535
"eslint-plugin-standard": "4.0.0",
36-
"eslint-plugin-promise": "4.0.1",
37-
"eslint-plugin-import": "2.14.0",
38-
"eslint-plugin-node": "8.0.0"
36+
"eslint-plugin-promise": "4.1.1",
37+
"eslint-plugin-import": "2.17.3",
38+
"eslint-plugin-node": "9.1.0"
3939
},
4040
"engines": {
4141
"node": ">=8.0.0"

0 commit comments

Comments
 (0)