File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 2
2
language : node_js
3
3
node_js :
4
4
- " 10"
5
+ - " 12"
6
+ - " 14"
5
7
6
- install : npm install
8
+ script :
9
+ - npx standard
10
+ - npm run test
Original file line number Diff line number Diff line change 29
29
"homepage" : " https://github.com/jkyberneees/http-cache-middleware#readme" ,
30
30
"devDependencies" : {
31
31
"chai" : " ^4.2.0" ,
32
- "got" : " ^10.7 .0" ,
33
- "mocha" : " ^7 .2.0 " ,
32
+ "got" : " ^11.8 .0" ,
33
+ "mocha" : " ^8 .2.1 " ,
34
34
"nyc" : " ^15.1.0" ,
35
- "restana" : " ^4.7.3" ,
36
- "standard" : " ^14.3.4"
35
+ "restana" : " ^4.8.0"
37
36
},
38
37
"dependencies" : {
39
- "@tusbar/cache-control" : " ^0.4 .0" ,
40
- "cache-manager" : " ^3.3 .0" ,
41
- "matcher" : " ^2 .0.0" ,
42
- "middleware-if-unless" : " ^1.2.4 " ,
38
+ "@tusbar/cache-control" : " ^0.5 .0" ,
39
+ "cache-manager" : " ^3.4 .0" ,
40
+ "matcher" : " ^3 .0.0" ,
41
+ "middleware-if-unless" : " ^1.2.5 " ,
43
42
"ms" : " ^2.1.2" ,
44
43
"on-http-end" : " ^1.0.2"
45
44
}
You can’t perform that action at this time.
0 commit comments