Skip to content

Commit

Permalink
Update admin back deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisjanvier committed Jul 13, 2020
1 parent 31ee2f9 commit 0003584
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 86 deletions.
135 changes: 54 additions & 81 deletions demo/back/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions demo/back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"bcrypt": "4.0.1",
"convict": "6.0.0",
"jsonwebtoken": "8.5.1",
"knex": "0.21.1",
"knex": "0.21.2",
"knex-stringcase": "1.4.1",
"koa": "2.11.0",
"koa": "2.13.0",
"koa-bodyparser": "4.3.0",
"koa-json-error": "3.1.2",
"koa-router": "8.0.8",
"koa-router": "9.1.0",
"koa-static": "5.0.0",
"koa2-cors": "2.0.6",
"owasp-password-strength-test": "1.3.0",
"pg": "8.1.0",
"pg": "8.3.0",
"signale": "1.4.0"
},
"devDependencies": {
"nodemon": "2.0.3"
"nodemon": "2.0.4"
}
}

0 comments on commit 0003584

Please sign in to comment.