Skip to content

Commit 6b1c84a

Browse files
Bump winston from 3.15.0 to 3.16.0 (#413)
Bumps [winston](https://github.com/winstonjs/winston) from 3.15.0 to 3.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.16.0</h2> <ul> <li>Feature - optionally include Error.cause property (<a href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>) 201b6f1</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/06749a96115a0ed75783761e596754ab7ec9d16b"><code>06749a9</code></a> 3.16.0</li> <li><a href="https://github.com/winstonjs/winston/commit/201b6f1d739022b24109eade5b1dc1abf1fd287c"><code>201b6f1</code></a> Feature - optionally include Error.cause property (<a href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winston&package-manager=npm_and_yarn&previous-version=3.15.0&new-version=3.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent b62c7b5 commit 6b1c84a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"morgan": "^1.10.0",
4040
"snakecase-keys": "^8.0.1",
4141
"swagger-client": "^3.18.5",
42-
"winston": "^3.15.0",
42+
"winston": "^3.16.0",
4343
"yaml": "^2.6.0",
4444
"yargs": "^17.7.2"
4545
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5996,7 +5996,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59965996
snakecase-keys: "npm:^8.0.1"
59975997
swagger-client: "npm:^3.18.5"
59985998
typescript: "npm:^5.6.3"
5999-
winston: "npm:^3.15.0"
5999+
winston: "npm:^3.16.0"
60006000
yaml: "npm:^2.6.0"
60016001
yargs: "npm:^17.7.2"
60026002
languageName: unknown
@@ -8416,9 +8416,9 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
84168416
languageName: node
84178417
linkType: hard
84188418

8419-
"winston@npm:^3.15.0":
8420-
version: 3.15.0
8421-
resolution: "winston@npm:3.15.0"
8419+
"winston@npm:^3.16.0":
8420+
version: 3.16.0
8421+
resolution: "winston@npm:3.16.0"
84228422
dependencies:
84238423
"@colors/colors": "npm:^1.6.0"
84248424
"@dabh/diagnostics": "npm:^2.0.2"
@@ -8431,7 +8431,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
84318431
stack-trace: "npm:0.0.x"
84328432
triple-beam: "npm:^1.3.0"
84338433
winston-transport: "npm:^4.7.0"
8434-
checksum: 10c0/ed987e48fdfdd3f27974107f96e5a84688747d9a2be341e6838c5be4c76ebba1a11cc20320b8def4d907981b7268ebccaa6326b1ed75c50f549ee81c211e1b4d
8434+
checksum: 10c0/306e971da56c8162d5ad0b619da2c48a6c1a331f739f87c2dba37810430c00b99d466262f16490bcca65aa37f3f4339e581ef9ac110a2b4f5223edcb2f5d67b9
84358435
languageName: node
84368436
linkType: hard
84378437

0 commit comments

Comments
 (0)