From 455e76f2282f2c11bdffb9e5823cf0274f9c7034 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Aug 2023 14:44:40 +0000 Subject: [PATCH] fix: upgrade winston from 3.8.1 to 3.10.0 Snyk has created this PR to upgrade winston from 3.8.1 to 3.10.0. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/0x2b3bfa0/project/c72874ff-26c3-4f42-abed-4a4ce462ebbf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04b637055..ee8a9762c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "unist-util-visit": "^2.0.3", "uuid": "^8.3.2", "which": "^2.0.2", - "winston": "^3.3.3", + "winston": "^3.10.0", "yargs": "^17.7.2" }, "bin": { @@ -7389,9 +7389,11 @@ } }, "node_modules/winston": { - "version": "3.8.1", - "license": "MIT", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "dependencies": { + "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", @@ -12368,8 +12370,11 @@ } }, "winston": { - "version": "3.8.1", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "requires": { + "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", diff --git a/package.json b/package.json index f8b10756e..c6aac9828 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "unist-util-visit": "^2.0.3", "uuid": "^8.3.2", "which": "^2.0.2", - "winston": "^3.3.3", + "winston": "^3.10.0", "yargs": "^17.7.2" }, "devDependencies": {