Skip to content

Commit ea48dc6

Browse files
committedJan 12, 2020
Updated dependencies
Some deps are leaving hanging as they need an audit.
1 parent 59cba96 commit ea48dc6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@
3434
"homepage": "https://github.com/os-js/osjs-server#readme",
3535
"dependencies": {
3636
"@osjs/common": "^3.0.3",
37-
"body-parser": "^1.18.2",
38-
"chokidar": "^2.1.5",
37+
"body-parser": "^1.19.0",
38+
"chokidar": "^2.1.8",
3939
"connect-loki": "^1.1.0",
40-
"consola": "^2.6.0",
40+
"consola": "^2.11.3",
4141
"deepmerge": "^2.2.1",
42-
"express": "^4.16.4",
43-
"express-http-proxy": "^1.5.1",
44-
"express-session": "^1.16.1",
42+
"express": "^4.17.1",
43+
"express-http-proxy": "^1.6.0",
44+
"express-session": "^1.17.0",
4545
"express-ws": "^4.0.0",
46-
"fast-glob": "^2.2.6",
47-
"filehound": "^1.17.0",
46+
"fast-glob": "^2.2.7",
47+
"filehound": "^1.17.3",
4848
"formidable": "^1.2.1",
49-
"fs-extra": "^7.0.0",
50-
"mime": "^2.4.2",
49+
"fs-extra": "^8.1.0",
50+
"mime": "^2.4.4",
5151
"minimist": "^1.2.0",
5252
"morgan": "^1.9.1",
53-
"nocache": "^2.0.0",
54-
"sanitize-filename": "^1.6.1",
55-
"uuid": "^3.3.2"
53+
"nocache": "^2.1.0",
54+
"sanitize-filename": "^1.6.3",
55+
"uuid": "^3.3.3"
5656
},
5757
"devDependencies": {
58-
"@osjs/eslint-config": "^1.0.0",
59-
"eslint": "^5.16.0",
60-
"jest-express": "^1.10.0",
61-
"temp": "^0.9.0"
58+
"@osjs/eslint-config": "^1.0.2",
59+
"eslint": "^6.8.0",
60+
"jest-express": "^1.10.1",
61+
"temp": "^0.9.1"
6262
}
6363
}

0 commit comments

Comments
 (0)
Please sign in to comment.