@everymundo/simple-logr
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "@everymundo/simple-logr", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "A very simplistic logger that allows one to avoid using the console.log directly allowing stubbing and better linting.", | ||
@@ -37,10 +37,10 @@ "main": "index.js", | ||
"ghooks": "^2.0.4", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.5.0", | ||
"standard": "^14.3.1" | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
"sinon": "^9.0.1", | ||
"standard": "^14.3.3" | ||
}, | ||
"dependencies": { | ||
"pino": "^5.14.0" | ||
"pino": "^5.17.0" | ||
} | ||
} |
Updatedpino@^5.17.0