File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 33
33
},
34
34
"homepage" : " https://github.com/os-js/osjs-server#readme" ,
35
35
"dependencies" : {
36
- "@osjs/common" : " ^3.0.3 " ,
36
+ "@osjs/common" : " ^3.0.4 " ,
37
37
"body-parser" : " ^1.19.0" ,
38
- "chokidar" : " ^2.1.8 " ,
38
+ "chokidar" : " ^3.3.1 " ,
39
39
"connect-loki" : " ^1.1.0" ,
40
40
"consola" : " ^2.11.3" ,
41
- "deepmerge" : " ^2 .2.1 " ,
41
+ "deepmerge" : " ^4 .2.2 " ,
42
42
"express" : " ^4.17.1" ,
43
43
"express-http-proxy" : " ^1.6.0" ,
44
44
"express-session" : " ^1.17.0" ,
52
52
"morgan" : " ^1.9.1" ,
53
53
"nocache" : " ^2.1.0" ,
54
54
"sanitize-filename" : " ^1.6.3" ,
55
- "uuid" : " ^3.3.3 "
55
+ "uuid" : " ^3.4.0 "
56
56
},
57
57
"devDependencies" : {
58
58
"@osjs/eslint-config" : " ^1.0.2" ,
59
59
"eslint" : " ^6.8.0" ,
60
- "jest-express" : " ^1.10.1 " ,
60
+ "jest-express" : " ^1.10.2 " ,
61
61
"temp" : " ^0.9.1"
62
62
},
63
63
"eslintConfig" : {
94
94
}
95
95
}
96
96
},
97
- {"name" : " esdoc-publish-html-plugin" },
98
- {"name" : " ./src/esdoc.js" }
97
+ {
98
+ "name" : " esdoc-publish-html-plugin"
99
+ },
100
+ {
101
+ "name" : " ./src/esdoc.js"
102
+ }
99
103
]
100
104
},
101
105
"jest" : {
102
106
"collectCoverage" : true ,
103
- "coverageReporters" : [" lcov" ],
107
+ "coverageReporters" : [
108
+ " lcov"
109
+ ],
104
110
"moduleNameMapper" : {
105
111
"^osjs$" : " <rootDir>/__mocks__/core.js"
106
112
},
You can’t perform that action at this time.
0 commit comments