Skip to content

Commit 37a0970

Browse files
Bump winston from 3.13.1 to 3.14.0 (#360)
Bumps [winston](https://github.com/winstonjs/winston) from 3.13.1 to 3.14.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.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>) 71e4bb1</li> <li>fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>) 0cb8c7c</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/c4a15ec02394b6b1e7376fe2979cf1efa6a849f0"><code>c4a15ec</code></a> 3.14.0</li> <li><a href="https://github.com/winstonjs/winston/commit/b2098fd9c05c1bda5e931da53c81c709b56b7dbf"><code>b2098fd</code></a> Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/17192754733c40d261d76b690d84d4d2608c05f1"><code>1719275</code></a> Set _rotate false on emit 'rotate' false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d2859f3d31784769a99d3be2a3227792942a6f37"><code>d2859f3</code></a> Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/71e4bb165451599b1785d05ebf3a47b36a5744d3"><code>71e4bb1</code></a> Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/0cb8c7c05861889869c9692a79a0fc7267221e6b"><code>0cb8c7c</code></a> fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.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.13.1&new-version=3.14.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 5fee9e3 commit 37a0970

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.13.1",
42+
"winston": "^3.14.0",
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.13.1"
5992+
winston: "npm:^3.14.0"
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.13.1":
8421-
version: 3.13.1
8422-
resolution: "winston@npm:3.13.1"
8420+
"winston@npm:^3.14.0":
8421+
version: 3.14.0
8422+
resolution: "winston@npm:3.14.0"
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/986a542f17b71935b88c14465939bf7eaf64d8d13c18792f74b0eb19b31abdaf472df92049a1d7882405076aba95de13cdb5b3243d0c04c4f9632fac85f57788
8435+
checksum: 10c0/c04cf2d704c447dd0332d3f3359a8b164c8a16f71394bf30c84588a6d1cb4654075413b1f010d12dace52e0f1e7161beaacd8bde8c0e46c4729e5fdbe0019bfd
84368436
languageName: node
84378437
linkType: hard
84388438

0 commit comments

Comments
 (0)