Skip to content

Commit

Permalink
fix(deps): update dependency log4js to ~6.5.0 (#3547)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nico Jansen <jansennico@gmail.com>
  • Loading branch information
3 people authored May 30, 2022
1 parent 2b74420 commit 67df3f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
16 changes: 0 additions & 16 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"inquirer": "~8.2.0",
"lodash.flatmap": "~4.5.0",
"lodash.groupby": "~4.6.0",
"log4js": "~6.4.1",
"log4js": "~6.5.0",
"minimatch": "~5.1.0",
"mkdirp": "~1.0.3",
"mutation-testing-elements": "1.7.10",
Expand Down
3 changes: 3 additions & 0 deletions packages/core/test/unit/logging/multi-appender.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ describe('MultiAppender', () => {
data: ['foo data'],
level: log4js.levels.DEBUG,
pid: 42,
serialise() {
return JSON.stringify(this);
},
startTime: new Date(42),
};
sut(loggingEvent);
Expand Down

0 comments on commit 67df3f0

Please sign in to comment.