Skip to content

Commit

Permalink
chore: update winston dep (#15253)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Aug 12, 2024
1 parent aec1a78 commit 0d96de9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions e2e/__tests__/__snapshots__/console.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,22 @@ exports[`does not error out when using winston 2`] = `
console.log
{"level":"info","message":"Log message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)
console.log
{"level":"info","message":"Info message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)
console.log
{"level":"warn","message":"Warn message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)
console.log
{"level":"error","message":"Error message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)"
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)"
`;
exports[`does not error out when using winston 3`] = `
Expand Down
6 changes: 3 additions & 3 deletions e2e/console-winston/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ __metadata:
linkType: hard

"winston@npm:^3.2.1":
version: 3.13.1
resolution: "winston@npm:3.13.1"
version: 3.14.1
resolution: "winston@npm:3.14.1"
dependencies:
"@colors/colors": ^1.6.0
"@dabh/diagnostics": ^2.0.2
Expand All @@ -274,6 +274,6 @@ __metadata:
stack-trace: 0.0.x
triple-beam: ^1.3.0
winston-transport: ^4.7.0
checksum: 34fb3da9ed62fa6a5aded17692b7d4773744999c42efd0a15b866c1202391859b1aef922e94b532632a02738b30ed658429258cb32d5aec4563bb14f2168b888
checksum: 452083f1e6931a839ce208abf7cc99d06c4ae1339082f5981df212492c9ef86195665ca528c98e0e05eaa7c9bd8579555600cd85210f69d30765cb548aa0f2bd
languageName: node
linkType: hard

0 comments on commit 0d96de9

Please sign in to comment.