File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " restana-static" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " Efficiently serve static files using Node.js and Docker containers." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
25
25
},
26
26
"homepage" : " https://github.com/jkyberneees/restana-static#readme" ,
27
27
"dependencies" : {
28
- "config" : " ^3.3.6 " ,
29
- "helmet" : " ^4.6.0 " ,
28
+ "config" : " ^3.3.7 " ,
29
+ "helmet" : " ^5.0.2 " ,
30
30
"http-cache-middleware" : " ^1.3.8" ,
31
31
"morgan" : " ^1.10.0" ,
32
- "restana" : " ^4.9.2 " ,
33
- "serve-static" : " ^1.14.1 "
32
+ "restana" : " ^4.9.5 " ,
33
+ "serve-static" : " ^1.15.0 "
34
34
},
35
35
"devDependencies" : {
36
- "chai" : " ^4.3.4 " ,
37
- "mocha" : " ^9.1.3 " ,
38
- "supertest" : " ^6.1.6 "
36
+ "chai" : " ^4.3.6 " ,
37
+ "mocha" : " ^10.0.0 " ,
38
+ "supertest" : " ^6.2.3 "
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments