loghandler
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "loghandler", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Fully tested and strongly typed flexible Log Handler for all NodeJS projects.", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@hapi/joi": "^15.0.3", | ||
"lodash": "^4.17.11" | ||
"@hapi/joi": "^15.1.0", | ||
"lodash": "^4.17.15" | ||
}, | ||
@@ -68,29 +68,29 @@ "nyc": { | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/faker": "^4.1.2", | ||
"@types/joi": "^13.4.0", | ||
"@types/lodash": "^4.14.112", | ||
"@types/mocha": "^2.2.47", | ||
"@types/node": "^8.10.21", | ||
"@types/sinon": "^4.3.3", | ||
"chai": "^4.1.2", | ||
"codacy-coverage": "^3.0.0", | ||
"@types/chai": "^4.1.7", | ||
"@types/faker": "^4.1.5", | ||
"@types/joi": "^14.3.3", | ||
"@types/lodash": "^4.14.136", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.6.8", | ||
"@types/sinon": "^7.0.13", | ||
"chai": "^4.2.0", | ||
"codacy-coverage": "^3.4.0", | ||
"faker": "^4.1.0", | ||
"mocha": "^4.1.0", | ||
"mocha-junit-reporter": "^1.15.0", | ||
"mocha": "^6.2.0", | ||
"mocha-junit-reporter": "^1.23.1", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"mocha-multi": "^1.0.0", | ||
"nodemon": "^1.18.3", | ||
"nyc": "^11.9.0", | ||
"prettier": "1.10.2", | ||
"mocha-multi": "^1.1.0", | ||
"nodemon": "^1.19.1", | ||
"nyc": "^14.1.1", | ||
"prettier": "1.18.2", | ||
"prettier-stylelint": "^0.4.2", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^4.5.0", | ||
"snyk": "^1.89.0", | ||
"ts-node": "^4.1.0", | ||
"tslint": "^5.9.1", | ||
"tslint-config-airbnb": "^5.9.2", | ||
"tslint-config-prettier": "^1.13.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.1.1" | ||
"rimraf": "^2.6.3", | ||
"sinon": "^7.3.2", | ||
"snyk": "^1.199.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-react": "^4.0.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -97,0 +97,0 @@ "engines": { |
69467
Updated@hapi/joi@^15.1.0
Updatedlodash@^4.17.15