Skip to content

Commit 2ff2520

Browse files
authored
Merge pull request #267 from claudioc/update-deps
Dependencies security updates
2 parents 33cecb4 + cdfefc5 commit 2ff2520

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.9.5 Jun 20th, 2020
2+
3+
- Updates some dependencies
4+
- Merge PR 266
5+
16
# Version 1.9.4 Nov 15th, 2019
27

38
- Fixes a bug in the search (closes #263)

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jingo",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"description": "A nodejs based wiki engine",
55
"author": "Claudio Cicali <claudio.cicali@gmail.com>",
66
"keywords": [
@@ -41,14 +41,14 @@
4141
"cookie-parser": "^1.3.3",
4242
"cookie-session": "^1.1.0",
4343
"cors": "^2.7.1",
44-
"ecstatic": "^3.3.2",
44+
"ecstatic": "^4.1.2",
4545
"express": "^4.10.6",
4646
"express-flash": "0.0.2",
4747
"express-session": "^1.9.3",
4848
"express-validator": "^3.1.0",
4949
"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",
5252
"markdown-toc": "^0.11.7",
5353
"marked": "^0.3.19",
5454
"method-override": "^2.3.0",
@@ -65,8 +65,8 @@
6565
},
6666
"devDependencies": {
6767
"chai": "*",
68-
"mocha": "*",
69-
"nodemon": "^1.10.2",
68+
"mocha": "^8.0.1",
69+
"nodemon": "^2.0.4",
7070
"sinon": "^1.10.3"
7171
},
7272
"scripts": {

0 commit comments

Comments
 (0)