refactor: upgrade winston-daily-rotate-file from 4.6.1 to 4.7.1 (#8066)

This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2022-06-22 13:14:03 -07:00
committed by GitHub
parent 86832b9b95
commit 42c9543189
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16080,9 +16080,9 @@
} }
}, },
"winston-daily-rotate-file": { "winston-daily-rotate-file": {
"version": "4.6.1", "version": "4.7.1",
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.6.1.tgz", "resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.7.1.tgz",
"integrity": "sha512-Ycch4LZmTycbhgiI2eQXBKI1pKcEQgAqmBjyq7/dC6Dk77nasdxvhLKraqTdCw7wNDSs8/M0jXaLATHquG7xYg==", "integrity": "sha512-7LGPiYGBPNyGHLn9z33i96zx/bd71pjBn9tqQzO3I4Tayv94WPmBNwKC7CO1wPHdP9uvu+Md/1nr6VSH9h0iaA==",
"requires": { "requires": {
"file-stream-rotator": "^0.6.1", "file-stream-rotator": "^0.6.1",
"object-hash": "^2.0.1", "object-hash": "^2.0.1",

View File

@@ -55,7 +55,7 @@
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "8.3.2", "uuid": "8.3.2",
"winston": "3.7.2", "winston": "3.7.2",
"winston-daily-rotate-file": "4.6.1", "winston-daily-rotate-file": "4.7.1",
"ws": "8.7.0" "ws": "8.7.0"
}, },
"devDependencies": { "devDependencies": {