Skip to content

Commit e0961c7

Browse files
Bump winston from 3.14.0 to 3.14.1 (#362)
Bumps [winston](https://github.com/winstonjs/winston) from 3.14.0 to 3.14.1. <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.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/b270c4ee8ad8dd7098cf45d64cdab4489512dc8d"><code>b270c4e</code></a> 3.14.1</li> <li><a href="https://github.com/winstonjs/winston/commit/e82752fc7f4850ffb7814a41f75ee463e5ea48ab"><code>e82752f</code></a> Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4ff0538e111f0513d1cf08041a768dcb336eff0e"><code>4ff0538</code></a> Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/62acaad26c03e2fe71cfa741cc7bac89df1cf765"><code>62acaad</code></a> Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/b2b79af23999052c171b914710a5001cba4d9590"><code>b2b79af</code></a> Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">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.14.0&new-version=3.14.1)](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 37a0970 commit e0961c7

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.14.0",
42+
"winston": "^3.14.1",
4343
"yaml": "^2.5.0",
4444
"yargs": "^17.7.2"
4545
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5989,7 +5989,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59895989
snakecase-keys: "npm:^8.0.1"
59905990
swagger-client: "npm:^3.18.5"
59915991
typescript: "npm:^5.5.4"
5992-
winston: "npm:^3.14.0"
5992+
winston: "npm:^3.14.1"
59935993
yaml: "npm:^2.5.0"
59945994
yargs: "npm:^17.7.2"
59955995
languageName: unknown
@@ -8417,9 +8417,9 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
84178417
languageName: node
84188418
linkType: hard
84198419

8420-
"winston@npm:^3.14.0":
8421-
version: 3.14.0
8422-
resolution: "winston@npm:3.14.0"
8420+
"winston@npm:^3.14.1":
8421+
version: 3.14.1
8422+
resolution: "winston@npm:3.14.1"
84238423
dependencies:
84248424
"@colors/colors": "npm:^1.6.0"
84258425
"@dabh/diagnostics": "npm:^2.0.2"
@@ -8432,7 +8432,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
84328432
stack-trace: "npm:0.0.x"
84338433
triple-beam: "npm:^1.3.0"
84348434
winston-transport: "npm:^4.7.0"
8435-
checksum: 10c0/c04cf2d704c447dd0332d3f3359a8b164c8a16f71394bf30c84588a6d1cb4654075413b1f010d12dace52e0f1e7161beaacd8bde8c0e46c4729e5fdbe0019bfd
8435+
checksum: 10c0/2d0f75a8110c00be97f71adee9f1afdba40a329659b98c6169062171304e34fe78877a9983a9dbd5755bbed3515a51f91cf582004e3781f1eb54de5b507e5207
84368436
languageName: node
84378437
linkType: hard
84388438

0 commit comments

Comments
 (0)