chore(deps): update dependency winston to v3.14.2 (#4822) [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-12 12:21:29 +02:00 committed by GitHub
parent 3168688ce4
commit 657b31f67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -53,7 +53,7 @@
"typescript": "4.2.4", "typescript": "4.2.4",
"unminified-webpack-plugin": "3.0.0", "unminified-webpack-plugin": "3.0.0",
"webpack": "5.74.0", "webpack": "5.74.0",
"winston": "3.13.1", "winston": "3.14.2",
"zone.js": "0.11.8" "zone.js": "0.11.8"
} }
}, },
@ -15121,9 +15121,9 @@
} }
}, },
"node_modules/winston": { "node_modules/winston": {
"version": "3.13.1", "version": "3.14.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz",
"integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",
@ -15171,9 +15171,9 @@
} }
}, },
"node_modules/winston/node_modules/async": { "node_modules/winston/node_modules/async": {
"version": "3.2.5", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
"dev": true "dev": true
}, },
"node_modules/winston/node_modules/readable-stream": { "node_modules/winston/node_modules/readable-stream": {
@ -26849,9 +26849,9 @@
"dev": true "dev": true
}, },
"winston": { "winston": {
"version": "3.13.1", "version": "3.14.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz",
"integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@colors/colors": "^1.6.0", "@colors/colors": "^1.6.0",
@ -26868,9 +26868,9 @@
}, },
"dependencies": { "dependencies": {
"async": { "async": {
"version": "3.2.5", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
"dev": true "dev": true
}, },
"readable-stream": { "readable-stream": {

View File

@ -68,7 +68,7 @@
"typescript": "4.2.4", "typescript": "4.2.4",
"unminified-webpack-plugin": "3.0.0", "unminified-webpack-plugin": "3.0.0",
"webpack": "5.74.0", "webpack": "5.74.0",
"winston": "3.13.1", "winston": "3.14.2",
"zone.js": "0.11.8" "zone.js": "0.11.8"
}, },
"jest": { "jest": {