fix: upgrade winston-daily-rotate-file from 4.5.4 to 4.5.5 (#7407)

Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.4 to 4.5.5.

See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2021-05-31 18:36:52 +03:00
committed by GitHub
parent 8976ecc4a9
commit 5abbeeb8d1
2 changed files with 8 additions and 19 deletions

25
package-lock.json generated
View File

@@ -9627,9 +9627,9 @@
}
},
"object-hash": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.1.1.tgz",
"integrity": "sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ=="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw=="
},
"object-inspect": {
"version": "1.10.3",
@@ -12501,25 +12501,14 @@
}
},
"winston-daily-rotate-file": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.4.tgz",
"integrity": "sha512-jq7Y2kjonNipXBtsuJOhu4UadKELwfogzHcV6WtrPf6io2YJN/mH7NC0ZWMuIQ4ZEeUm3L2QlV0Fk+o4YwS5Sw==",
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.5.5.tgz",
"integrity": "sha512-ds0WahIjiDhKCiMXmY799pDBW+58ByqIBtUcsqr4oDoXrAI3Zn+hbgFdUxzMfqA93OG0mPLYVMiotqTgE/WeWQ==",
"requires": {
"file-stream-rotator": "^0.5.7",
"object-hash": "^2.0.1",
"triple-beam": "^1.3.0",
"winston-transport": "https://github.com/winstonjs/winston-transport/archive/868d6577956f82ee0b021b119a4de938c61645f7.tar.gz"
},
"dependencies": {
"winston-transport": {
"version": "https://github.com/winstonjs/winston-transport/archive/868d6577956f82ee0b021b119a4de938c61645f7.tar.gz",
"integrity": "sha512-VvPC8ef3s6OX+dJJROxGwwZ66qjlfv75n0+alCXYoVPxMMSJAHlH0GpOcHj+jcWF65Es3SLgBf/7p5XsrIfVeg==",
"requires": {
"logform": "^2.2.0",
"readable-stream": "^2.3.7",
"triple-beam": "^1.2.0"
}
}
"winston-transport": "^4.4.0"
}
},
"winston-transport": {

View File

@@ -57,7 +57,7 @@
"tv4": "1.3.0",
"uuid": "8.3.2",
"winston": "3.3.3",
"winston-daily-rotate-file": "4.5.4",
"winston-daily-rotate-file": "4.5.5",
"ws": "7.4.6"
},
"devDependencies": {