diff --git a/package-lock.json b/package-lock.json index 1b53f42..b294fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "lodash": "^4.17.21", "shelljs": "^0.8.5", "tmp": "^0.2.3", - "winston": "^3.15.0" + "winston": "^3.16.0" }, "bin": { "app": "bin/run" @@ -17063,10 +17063,9 @@ } }, "node_modules/winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", - "license": "MIT", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz", + "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 5bbf37d..f5803ad 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "shelljs": "^0.8.5", "tmp": "^0.2.3", - "winston": "^3.15.0" + "winston": "^3.16.0" }, "devDependencies": { "@oclif/test": "^4.0.10",