From fd4c178e4a5a69ace2b27baeffd49068aeb114d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:43:02 +0000 Subject: [PATCH] Bump winston from 3.13.1 to 3.14.1 Bumps [winston](https://github.com/winstonjs/winston) from 3.13.1 to 3.14.1. - [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.1) --- 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 f3882944..7f64e50c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "ssh2": "^1.15.0", "tmp": "^0.2.3", "uuid": "^10.0.0", - "winston": "^3.13.1" + "winston": "^3.14.1" }, "devDependencies": { "@babel/cli": "^7.24.8", @@ -9896,9 +9896,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.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz", + "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 85fc95d1..f8e08f15 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,6 @@ "ssh2": "^1.15.0", "tmp": "^0.2.3", "uuid": "^10.0.0", - "winston": "^3.13.1" + "winston": "^3.14.1" } }