Merge pull request #962 from log4js-node/update-streamroller

Fix the unhandled promise rejection in streamroller
This commit is contained in:
Gareth Jones 2019-11-13 08:22:36 +11:00 committed by GitHub
commit 8cc50d9a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 454 additions and 597 deletions

View File

@ -1,5 +1,9 @@
# log4js-node changelog
## 6.0.0
- [Updated date-format library](https://github.com/log4js-node/log4js-node/pull/960)
## 5.3.0
- [Padding and truncation changes](https://github.com/log4js-node/log4js-node/pull/956)

1029
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,26 +42,26 @@
"debug": "^4.1.1",
"flatted": "^2.0.1",
"rfdc": "^1.1.4",
"streamroller": "^2.2.2"
"streamroller": "^2.2.3"
},
"devDependencies": {
"@log4js-node/sandboxed-module": "^2.2.1",
"callsites": "^3.1.0",
"codecov": "^3.5.0",
"codecov": "^3.6.1",
"deep-freeze": "0.0.1",
"eslint": "^5.3.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.1.1",
"fs-extra": "^8.1.0",
"husky": "^3.0.2",
"husky": "^3.0.9",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"proxyquire": "^2.1.2",
"tap": "^14.5.0",
"typescript": "^3.5.3",
"proxyquire": "^2.1.3",
"tap": "^14.9.2",
"typescript": "^3.7.2",
"validate-commit-msg": "^2.14.0"
},
"browser": {