Bump winston from 3.15.0 to 3.16.0 (#17)

This commit is contained in:
dependabot[bot] 2024-11-01 23:20:24 +00:00 committed by GitHub
parent 531fbdf9f6
commit 36f7df8592
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

@ -18,7 +18,7 @@
"node-html-parser": "^6.1.13", "node-html-parser": "^6.1.13",
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"telegraf": "^4.16.3", "telegraf": "^4.16.3",
"winston": "^3.15.0" "winston": "^3.16.0"
} }
}, },
"node_modules/@colors/colors": { "node_modules/@colors/colors": {
@ -1061,9 +1061,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==",
"dependencies": { "dependencies": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",
"@dabh/diagnostics": "^2.0.2", "@dabh/diagnostics": "^2.0.2",

View File

@ -18,6 +18,6 @@
"node-html-parser": "^6.1.13", "node-html-parser": "^6.1.13",
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"telegraf": "^4.16.3", "telegraf": "^4.16.3",
"winston": "^3.15.0" "winston": "^3.16.0"
} }
} }