From a04d9d2bf295a13b815984770d07efa26e5ebd17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 04:44:40 +0000 Subject: [PATCH] fix: upgrade winston from 3.14.2 to 3.15.0 Snyk has created this PR to upgrade winston from 3.14.2 to 3.15.0. See this package in npm: winston See this project in Snyk: https://app.snyk.io/org/20kaushik02/project/b4833e61-9c4d-40ff-afd5-54cf293ce6bc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 165d21b..5c1ac63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "pg": "^8.13.0", "sequelize": "^6.37.3", "serializr": "^3.0.2", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@types/express": "^4.17.21", @@ -4336,9 +4336,9 @@ } }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index 3ee3ead..8e400f3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "pg": "^8.13.0", "sequelize": "^6.37.3", "serializr": "^3.0.2", - "winston": "^3.14.2" + "winston": "^3.15.0" }, "devDependencies": { "@types/express": "^4.17.21",