refactor: upgrade winston-daily-rotate-file from 4.6.0 to 4.6.1 (#7995)

This commit is contained in:
Diamond Lewis
2022-05-11 04:16:07 -05:00
committed by GitHub
parent 2b1dc5c46a
commit b10182f35e
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -10552,9 +10552,9 @@
}
},
"moment": {
"version": "2.29.2",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
},
"mongodb": {
"version": "4.5.0",
@@ -16984,9 +16984,9 @@
}
},
"winston-daily-rotate-file": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.6.0.tgz",
"integrity": "sha512-mvpFb1LYmTvh/vz0dIS/aDCwEm0cvDa8D/tE4xWwdUYolD250wf+n0y1PZ2xr7fbvTLF/PQYqXtFIFrmog03Ow==",
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.6.1.tgz",
"integrity": "sha512-Ycch4LZmTycbhgiI2eQXBKI1pKcEQgAqmBjyq7/dC6Dk77nasdxvhLKraqTdCw7wNDSs8/M0jXaLATHquG7xYg==",
"requires": {
"file-stream-rotator": "^0.6.1",
"object-hash": "^2.0.1",

View File

@@ -58,7 +58,7 @@
"tv4": "1.3.0",
"uuid": "8.3.2",
"winston": "3.7.2",
"winston-daily-rotate-file": "4.6.0",
"winston-daily-rotate-file": "4.6.1",
"ws": "8.5.0"
},
"devDependencies": {