diff --git a/package-lock.json b/package-lock.json index fd7ef41e..37e6e93b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "typescript": "4.1.6", "unminified-webpack-plugin": "3.0.0", "webpack": "5.73.0", - "winston": "3.8.0", + "winston": "3.8.1", "zone.js": "0.11.6" } }, @@ -16214,9 +16214,9 @@ } }, "node_modules/winston": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", - "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", + "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "dev": true, "dependencies": { "@dabh/diagnostics": "^2.0.2", @@ -29073,9 +29073,9 @@ "dev": true }, "winston": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", - "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", + "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "dev": true, "requires": { "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index aebf7c03..597e726a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "typescript": "4.1.6", "unminified-webpack-plugin": "3.0.0", "webpack": "5.73.0", - "winston": "3.8.0", + "winston": "3.8.1", "zone.js": "0.11.6" }, "jest": {