Skip to content

Commit

Permalink
Update dependency winston to v3.17.0 (#9406)
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] authored Dec 31, 2024
1 parent 80405c2 commit d47dbae
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"uuid": "11.0.3",
"uuid-time": "1.0.0",
"validator": "13.12.0",
"winston": "3.14.2",
"winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0",
"ws": "8.18.0",
"xml2js": "0.6.2"
Expand Down
43 changes: 34 additions & 9 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10046,7 +10046,7 @@ __metadata:
languageName: node
linkType: hard

"logform@npm:^2.6.0, logform@npm:^2.6.1":
"logform@npm:^2.6.1":
version: 2.6.1
resolution: "logform@npm:2.6.1"
dependencies:
Expand All @@ -10060,6 +10060,20 @@ __metadata:
languageName: node
linkType: hard

"logform@npm:^2.7.0":
version: 2.7.0
resolution: "logform@npm:2.7.0"
dependencies:
"@colors/colors": "npm:1.6.0"
"@types/triple-beam": "npm:^1.3.2"
fecha: "npm:^4.2.0"
ms: "npm:^2.1.1"
safe-stable-stringify: "npm:^2.3.1"
triple-beam: "npm:^1.3.0"
checksum: 10/4b861bfd67efe599ab41113ae3ffe92b1873bf86793fb442f58971852430d8f416f9904da69e5043071fb3725690e2499a13acbfe92a57ba7d21690004f9edc0
languageName: node
linkType: hard

"loglevel@npm:^1.6.8":
version: 1.9.2
resolution: "loglevel@npm:1.9.2"
Expand Down Expand Up @@ -11092,7 +11106,7 @@ __metadata:
uuid-time: "npm:1.0.0"
validator: "npm:13.12.0"
vitest: "npm:2.0.5"
winston: "npm:3.14.2"
winston: "npm:3.17.0"
winston-daily-rotate-file: "npm:5.0.0"
ws: "npm:8.18.0"
xml2js: "npm:0.6.2"
Expand Down Expand Up @@ -11818,7 +11832,7 @@ __metadata:
languageName: node
linkType: hard

"readable-stream@npm:^3.4.0, readable-stream@npm:^3.5.0":
"readable-stream@npm:^3.4.0, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.2":
version: 3.6.2
resolution: "readable-stream@npm:3.6.2"
dependencies:
Expand Down Expand Up @@ -13922,22 +13936,33 @@ __metadata:
languageName: node
linkType: hard

"winston@npm:3.14.2":
version: 3.14.2
resolution: "winston@npm:3.14.2"
"winston-transport@npm:^4.9.0":
version: 4.9.0
resolution: "winston-transport@npm:4.9.0"
dependencies:
logform: "npm:^2.7.0"
readable-stream: "npm:^3.6.2"
triple-beam: "npm:^1.3.0"
checksum: 10/5946918720baadd7447823929e94cf0935f92c4cff6d9451c6fcb009bd9d20a3b3df9ad606109e79d1e9f4d2ff678477bf09f81cfefce2025baaf27a617129bb
languageName: node
linkType: hard

"winston@npm:3.17.0":
version: 3.17.0
resolution: "winston@npm:3.17.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"
logform: "npm:^2.6.0"
logform: "npm:^2.7.0"
one-time: "npm:^1.0.0"
readable-stream: "npm:^3.4.0"
safe-stable-stringify: "npm:^2.3.1"
stack-trace: "npm:0.0.x"
triple-beam: "npm:^1.3.0"
winston-transport: "npm:^4.7.0"
checksum: 10/ba818714606175f27c38c42b22913e65f17987a0c8c41bcc73d55f3be8d70d629313f45e312ec02eea7bf074f9abee3f228746140245eb5258487c4161f3a798
winston-transport: "npm:^4.9.0"
checksum: 10/220309a0ead36c1171158ab28cb9133f8597fba19c8c1c190df9329555530565b58f3af0037c1b80e0c49f7f9b6b3b01791d0c56536eb0be38678d36e316c2a3
languageName: node
linkType: hard

Expand Down

0 comments on commit d47dbae

Please sign in to comment.