Skip to content

Commit 49334f9

Browse files
committed
upgrade dependencies
1 parent 57027aa commit 49334f9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,20 @@
2020
"@hapi/hapi": ">=18.0.0"
2121
},
2222
"dependencies": {
23-
"urijs": "1.19.2",
24-
"@hapi/hoek": "9.0.4",
25-
"@hapi/boom": "9.1.0",
26-
"ws": "7.3.1",
27-
"websocket-framed": "1.2.3"
23+
"urijs": "1.19.5",
24+
"@hapi/hoek": "9.1.1",
25+
"@hapi/boom": "9.1.1",
26+
"ws": "7.4.2",
27+
"websocket-framed": "1.2.4"
2828
},
2929
"devDependencies": {
30-
"@hapi/hapi": "19.2.0",
30+
"@hapi/hapi": "20.0.3",
3131
"@hapi/basic": "6.0.0",
3232
"babel-eslint": "10.1.0",
33-
"eslint": "7.4.0",
34-
"eslint-config-standard": "14.1.1",
35-
"eslint-plugin-standard": "4.0.1",
33+
"eslint": "7.17.0",
34+
"eslint-config-standard": "16.0.2",
3635
"eslint-plugin-promise": "4.2.1",
37-
"eslint-plugin-import": "2.22.0",
36+
"eslint-plugin-import": "2.22.1",
3837
"eslint-plugin-node": "11.1.0"
3938
},
4039
"engines": {

0 commit comments

Comments
 (0)