diff --git a/package-lock.json b/package-lock.json index ea22e1936..649ca77d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "simple-git": "3.22.0", "toposort": "2.0.2", "update-notifier": "7.0.0", - "winston": "3.12.0", + "winston": "3.13.0", "yargs": "17.7.2" }, "bin": { @@ -8091,9 +8091,9 @@ } }, "node_modules/winston": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz", - "integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", + "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index f1a3c0f0e..99bd126f4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "simple-git": "3.22.0", "toposort": "2.0.2", "update-notifier": "7.0.0", - "winston": "3.12.0", + "winston": "3.13.0", "yargs": "17.7.2" }, "devDependencies": {