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": {