From 87b67c4d0dcc344e0a949694c4100a4dd4128e88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 May 2023 14:47:22 +0000 Subject: [PATCH] fix: upgrade winston from 3.8.1 to 3.8.2 Snyk has created this PR to upgrade winston from 3.8.1 to 3.8.2. See this package in npm: https://www.npmjs.com/package/winston See this project in Snyk: https://app.snyk.io/org/timothyjones/project/59e05783-f830-4960-bfa9-3dfac25518a5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d18d7d..a9a5607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "express": "^4.18.1", "json-web-key": "^0.4.0", "jsonwebtoken": "^9.0.0", - "winston": "^3.8.1", + "winston": "^3.8.2", "winston-splunk-httplogger": "^3.1.7" }, "devDependencies": { @@ -13569,10 +13569,11 @@ "dev": true }, "node_modules/winston": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", - "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", + "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", "dependencies": { + "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", @@ -24233,10 +24234,11 @@ "dev": true }, "winston": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", - "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", + "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", "requires": { + "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", diff --git a/package.json b/package.json index 41ac98e..1c977c7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "express": "^4.18.1", "json-web-key": "^0.4.0", "jsonwebtoken": "^9.0.0", - "winston": "^3.8.1", + "winston": "^3.8.2", "winston-splunk-httplogger": "^3.1.7" }, "devDependencies": {