From 8f0754ce5bc0c238a4868b534e91372ff99f94f5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:13:05 +0200 Subject: [PATCH] fix(deps): Update dependency winston to v3.17.0 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winston](https://togithub.com/winstonjs/winston) | dependencies | minor | [`3.15.0` -> `3.17.0`](https://renovatebot.com/diffs/npm/winston/3.15.0/3.17.0) | --- ### Release Notes
winstonjs/winston (winston) ### [`v3.17.0`](https://togithub.com/winstonjs/winston/releases/tag/v3.17.0) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.16.0...v3.17.0) - Try winston-transport 4.9.0 [`3e87128`](https://togithub.com/winstonjs/winston/commit/3e87128) - Revert "Try bumping winston-transport to 4.8.0" [`69625fc`](https://togithub.com/winstonjs/winston/commit/69625fc) - Revert "Try bumping winston-transport to 4.8.0" [`876ef7a`](https://togithub.com/winstonjs/winston/commit/876ef7a) - Try bumping winston-transport to 4.8.0 [`7ef2c1d`](https://togithub.com/winstonjs/winston/commit/7ef2c1d) - Try bumping winston-transport to 4.8.0 [`fe4b64e`](https://togithub.com/winstonjs/winston/commit/fe4b64e) - Bump logform [`c9fd9a4`](https://togithub.com/winstonjs/winston/commit/c9fd9a4) - Revert "Update logform and winston-transport" [`14fef0f`](https://togithub.com/winstonjs/winston/commit/14fef0f) - Merge branch 'master' of github.com:winstonjs/winston [`545b683`](https://togithub.com/winstonjs/winston/commit/545b683) - Update logform and winston-transport [`cceb265`](https://togithub.com/winstonjs/winston/commit/cceb265) - Bump mocha from 10.7.3 to 10.8.2 ([#​2523](https://togithub.com/winstonjs/winston/issues/2523)) [`bb529b6`](https://togithub.com/winstonjs/winston/commit/bb529b6) - Bump async from 3.2.5 to 3.2.6 ([#​2516](https://togithub.com/winstonjs/winston/issues/2516)) [`ae847ab`](https://togithub.com/winstonjs/winston/commit/ae847ab) ### [`v3.16.0`](https://togithub.com/winstonjs/winston/releases/tag/v3.16.0) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.15.0...v3.16.0) - Feature - optionally include Error.cause property ([#​2447](https://togithub.com/winstonjs/winston/issues/2447)) [`201b6f1`](https://togithub.com/winstonjs/winston/commit/201b6f1)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47e3d02..3991935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4739,9 +4739,10 @@ "dev": true }, "node_modules/logform": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.0.tgz", - "integrity": "sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz", + "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==", + "license": "MIT", "dependencies": { "@colors/colors": "1.6.0", "@types/triple-beam": "^1.3.2", @@ -7113,22 +7114,22 @@ } }, "node_modules/winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz", + "integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.6.0", + "logform": "^2.7.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", - "winston-transport": "^4.7.0" + "winston-transport": "^4.9.0" }, "engines": { "node": ">= 12.0.0" @@ -7165,12 +7166,13 @@ } }, "node_modules/winston-transport": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz", - "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz", + "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==", + "license": "MIT", "dependencies": { - "logform": "^2.3.2", - "readable-stream": "^3.6.0", + "logform": "^2.7.0", + "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" }, "engines": {