Skip to content

Commit

Permalink
fix(dependencies): update outdated dependecies and use audit-filter f…
Browse files Browse the repository at this point in the history
…or audits
  • Loading branch information
mkls committed Apr 30, 2019
1 parent 06abf11 commit 4c58a7c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .nsprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"exceptions": [
"https://npmjs.com/advisories/755",
"https://npmjs.com/advisories/803",
"https://npmjs.com/advisories/812",
"https://npmjs.com/advisories/813"
]
}
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"code-style": "eslint '**/*.js'",
"test-run": "mocha ./lib --recursive",
"test": "npm run test-run && npm audit && npm run code-style",
"audit": "npm audit --json | audit-filter",
"test": "npm run test-run && npm run audit && npm run code-style",
"semantic-release": "CI=true semantic-release"
},
"repository": {
Expand All @@ -22,22 +23,23 @@
},
"homepage": "https://github.com/emartech/boar-koa-server",
"dependencies": {
"app-root-path": "2.0.1",
"app-root-path": "2.2.1",
"deep-extend": "0.6.0",
"kcors": "2.2.1",
"kcors": "2.2.2",
"koa-bodyparser": "4.2.1",
"koa-helmet": "4.0.0",
"koa-helmet": "4.1.0",
"koa-methodoverride": "2.0.0",
"koa-requestid": "2.0.1",
"koa-router": "7.4.0",
"koa-ssl": "2.0.0"
"koa-ssl": "2.0.1"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.19.1",
"audit-filter": "0.4.3",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-config-emarsys": "5.1.0",
"mocha": "5.2.0",
"mocha": "6.1.4",
"semantic-release": "15.13.3",
"sinon": "6.0.0"
"sinon": "7.3.2"
}
}

0 comments on commit 4c58a7c

Please sign in to comment.