Update dependency winston to v3.14.2 (#352)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winston](https://github.com/winstonjs/winston) | dependencies | minor | [`3.13.1` -> `3.14.2`](https://renovatebot.com/diffs/npm/winston/3.13.1/3.14.2) | --- ### Release Notes <details> <summary>winstonjs/winston (winston)</summary> ### [`v3.14.2`](https://github.com/winstonjs/winston/releases/tag/v3.14.2) [Compare Source](https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2) - Move initialization to constructor ([#​2503](https://github.com/winstonjs/winston/issues/2503)) [`2458ba6`](https://github.com/winstonjs/winston/commit/2458ba6) ### [`v3.14.1`](https://github.com/winstonjs/winston/releases/tag/v3.14.1) [Compare Source](https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1) - Save a reference to console methods in console transport ([#​2498](https://github.com/winstonjs/winston/issues/2498)) [`e82752f`](https://github.com/winstonjs/winston/commit/e82752f) - Add `forceConsole` to `ConsoleTransportOptions` ([#​2496](https://github.com/winstonjs/winston/issues/2496)) [`4ff0538`](https://github.com/winstonjs/winston/commit/4ff0538) - Bump mocha from 10.6.0 to 10.7.0 ([#​2489](https://github.com/winstonjs/winston/issues/2489)) [`62acaad`](https://github.com/winstonjs/winston/commit/62acaad) - Update readme with forceConsole info ([#​2493](https://github.com/winstonjs/winston/issues/2493)) [`b2b79af`](https://github.com/winstonjs/winston/commit/b2b79af) ### [`v3.14.0`](https://github.com/winstonjs/winston/releases/tag/v3.14.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0) - Add option forceConsole ([#​2276](https://github.com/winstonjs/winston/issues/2276)) [`b2098fd`](https://github.com/winstonjs/winston/commit/b2098fd) - Set \_rotate false on emit 'rotate' false ([#​2457](https://github.com/winstonjs/winston/issues/2457)) [`1719275`](https://github.com/winstonjs/winston/commit/1719275) - Bump [@​babel/core](https://github.com/babel/core) from 7.24.7 to 7.24.9 ([#​2485](https://github.com/winstonjs/winston/issues/2485)) [`d2859f3`](https://github.com/winstonjs/winston/commit/d2859f3) - Bump [@​babel/preset-env](https://github.com/babel/preset-env) from 7.24.7 to 7.24.8 ([#​2487](https://github.com/winstonjs/winston/issues/2487)) [`71e4bb1`](https://github.com/winstonjs/winston/commit/71e4bb1) - fix: readme ([#​2488](https://github.com/winstonjs/winston/issues/2488)) [`0cb8c7c`](https://github.com/winstonjs/winston/commit/0cb8c7c) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: #352 Reviewed-by: Vylpes <ethan@vylpes.com> Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
This commit is contained in:
parent
a7b03d0355
commit
21d11afd31
1 changed files with 6 additions and 6 deletions
12
yarn.lock
12
yarn.lock
|
@ -5913,9 +5913,9 @@ safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@~5.2.0:
|
|||
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
||||
|
||||
safe-stable-stringify@^2.3.1:
|
||||
version "2.4.3"
|
||||
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886"
|
||||
integrity sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz#4ca2f8e385f2831c432a719b108a3bf7af42a1dd"
|
||||
integrity sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==
|
||||
|
||||
"safer-buffer@>= 2.1.2 < 3":
|
||||
version "2.1.2"
|
||||
|
@ -6840,9 +6840,9 @@ winston-transport@^4.7.0:
|
|||
triple-beam "^1.3.0"
|
||||
|
||||
winston@^3.11.0:
|
||||
version "3.13.1"
|
||||
resolved "https://registry.yarnpkg.com/winston/-/winston-3.13.1.tgz#53ddadb9c2332eb12cff8306413b3480dc82b6c3"
|
||||
integrity sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==
|
||||
version "3.14.2"
|
||||
resolved "https://registry.yarnpkg.com/winston/-/winston-3.14.2.tgz#94ce5fd26d374f563c969d12f0cd9c641065adab"
|
||||
integrity sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==
|
||||
dependencies:
|
||||
"@colors/colors" "^1.6.0"
|
||||
"@dabh/diagnostics" "^2.0.2"
|
||||
|
|
Loading…
Reference in a new issue