fix: upgrade winston from 3.14.1 to 3.14.2

Snyk has created this PR to upgrade winston from 3.14.1 to 3.14.2.

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
This commit is contained in:
snyk-bot 2024-09-05 06:09:51 +00:00
parent e2c544aee2
commit 6fb2bfcc17
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -21,7 +21,7 @@
"pg": "^8.12.0",
"sequelize": "^6.37.3",
"serializr": "^3.0.2",
"winston": "^3.14.1"
"winston": "^3.14.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
@ -4282,9 +4282,10 @@
}
},
"node_modules/winston": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz",
"integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==",
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz",
"integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==",
"license": "MIT",
"dependencies": {
"@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2",

View File

@ -30,7 +30,7 @@
"pg": "^8.12.0",
"sequelize": "^6.37.3",
"serializr": "^3.0.2",
"winston": "^3.14.1"
"winston": "^3.14.2"
},
"devDependencies": {
"@types/express": "^4.17.21",