Skip to content

Commit

Permalink
Merge pull request #267 from claudioc/update-deps
Browse files Browse the repository at this point in the history
Dependencies security updates
  • Loading branch information
claudioc authored Jun 20, 2020
2 parents 33cecb4 + cdfefc5 commit 2ff2520
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.9.5 Jun 20th, 2020

- Updates some dependencies
- Merge PR 266

# Version 1.9.4 Nov 15th, 2019

- Fixes a bug in the search (closes #263)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jingo",
"version": "1.9.4",
"version": "1.9.5",
"description": "A nodejs based wiki engine",
"author": "Claudio Cicali <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -41,14 +41,14 @@
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"cors": "^2.7.1",
"ecstatic": "^3.3.2",
"ecstatic": "^4.1.2",
"express": "^4.10.6",
"express-flash": "0.0.2",
"express-session": "^1.9.3",
"express-validator": "^3.1.0",
"gravatar": "^1.1.0",
"js-yaml": "^3.1.0",
"lodash": "^4.17.11",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"markdown-toc": "^0.11.7",
"marked": "^0.3.19",
"method-override": "^2.3.0",
Expand All @@ -65,8 +65,8 @@
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"nodemon": "^1.10.2",
"mocha": "^8.0.1",
"nodemon": "^2.0.4",
"sinon": "^1.10.3"
},
"scripts": {
Expand Down

0 comments on commit 2ff2520

Please sign in to comment.