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
This commit is contained in:
snyk-bot 2024-10-30 04:44:40 +00:00
parent b63573067c
commit a04d9d2bf2
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -21,7 +21,7 @@
"pg": "^8.13.0", "pg": "^8.13.0",
"sequelize": "^6.37.3", "sequelize": "^6.37.3",
"serializr": "^3.0.2", "serializr": "^3.0.2",
"winston": "^3.14.2" "winston": "^3.15.0"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
@ -4336,9 +4336,9 @@
} }
}, },
"node_modules/winston": { "node_modules/winston": {
"version": "3.14.2", "version": "3.15.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz",
"integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",

View File

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