File tree 2 files changed +11
-6
lines changed 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.9.5 Jun 20th, 2020
2
+
3
+ - Updates some dependencies
4
+ - Merge PR 266
5
+
1
6
# Version 1.9.4 Nov 15th, 2019
2
7
3
8
- Fixes a bug in the search (closes #263 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jingo" ,
3
- "version" : " 1.9.4 " ,
3
+ "version" : " 1.9.5 " ,
4
4
"description" : " A nodejs based wiki engine" ,
5
5
"author" : " Claudio Cicali <claudio.cicali@gmail.com>" ,
6
6
"keywords" : [
41
41
"cookie-parser" : " ^1.3.3" ,
42
42
"cookie-session" : " ^1.1.0" ,
43
43
"cors" : " ^2.7.1" ,
44
- "ecstatic" : " ^3.3 .2" ,
44
+ "ecstatic" : " ^4.1 .2" ,
45
45
"express" : " ^4.10.6" ,
46
46
"express-flash" : " 0.0.2" ,
47
47
"express-session" : " ^1.9.3" ,
48
48
"express-validator" : " ^3.1.0" ,
49
49
"gravatar" : " ^1.1.0" ,
50
- "js-yaml" : " ^3.1 .0" ,
51
- "lodash" : " ^4.17.11 " ,
50
+ "js-yaml" : " ^3.14 .0" ,
51
+ "lodash" : " ^4.17.15 " ,
52
52
"markdown-toc" : " ^0.11.7" ,
53
53
"marked" : " ^0.3.19" ,
54
54
"method-override" : " ^2.3.0" ,
65
65
},
66
66
"devDependencies" : {
67
67
"chai" : " *" ,
68
- "mocha" : " * " ,
69
- "nodemon" : " ^1.10.2 " ,
68
+ "mocha" : " ^8.0.1 " ,
69
+ "nodemon" : " ^2.0.4 " ,
70
70
"sinon" : " ^1.10.3"
71
71
},
72
72
"scripts" : {
You can’t perform that action at this time.
0 commit comments