From 759fb91ee348cf4ccc7fa03a6575ec94bd1ff588 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:36:43 -0400 Subject: [PATCH] fix(deps): Update dependency winston to v3.15.0 (#238) 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.14.2` -> `3.15.0`](https://renovatebot.com/diffs/npm/winston/3.14.2/3.15.0) | --- ### Release Notes
winstonjs/winston (winston) ### [`v3.15.0`](https://togithub.com/winstonjs/winston/releases/tag/v3.15.0) [Compare Source](https://togithub.com/winstonjs/winston/compare/v3.14.2...v3.15.0) Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See [#​2513](https://togithub.com/winstonjs/winston/issues/2513) and the issue linked therein. - remove logcallback ([#​2513](https://togithub.com/winstonjs/winston/issues/2513)) [`3a54777`](https://togithub.com/winstonjs/winston/commit/3a54777) - chore(docs): Update README.md w/ usage comments ([#​2507](https://togithub.com/winstonjs/winston/issues/2507)) [`f110f61`](https://togithub.com/winstonjs/winston/commit/f110f61) - Bump nyc from 15.1.0 to 17.1.0 ([#​2511](https://togithub.com/winstonjs/winston/issues/2511)) [`f5dde86`](https://togithub.com/winstonjs/winston/commit/f5dde86) - Bump [@​babel/cli](https://togithub.com/babel/cli) from 7.24.7 to 7.25.6 ([#​2512](https://togithub.com/winstonjs/winston/issues/2512)) [`d1b8dc6`](https://togithub.com/winstonjs/winston/commit/d1b8dc6) - Bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.24.8 to 7.25.4 ([#​2506](https://togithub.com/winstonjs/winston/issues/2506)) [`564161a`](https://togithub.com/winstonjs/winston/commit/564161a) - Bump mocha from 10.7.0 to 10.7.3 ([#​2500](https://togithub.com/winstonjs/winston/issues/2500)) [`eb7e315`](https://togithub.com/winstonjs/winston/commit/eb7e315) - Unified Handler Tests ([#​2020](https://togithub.com/winstonjs/winston/issues/2020)) [`22aab6d`](https://togithub.com/winstonjs/winston/commit/22aab6d)
--- ### 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f3fe83..460c9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7113,9 +7113,9 @@ } }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0",