Skip to content

Commit 5696188

Browse files
Bump winston from 3.14.1 to 3.14.2 (#369)
Bumps [winston](https://github.com/winstonjs/winston) from 3.14.1 to 3.14.2. <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.2</h2> <ul> <li>Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>) 2458ba6</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/51a45515b64f700273c007768c680bc664008d04"><code>51a4551</code></a> 3.14.2</li> <li><a href="https://github.com/winstonjs/winston/commit/2458ba61ab41fac576b8bded3cd3472e05e3c250"><code>2458ba6</code></a> Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">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.1&new-version=3.14.2)](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 cd71f76 commit 5696188

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.1",
42+
"winston": "^3.14.2",
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.1"
5992+
winston: "npm:^3.14.2"
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.1":
8421-
version: 3.14.1
8422-
resolution: "winston@npm:3.14.1"
8420+
"winston@npm:^3.14.2":
8421+
version: 3.14.2
8422+
resolution: "winston@npm:3.14.2"
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/2d0f75a8110c00be97f71adee9f1afdba40a329659b98c6169062171304e34fe78877a9983a9dbd5755bbed3515a51f91cf582004e3781f1eb54de5b507e5207
8435+
checksum: 10c0/3f8fe505ea18310982e60452f335dd2b22fdbc9b25839b6ad882971b2416d5adc94a1f1a46e24cb37d967ad01dfe5499adaf5e53575626b5ebb2a25ff30f4e1d
84368436
languageName: node
84378437
linkType: hard
84388438

0 commit comments

Comments
 (0)