diff --git a/package-lock.json b/package-lock.json index cfa737f..4d845b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "http-proxy-node16": "1.0.5", "prom-client": "14.2.0", "strftime": "~0.10.0", - "winston": "~3.13.0" + "winston": "~3.14.1" }, "bin": { "configurable-http-proxy": "bin/configurable-http-proxy" @@ -2509,9 +2509,9 @@ "dev": true }, "node_modules/winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz", + "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -4623,9 +4623,9 @@ "dev": true }, "winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz", + "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 99b388c..816e84b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "http-proxy-node16": "1.0.5", "prom-client": "14.2.0", "strftime": "~0.10.0", - "winston": "~3.13.0" + "winston": "~3.14.1" }, "devDependencies": { "jasmine": "^3.5.0",