Comparing version 1.0.2 to 1.0.3
# Changelog | ||
## v1.0.3 (2019-11-24) | ||
### Fixed | ||
- Updated to latest dependencies to resolve vulnerabilities | ||
## v1.0.2 (2019-11-17) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "ci-logger", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Very simple logger for CI environments.", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"lint-js": "eslint **/*.js", | ||
"lint": "npm run lint-md && npm run lint-js" | ||
"lint": "npm run lint-md && npm run lint-js", | ||
"push": "npm run lint && npm audit && npm test" | ||
}, | ||
@@ -30,4 +31,4 @@ "repository": { | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^1.2.1", | ||
"eslint": "^6.5.1", | ||
"@aarongoldenthal/eslint-config-standard": "^2.0.0", | ||
"eslint": "^6.7.0", | ||
"eslint-plugin-jest": "^23.0.4", | ||
@@ -34,0 +35,0 @@ "jest": "^24.9.0", |
Sorry, the diff of this file is not supported yet
29780
15
407