Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: audit fix, upgrade inert
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Feb 24, 2020
1 parent 455af9e commit 4a6a0de
Show file tree
Hide file tree
Showing 12 changed files with 39,354 additions and 4,617 deletions.
24,346 changes: 24,283 additions & 63 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"clean": "lerna clean"
},
"devDependencies": {
"@hapi/lab": "^22.0.3",
"code": "^5.2.0",
"depcheck": "^0.9.2",
"husky": "^4.2.3",
"js-yaml": "^3.13.1",
Expand All @@ -44,6 +46,7 @@
"remark-cli": "^7.0.1",
"remark-lint": "^6.0.5",
"remark-preset-lint-recommended": "^3.0.3",
"sinon": "^8.1.1",
"standard": "^14.3.1",
"swagger-gen": "^1.1.3"
},
Expand All @@ -65,5 +68,11 @@
"workspaces": [
"packages/*"
],
"dependencies": {}
"dependencies": {
"@nearform/trail-core": "file:packages/trail-core",
"@nearform/trail-fastify-plugin": "file:packages/trail-fastify-plugin",
"@nearform/trail-fastify-server": "file:packages/trail-fastify-server",
"@nearform/trail-hapi-plugin": "file:packages/trail-hapi-plugin",
"@nearform/trail-hapi-server": "file:packages/trail-hapi-server"
}
}
5 changes: 0 additions & 5 deletions packages/trail-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,5 @@
"pg": "^7.4.1",
"pino": "^5.16.0",
"postgrator": "^3.6.0"
},
"devDependencies": {
"@hapi/lab": "^22.0.3",
"code": "^5.2.0",
"sinon": "^8.1.1"
}
}

0 comments on commit 4a6a0de

Please sign in to comment.