From e2698187566a35badaea137f3e7e6b815db8c74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:42:23 +0000 Subject: [PATCH] Bump winston from 3.13.1 to 3.14.2 Bumps [winston](https://github.com/winstonjs/winston) from 3.13.1 to 3.14.2. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.2) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7287eaf8c..28f0a899f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "simple-git": "3.25.0", "toposort": "2.0.2", "update-notifier": "7.0.0", - "winston": "3.13.1", + "winston": "3.14.2", "yargs": "17.7.2" }, "bin": { @@ -7917,9 +7917,9 @@ } }, "node_modules/winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", + "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 5f76ae8e6..5dd18d5c3 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "simple-git": "3.25.0", "toposort": "2.0.2", "update-notifier": "7.0.0", - "winston": "3.13.1", + "winston": "3.14.2", "yargs": "17.7.2" }, "devDependencies": {