From 8694ebd809432bfb29a2e1ca88f9620c3ee93938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:30:27 +0000 Subject: [PATCH] Bump winston from 3.13.1 to 3.14.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.13.1 to 3.14.0. - [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.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0ca0c4de..aad2a5bee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "request": "^2.*", "simple-git": "^3.25.0", "toolsocket": "github:ptcrealitylab/toolsocket", - "winston": "^3.13.1", + "winston": "^3.14.0", "ws": "^8.18.0", "xml2js": "^0.6.2", "yargs": "^17.7.2" @@ -9034,9 +9034,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.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.0.tgz", + "integrity": "sha512-XEJvmKJglhTW2TgfpKdkpj0119Yn5AClR7LJ0rBNUQFx20mNQj3s1ukTA1i77q+YBaHYbcKtXpxgPqfdUPCIYA==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -16074,9 +16074,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.0.tgz", + "integrity": "sha512-XEJvmKJglhTW2TgfpKdkpj0119Yn5AClR7LJ0rBNUQFx20mNQj3s1ukTA1i77q+YBaHYbcKtXpxgPqfdUPCIYA==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index c40d1ab0c..903e2cd8f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "request": "^2.*", "simple-git": "^3.25.0", "toolsocket": "github:ptcrealitylab/toolsocket", - "winston": "^3.13.1", + "winston": "^3.14.0", "ws": "^8.18.0", "xml2js": "^0.6.2", "yargs": "^17.7.2"