Merge pull request #25 from 20kaushik02/snyk-upgrade-250214cdbcdb552b31b023a608853373

[Snyk] Upgrade winston from 3.14.2 to 3.15.0
This commit is contained in:
Kaushik Narayan Ravishankar 2024-11-02 22:31:03 -07:00 committed by GitHub
commit e0d0d9d1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -21,7 +21,7 @@
"pg": "^8.13.0",
"sequelize": "^6.37.4",
"serializr": "^3.0.2",
"winston": "^3.14.2"
"winston": "^3.15.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
@ -4338,9 +4338,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",

View File

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