Update winston dependency to version 3.16.0

This commit is contained in:
David Vargas 2024-11-05 23:22:25 -06:00
parent c79ebcf9ff
commit 1821c01f67
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"node-cron": "^3.0.3", "node-cron": "^3.0.3",
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.26.0", "whatsapp-web.js": "^1.26.0",
"winston": "^3.15.0" "winston": "^3.16.0"
} }
}, },
"node_modules/@colors/colors": { "node_modules/@colors/colors": {
@ -1603,9 +1603,9 @@
} }
}, },
"node_modules/winston": { "node_modules/winston": {
"version": "3.15.0", "version": "3.16.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz",
"integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",

View File

@ -16,6 +16,6 @@
"node-cron": "^3.0.3", "node-cron": "^3.0.3",
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.26.0", "whatsapp-web.js": "^1.26.0",
"winston": "^3.15.0" "winston": "^3.16.0"
} }
} }