Skip to content

Commit be68ca3

Browse files
author
Josef Bredreck
committed
update live-server dependencies
Updated dependencies to reduce npm audit errors and warnings
1 parent 451ba10 commit be68ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/live-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"author": "Tapio Vierros",
1414
"dependencies": {
15-
"chokidar": "1.6.0",
15+
"chokidar": "3.1.0",
1616
"colors": "1.3.0",
1717
"connect": "3.6.5",
1818
"cors": "2.8.4",
1919
"event-stream": "3.3.4",
2020
"faye-websocket": "0.11.x",
2121
"http-auth": "3.2.x",
22-
"morgan": "1.6.1",
22+
"morgan": "1.9.1",
2323
"object-assign": "4.1.1",
2424
"opn": "5.3.0",
2525
"proxy-middleware": "0.15.0",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"eslint": "4.18.2",
31-
"jshint": "2.9.2",
31+
"jshint": "2.10.2",
3232
"mocha": "4.0.1",
3333
"supertest": "3.0.0"
3434
},

0 commit comments

Comments
 (0)