Skip to content

Commit

Permalink
build(deps): bump winston-daily-rotate-file from 4.7.1 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [winston-daily-rotate-file](https://github.com/winstonjs/winston-daily-rotate-file) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/winstonjs/winston-daily-rotate-file/releases)
- [Changelog](https://github.com/winstonjs/winston-daily-rotate-file/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston-daily-rotate-file@v4.7.1...v5.0.0)

---
updated-dependencies:
- dependency-name: winston-daily-rotate-file
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent a3f1521 commit 25ae424
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "^5.3.3",
"web-push": "^3.6.6",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"winston-daily-rotate-file": "^5.0.0",
"xml2js": "^0.6.2",
"yaml": "^2.3.4"
},
Expand Down
38 changes: 21 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10635,7 +10635,7 @@ __metadata:
typescript: "npm:^5.3.3"
web-push: "npm:^3.6.6"
winston: "npm:^3.11.0"
winston-daily-rotate-file: "npm:^4.7.1"
winston-daily-rotate-file: "npm:^5.0.0"
xml2js: "npm:^0.6.2"
yaml: "npm:^2.3.4"
languageName: unknown
Expand Down Expand Up @@ -11741,13 +11741,6 @@ __metadata:
languageName: node
linkType: hard

"object-hash@npm:^2.0.1":
version: 2.2.0
resolution: "object-hash@npm:2.2.0"
checksum: 1527de843926c5442ed61f8bdddfc7dc181b6497f725b0e89fcf50a55d9c803088763ed447cac85a5aa65345f1e99c2469ba679a54349ef3c4c0aeaa396a3eb9
languageName: node
linkType: hard

"object-hash@npm:^3.0.0":
version: 3.0.0
resolution: "object-hash@npm:3.0.0"
Expand Down Expand Up @@ -14665,7 +14658,7 @@ __metadata:
languageName: node
linkType: hard

"triple-beam@npm:^1.3.0":
"triple-beam@npm:^1.3.0, triple-beam@npm:^1.4.1":
version: 1.4.1
resolution: "triple-beam@npm:1.4.1"
checksum: 4bf1db71e14fe3ff1c3adbe3c302f1fdb553b74d7591a37323a7badb32dc8e9c290738996cbb64f8b10dc5a3833645b5d8c26221aaaaa12e50d1251c9aba2fea
Expand Down Expand Up @@ -15590,21 +15583,21 @@ __metadata:
languageName: node
linkType: hard

"winston-daily-rotate-file@npm:^4.7.1":
version: 4.7.1
resolution: "winston-daily-rotate-file@npm:4.7.1"
"winston-daily-rotate-file@npm:^5.0.0":
version: 5.0.0
resolution: "winston-daily-rotate-file@npm:5.0.0"
dependencies:
file-stream-rotator: "npm:^0.6.1"
object-hash: "npm:^2.0.1"
triple-beam: "npm:^1.3.0"
winston-transport: "npm:^4.4.0"
object-hash: "npm:^3.0.0"
triple-beam: "npm:^1.4.1"
winston-transport: "npm:^4.7.0"
peerDependencies:
winston: ^3
checksum: 1fb6a6fc16a9f3b20caceea4b841f9966b7a38b429b3e16b4cdbbdfcc3bbf923e7c6a105dde552f78352045137cc1e5206040c2152fe50cd6850327e4a56cb6d
checksum: c6dfd8ceff8d3801ca702efabaf696bb82919a62c4fbeded8cbf7d2cb188960872eb7a412547af86f12f7257061088a25bac9e318af8932719a2ccba215d7d3f
languageName: node
linkType: hard

"winston-transport@npm:^4.4.0, winston-transport@npm:^4.5.0":
"winston-transport@npm:^4.5.0":
version: 4.6.0
resolution: "winston-transport@npm:4.6.0"
dependencies:
Expand All @@ -15615,6 +15608,17 @@ __metadata:
languageName: node
linkType: hard

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

"winston@npm:^3.11.0":
version: 3.11.0
resolution: "winston@npm:3.11.0"
Expand Down

0 comments on commit 25ae424

Please sign in to comment.