Skip to content

Commit 66815fa

Browse files
committed
upgrade dependencies
1 parent 38d3582 commit 66815fa

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,19 @@
2020
"@hapi/hapi": ">=18.0.0"
2121
},
2222
"dependencies": {
23-
"urijs": "1.19.5",
24-
"@hapi/hoek": "9.1.1",
25-
"@hapi/boom": "9.1.1",
26-
"ws": "7.4.2",
23+
"urijs": "1.19.6",
24+
"@hapi/hoek": "9.2.0",
25+
"@hapi/boom": "9.1.2",
26+
"ws": "7.5.1",
2727
"websocket-framed": "1.2.4"
2828
},
2929
"devDependencies": {
30-
"@hapi/hapi": "20.0.3",
30+
"@hapi/hapi": "20.1.5",
3131
"@hapi/basic": "6.0.0",
3232
"babel-eslint": "10.1.0",
33-
"eslint": "7.17.0",
34-
"eslint-config-standard": "16.0.2",
35-
"eslint-plugin-promise": "4.2.1",
36-
"eslint-plugin-import": "2.22.1",
33+
"eslint": "7.29.0",
34+
"eslint-config-standard": "16.0.3",
35+
"eslint-plugin-import": "2.23.4",
3736
"eslint-plugin-node": "11.1.0"
3837
},
3938
"engines": {

0 commit comments

Comments
 (0)