diff --git a/package-lock.json b/package-lock.json index 537ecf7c..7d05c3b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "http-proxy": "^1.18.1", "prom-client": "14.2.0", "strftime": "~0.10.0", - "winston": "~3.12.0" + "winston": "~3.13.0" }, "bin": { "configurable-http-proxy": "bin/configurable-http-proxy" @@ -2509,9 +2509,9 @@ "dev": true }, "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", @@ -4623,9 +4623,9 @@ "dev": true }, "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==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index cf980986..f5742340 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "http-proxy": "^1.18.1", "prom-client": "14.2.0", "strftime": "~0.10.0", - "winston": "~3.12.0" + "winston": "~3.13.0" }, "devDependencies": { "jasmine": "^3.5.0",