Skip to content

Commit

Permalink
Merge #6265
Browse files Browse the repository at this point in the history
6265: chore(deps): bump winston from 3.3.4 to 3.4.0 r=jniles a=dependabot[bot]

Bumps [winston](https://github.com/winstonjs/winston) from 3.3.4 to 3.4.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.4.0 / 2022-01-10</h2>
<p>Yesterday's release was done with a higher sense of urgency than usual due to vandalism in the <code>colors</code> package. This release:</p>
<ul>
<li>ties up a loose end by including <a href="https://github-redirect.dependabot.com/winstonjs/winston/issues/1973">#1973</a> to go with <a href="https://github-redirect.dependabot.com/winstonjs/winston/issues/1824">#1824</a></li>
<li>adds a missing http property in NpmConfigSetColors <a href="https://github-redirect.dependabot.com/winstonjs/winston/issues/2004">#2004</a> (thanks <a href="https://github.com/SimDaSong"><code>`@​SimDaSong</code></a>)</li>`
<li>fixes a minor issue in the build/release process <a href="https://github-redirect.dependabot.com/winstonjs/winston/issues/2014">#2014</a></li>
<li>pins the version of the testing framework to avoid an issue with a test incorrectly failing <a href="https://github-redirect.dependabot.com/winstonjs/winston/issues/2017">#2017</a></li>
</ul>
<p>The biggest change in this release, motivating the feature-level update, is <a href="https://github-redirect.dependabot.com/winstonjs/winston/issues/2006">#2006</a> Make winston more ESM friendly, thanks to <a href="https://github.com/miguelcobain"><code>`@​miguelcobain</code></a>.</p>`
<p>Thanks also to <a href="https://github.com/DABH"><code>`@​DABH</code></a>,` <a href="https://github.com/wbt"><code>`@​wbt</code></a>,` and <a href="https://github.com/fearphage"><code>`@​fearphage</code></a>` for contributions and reviews!</p>
</blockquote>


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Jan 11, 2022
2 parents 6d114f1 + a4b265b commit b0a53ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"uuid": "^8.3.2",
"uuid-parse": "^1.0.0",
"webcam": "^3.2.1",
"winston": "^3.3.4"
"winston": "^3.4.0"
},
"devDependencies": {
"@ima-worldhealth/rewire": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9151,10 +9151,10 @@ winston-transport@^4.4.2:
readable-stream "^3.4.0"
triple-beam "^1.2.0"

winston@^3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/winston/-/winston-3.3.4.tgz#474099197a28c0f3f6240401e66961342b5dee0a"
integrity sha512-zWJrfmqE+2IXtVJ125vxpA2m303TjwchLhfRbcnma7c76Qd4pv80JIp37l8uGnWbCoG4X6PMz3vAQeh+vH1CtA==
winston@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/winston/-/winston-3.4.0.tgz#7080f24b02a0684f8a37f9d5c6afb1ac23e95b84"
integrity sha512-FqilVj+5HKwCfIHQzMxrrd5tBIH10JTS3koFGbLVWBODjiIYq7zir08rFyBT4rrTYG/eaTqDcfSIbcjSM78YSw==
dependencies:
"@dabh/diagnostics" "^2.0.2"
async "^3.2.3"
Expand Down

0 comments on commit b0a53ac

Please sign in to comment.