Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency winston-daily-rotate-file to v5 - autoclosed #512

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"short-unique-id": "^5.0.3",
"ua-parser-js": "^1.0.37",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^4.7.1",
"winston-daily-rotate-file": "^5.0.0",
"zip-lib": "^1.0.3"
},
"devDependencies": {
Expand Down
36 changes: 9 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6764,13 +6764,6 @@ __metadata:
languageName: node
linkType: hard

"object-hash@npm:^2.0.1":
version: 2.2.0
resolution: "object-hash@npm:2.2.0"
checksum: 10/dee06b6271bf5769ae5f1a7386fdd52c1f18aae9fcb0b8d4bb1232f2d743d06cb5b662be42378b60a1c11829f96f3f86834a16bbaa57a085763295fff8b93e27
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 @@ -7967,7 +7960,7 @@ __metadata:
typescript: "npm:^5.4.2"
ua-parser-js: "npm:^1.0.37"
winston: "npm:^3.13.0"
winston-daily-rotate-file: "npm:^4.7.1"
winston-daily-rotate-file: "npm:^5.0.0"
zip-lib: "npm:^1.0.3"
peerDependencies:
next: ^14.1.4
Expand Down Expand Up @@ -8539,7 +8532,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: 10/2e881a3e8e076b6f2b85b9ec9dd4a900d3f5016e6d21183ed98e78f9abcc0149e7d54d79a3f432b23afde46b0885bdcdcbff789f39bc75de796316961ec07f61
Expand Down Expand Up @@ -9128,28 +9121,17 @@ __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: 10/bb59465762c0320addc3a5ccc5fb3ff33e520a5855e6ef98db9f4d03bcb1356a003f2c6428606f0f040af28633a2d73662fc6a7dfdb73158b364a51752c56775
languageName: node
linkType: hard

"winston-transport@npm:^4.4.0":
version: 4.5.0
resolution: "winston-transport@npm:4.5.0"
dependencies:
logform: "npm:^2.3.2"
readable-stream: "npm:^3.6.0"
triple-beam: "npm:^1.3.0"
checksum: 10/3184b7f29fa97aac5b75ff680100656116aff8d164c09bc7459c9b7cb1ce47d02254caf96c2293791ec175c0e76e5ff59b5ed1374733e0b46248cf4f68a182fc
checksum: 10/4204deaea0f2a6a9d89747b734547e44d3c30681d6f871d6e146e64ce5807656a6d6fc51057e9c2bda792139356aa36ddd842ce458270e5a77cbd3ed002b7123
languageName: node
linkType: hard

Expand Down