Skip to content

Commit b69ff60

Browse files
fix(deps): update dependency winston to v3.8.1
1 parent 932443b commit b69ff60

2 files changed

Lines changed: 29 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"express": "4.18.1",
7373
"serverless-http": "1.10.1",
7474
"source-map-support": "0.5.21",
75-
"winston": "3.5.0"
75+
"winston": "3.8.1"
7676
},
7777
"devDependencies": {
7878
"@babel/core": "7.18.6",

yarn.lock

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,11 @@
13141314
lodash "^4.17.13"
13151315
to-fast-properties "^2.0.0"
13161316

1317+
"@colors/colors@1.5.0":
1318+
version "1.5.0"
1319+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
1320+
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
1321+
13171322
"@dabh/diagnostics@^2.0.2":
13181323
version "2.0.2"
13191324
resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31"
@@ -7616,6 +7621,17 @@ logform@^2.3.2:
76167621
safe-stable-stringify "^1.1.0"
76177622
triple-beam "^1.3.0"
76187623

7624+
logform@^2.4.0:
7625+
version "2.4.2"
7626+
resolved "https://registry.yarnpkg.com/logform/-/logform-2.4.2.tgz#a617983ac0334d0c3b942c34945380062795b47c"
7627+
integrity sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw==
7628+
dependencies:
7629+
"@colors/colors" "1.5.0"
7630+
fecha "^4.2.0"
7631+
ms "^2.1.1"
7632+
safe-stable-stringify "^2.3.1"
7633+
triple-beam "^1.3.0"
7634+
76197635
loglevel-colored-level-prefix@^1.0.0:
76207636
version "1.0.0"
76217637
resolved "https://registry.yarnpkg.com/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz#6a40218fdc7ae15fc76c3d0f3e676c465388603e"
@@ -11656,14 +11672,14 @@ winston-transport@^4.3.0:
1165611672
readable-stream "^2.3.6"
1165711673
triple-beam "^1.2.0"
1165811674

11659-
winston-transport@^4.4.2:
11660-
version "4.4.2"
11661-
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.2.tgz#554efe3fce229d046df006e0e3c411d240652e51"
11662-
integrity sha512-9jmhltAr5ygt5usgUTQbEiw/7RYXpyUbEAFRCSicIacpUzPkrnQsQZSPGEI12aLK9Jth4zNcYJx3Cvznwrl8pw==
11675+
winston-transport@^4.5.0:
11676+
version "4.5.0"
11677+
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
11678+
integrity sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==
1166311679
dependencies:
1166411680
logform "^2.3.2"
11665-
readable-stream "^3.4.0"
11666-
triple-beam "^1.2.0"
11681+
readable-stream "^3.6.0"
11682+
triple-beam "^1.3.0"
1166711683

1166811684
winston@3.2.1:
1166911685
version "3.2.1"
@@ -11680,21 +11696,21 @@ winston@3.2.1:
1168011696
triple-beam "^1.3.0"
1168111697
winston-transport "^4.3.0"
1168211698

11683-
winston@3.5.0:
11684-
version "3.5.0"
11685-
resolved "https://registry.yarnpkg.com/winston/-/winston-3.5.0.tgz#b1ef4dbc6d1a7c1b462650070f171abc7ce9eac0"
11686-
integrity sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==
11699+
winston@3.8.1:
11700+
version "3.8.1"
11701+
resolved "https://registry.yarnpkg.com/winston/-/winston-3.8.1.tgz#76f15b3478cde170b780234e0c4cf805c5a7fb57"
11702+
integrity sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==
1168711703
dependencies:
1168811704
"@dabh/diagnostics" "^2.0.2"
1168911705
async "^3.2.3"
1169011706
is-stream "^2.0.0"
11691-
logform "^2.3.2"
11707+
logform "^2.4.0"
1169211708
one-time "^1.0.0"
1169311709
readable-stream "^3.4.0"
1169411710
safe-stable-stringify "^2.3.1"
1169511711
stack-trace "0.0.x"
1169611712
triple-beam "^1.3.0"
11697-
winston-transport "^4.4.2"
11713+
winston-transport "^4.5.0"
1169811714

1169911715
word-wrap@^1.0.3:
1170011716
version "1.2.3"

0 commit comments

Comments
 (0)