From d590a206af7de88146b3ec7413a6aa5392439ab2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:05:53 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20update=20wi?= =?UTF-8?q?nston=20to=20v3.13.0=20(#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [winston](https://togithub.com/winstonjs/winston) | [`3.12.0` -> `3.13.0`](https://renovatebot.com/diffs/npm/winston/3.12.0/3.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/winston/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/winston/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/winston/3.12.0/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/winston/3.12.0/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
winstonjs/winston (winston) ### [`v3.13.0`](https://togithub.com/winstonjs/winston/releases/tag/v3.13.0) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.12.1...v3.13.0) - fix(http): allow passing maximumDepth to prevent big object being stringified ([#​2425](https://togithub.com/winstonjs/winston/issues/2425)) [`a237865`](https://togithub.com/winstonjs/winston/commit/a237865) ### [`v3.12.1`](https://togithub.com/winstonjs/winston/compare/v3.12.0...b5eecf02f27df645f10bdf2e8f1c205fa2d6681b) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.12.0...v3.12.1)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/node-ts-app). --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5950468..55cbf31 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "dependencies": { "consola": "3.2.3", "dotenv": "16.4.5", - "winston": "3.12.0", + "winston": "3.13.0", "winston-daily-rotate-file": "5.0.0", "zod": "3.22.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f01b68..bc210e1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,11 +12,11 @@ dependencies: specifier: 16.4.5 version: 16.4.5 winston: - specifier: 3.12.0 - version: 3.12.0 + specifier: 3.13.0 + version: 3.13.0 winston-daily-rotate-file: specifier: 5.0.0 - version: 5.0.0(winston@3.12.0) + version: 5.0.0(winston@3.13.0) zod: specifier: 3.22.4 version: 3.22.4 @@ -10516,7 +10516,7 @@ packages: execa: 5.1.1 dev: true - /winston-daily-rotate-file@5.0.0(winston@3.12.0): + /winston-daily-rotate-file@5.0.0(winston@3.13.0): resolution: {integrity: sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==} engines: {node: '>=8'} peerDependencies: @@ -10525,7 +10525,7 @@ packages: file-stream-rotator: 0.6.1 object-hash: 3.0.0 triple-beam: 1.4.1 - winston: 3.12.0 + winston: 3.13.0 winston-transport: 4.7.0 dev: false @@ -10538,8 +10538,8 @@ packages: triple-beam: 1.4.1 dev: false - /winston@3.12.0: - resolution: {integrity: sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==} + /winston@3.13.0: + resolution: {integrity: sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==} engines: {node: '>= 12.0.0'} dependencies: '@colors/colors': 1.6.0