Skip to content

Commit

Permalink
fix(deps): update dependency winston to v3.13.0 (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 3efbbb0 commit 13900ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"luxon": "3.4.4",
"node-gyp": "^9.0.0",
"serialize-error": "8.1.0",
"winston": "3.8.2"
"winston": "3.13.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
Expand Down
32 changes: 18 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4812,13 +4812,6 @@ __metadata:
languageName: node
linkType: hard

"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
checksum: 10c0/eb42729851adca56d19a08e48d5a1e95efd2a32c55ae0323de8119052be0510d4b7a1611f2abcbf28c044a6c11e6b7d38f99fccdad7429300c37a8ea5fb95b44
languageName: node
linkType: hard

"@colors/colors@npm:1.6.0, @colors/colors@npm:^1.6.0":
version: 1.6.0
resolution: "@colors/colors@npm:1.6.0"
Expand Down Expand Up @@ -13166,7 +13159,7 @@ __metadata:
luxon: "npm:3.4.4"
node-gyp: "npm:^9.0.0"
serialize-error: "npm:8.1.0"
winston: "npm:3.8.2"
winston: "npm:3.13.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -30845,11 +30838,22 @@ __metadata:
languageName: node
linkType: hard

"winston@npm:3.8.2":
version: 3.8.2
resolution: "winston@npm:3.8.2"
"winston-transport@npm:^4.7.0":
version: 4.7.0
resolution: "winston-transport@npm:4.7.0"
dependencies:
"@colors/colors": "npm:1.5.0"
logform: "npm:^2.3.2"
readable-stream: "npm:^3.6.0"
triple-beam: "npm:^1.3.0"
checksum: 10c0/cd16f3d0ab56697f93c4899e0eb5f89690f291bb6cf309194819789326a7c7ed943ef00f0b2fab513b114d371314368bde1a7ae6252ad1516181a79f90199cd2
languageName: node
linkType: hard

"winston@npm:3.13.0":
version: 3.13.0
resolution: "winston@npm:3.13.0"
dependencies:
"@colors/colors": "npm:^1.6.0"
"@dabh/diagnostics": "npm:^2.0.2"
async: "npm:^3.2.3"
is-stream: "npm:^2.0.0"
Expand All @@ -30859,8 +30863,8 @@ __metadata:
safe-stable-stringify: "npm:^2.3.1"
stack-trace: "npm:0.0.x"
triple-beam: "npm:^1.3.0"
winston-transport: "npm:^4.5.0"
checksum: 10c0/8d302d992e53e46c8f0355fae515356190d2dc9feaa8ae99afa5bba227f1fe2343ca9e367e5949a9b711f5f982e5b9280393d16be99fcd432660fd9597749954
winston-transport: "npm:^4.7.0"
checksum: 10c0/2c3cc7389a691e1638edcb0d4bfea72caa82d87d5681ec6131ac9bae780d94d06fb7b112edcd4ec37c8b947a1b64943941b761e34d67c6b0dac6e9c31ae4b25b
languageName: node
linkType: hard

Expand Down

0 comments on commit 13900ea

Please sign in to comment.