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

Update dependency winston to v3.12.0 #6440

Merged
merged 1 commit into from
Mar 23, 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
Update dependency winston to v3.12.0
  • Loading branch information
renovate[bot] committed Mar 23, 2024
commit 324d3a0a85726f90c27e896575b659890892b038
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"uuid": "9.0.1",
"uuid-time": "1.0.0",
"validator": "13.11.0",
"winston": "3.11.0",
"winston": "3.12.0",
"winston-daily-rotate-file": "5.0.0",
"xml2js": "0.6.2"
},
Expand Down
14 changes: 7 additions & 7 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11736,7 +11736,7 @@ __metadata:
uuid-time: "npm:1.0.0"
validator: "npm:13.11.0"
vitest: "npm:1.3.1"
winston: "npm:3.11.0"
winston: "npm:3.12.0"
winston-daily-rotate-file: "npm:5.0.0"
xml2js: "npm:0.6.2"
languageName: unknown
Expand Down Expand Up @@ -14696,7 +14696,7 @@ __metadata:
languageName: node
linkType: hard

"winston-transport@npm:^4.5.0, winston-transport@npm:^4.7.0":
"winston-transport@npm:^4.7.0":
version: 4.7.0
resolution: "winston-transport@npm:4.7.0"
dependencies:
Expand All @@ -14707,9 +14707,9 @@ __metadata:
languageName: node
linkType: hard

"winston@npm:3.11.0":
version: 3.11.0
resolution: "winston@npm:3.11.0"
"winston@npm:3.12.0":
version: 3.12.0
resolution: "winston@npm:3.12.0"
dependencies:
"@colors/colors": "npm:^1.6.0"
"@dabh/diagnostics": "npm:^2.0.2"
Expand All @@ -14721,8 +14721,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: 10/8b456bdfbf336898c5a7ca83b5c312fe46f32830c759e231f950378c28a0ddd0780e64ceaf6ea76e0366fb1500b49b9fee80d1045e41efc3b03b51ad31eeb307
winston-transport: "npm:^4.7.0"
checksum: 10/df4ffb509a489e72d457749f0e03c588e492af3ae946c47b47d8ec9aef83c59ec70d0deaa7d366df38d936dd10374d4b0a87e1a871e8d02b4cd4d65a518b40f7
languageName: node
linkType: hard

Expand Down
Loading