build(deps): bump winston from 3.13.0 to 3.13.1 #482

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/winston-3.13.1 into main
dependabot[bot] commented 2024-07-15 09:09:59 -07:00 (Migrated from github.com)

Bumps winston from 3.13.0 to 3.13.1.

Release notes

Sourced from winston's releases.

v3.13.1

  • revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500
  • Merge branch 'master' of github.com:winstonjs/winston b56117e
  • Update dependencies a5853b5
  • Bump @​types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac
  • Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9
  • Bump @​babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550
  • Update minimum version logform (#2472) 7f5f014
  • Add Parseable transport (#2466) debf4fa
  • chore(docs): Update w/ MySQL transport (#2456) d567c57
  • fix typo at test/unit/winston/transports/http.test.js (#2453) 1d5d527
  • Bump @​babel/cli from 7.23.9 to 7.24.5 (#2454) d89a34e
  • Bump @​types/node from 20.11.29 to 20.12.7 (#2448) 947fa79
  • Bump @​babel/core from 7.24.0 to 7.24.5 (#2455) 8c58d0a

https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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)
Bumps [winston](https://github.com/winstonjs/winston) from 3.13.0 to 3.13.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.13.1</h2> <ul> <li>revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500</li> <li>Merge branch &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;master&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; of github.com:winstonjs/winston b56117e</li> <li>Update dependencies a5853b5</li> <li>Bump <code>@​types/node</code> from 20.12.7 to 20.14.10 (<a href="https://redirect.github.com/winstonjs/winston/issues/2483">#2483</a>) 93b52ac</li> <li>Bump mocha from 10.3.0 to 10.6.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2484">#2484</a>) 33611c9</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.0 to 7.24.7 (<a href="https://redirect.github.com/winstonjs/winston/issues/2475">#2475</a>) 4aa6550</li> <li>Update minimum version logform (<a href="https://redirect.github.com/winstonjs/winston/issues/2472">#2472</a>) 7f5f014</li> <li>Add Parseable transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2466">#2466</a>) debf4fa</li> <li>chore(docs): Update w/ MySQL transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2456">#2456</a>) d567c57</li> <li>fix typo at test/unit/winston/transports/http.test.js (<a href="https://redirect.github.com/winstonjs/winston/issues/2453">#2453</a>) 1d5d527</li> <li>Bump <code>@​babel/cli</code> from 7.23.9 to 7.24.5 (<a href="https://redirect.github.com/winstonjs/winston/issues/2454">#2454</a>) d89a34e</li> <li>Bump <code>@​types/node</code> from 20.11.29 to 20.12.7 (<a href="https://redirect.github.com/winstonjs/winston/issues/2448">#2448</a>) 947fa79</li> <li>Bump <code>@​babel/core</code> from 7.24.0 to 7.24.5 (<a href="https://redirect.github.com/winstonjs/winston/issues/2455">#2455</a>) 8c58d0a</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1">https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/7d7f9d34546f7bb7c0ef67a8b09ecb82a123bf0b"><code>7d7f9d3</code></a> 3.13.1</li> <li><a href="https://github.com/winstonjs/winston/commit/1b3a500b1acfaa82272fe44e0339f73c6ecc2d6d"><code>1b3a500</code></a> revert to rimraf 5.0.1, last known version to work with node 18 for now</li> <li><a href="https://github.com/winstonjs/winston/commit/b56117e1060e29cd7f13615af80eb001a1e7accc"><code>b56117e</code></a> Merge branch 'master' of github.com:winstonjs/winston</li> <li><a href="https://github.com/winstonjs/winston/commit/a5853b55c55ed789b155140e642d36c5a7b8a2cc"><code>a5853b5</code></a> Update dependencies</li> <li><a href="https://github.com/winstonjs/winston/commit/93b52aca51290caf5dfcbd1bd8c6fa33b7332b02"><code>93b52ac</code></a> Bump <code>@​types/node</code> from 20.12.7 to 20.14.10 (<a href="https://redirect.github.com/winstonjs/winston/issues/2483">#2483</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/33611c9edb36185d1355aa9f57f0f1e8cc86e5ee"><code>33611c9</code></a> Bump mocha from 10.3.0 to 10.6.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2484">#2484</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4aa6550f462144de969fcc1ed79c34c15ca1fc45"><code>4aa6550</code></a> Bump <code>@​babel/preset-env</code> from 7.24.0 to 7.24.7 (<a href="https://redirect.github.com/winstonjs/winston/issues/2475">#2475</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/7f5f014d56f646bd96b989922d69e60c91f6f664"><code>7f5f014</code></a> Update minimum version logform (<a href="https://redirect.github.com/winstonjs/winston/issues/2472">#2472</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/debf4fad6a4ee4121904781dc83f8723be604fbe"><code>debf4fa</code></a> Add Parseable transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2466">#2466</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d567c579128351afbcddadf901318bcea98a8560"><code>d567c57</code></a> chore(docs): Update w/ MySQL transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2456">#2456</a>)</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.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.13.0&new-version=3.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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>
dependabot[bot] commented 2024-08-12 09:13:20 -07:00 (Migrated from github.com)

Superseded by #500.

Superseded by #500.

Pull request closed

Sign in to join this conversation.
No description provided.