Skip to content

Commit df3e5b1

Browse files
committed
fix(deps): update dependency winston to v3.7.2
1 parent 85ad721 commit df3e5b1

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.17.3",
7373
"serverless-http": "1.10.1",
7474
"source-map-support": "0.5.21",
75-
"winston": "3.5.0"
75+
"winston": "3.7.2"
7676
},
7777
"devDependencies": {
7878
"@babel/core": "7.17.10",

yarn.lock

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,11 @@
15751575
lodash "^4.17.13"
15761576
to-fast-properties "^2.0.0"
15771577

1578+
"@colors/colors@1.5.0":
1579+
version "1.5.0"
1580+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
1581+
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
1582+
15781583
"@dabh/diagnostics@^2.0.2":
15791584
version "2.0.2"
15801585
resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31"
@@ -7870,6 +7875,17 @@ logform@^2.3.2:
78707875
safe-stable-stringify "^1.1.0"
78717876
triple-beam "^1.3.0"
78727877

7878+
logform@^2.4.0:
7879+
version "2.4.0"
7880+
resolved "https://registry.yarnpkg.com/logform/-/logform-2.4.0.tgz#131651715a17d50f09c2a2c1a524ff1a4164bcfe"
7881+
integrity sha512-CPSJw4ftjf517EhXZGGvTHHkYobo7ZCc0kvwUoOYcjfR2UVrI66RHj8MCrfAdEitdmFqbu2BYdYs8FHHZSb6iw==
7882+
dependencies:
7883+
"@colors/colors" "1.5.0"
7884+
fecha "^4.2.0"
7885+
ms "^2.1.1"
7886+
safe-stable-stringify "^2.3.1"
7887+
triple-beam "^1.3.0"
7888+
78737889
loglevel-colored-level-prefix@^1.0.0:
78747890
version "1.0.0"
78757891
resolved "https://registry.yarnpkg.com/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz#6a40218fdc7ae15fc76c3d0f3e676c465388603e"
@@ -11898,14 +11914,14 @@ winston-transport@^4.3.0:
1189811914
readable-stream "^2.3.6"
1189911915
triple-beam "^1.2.0"
1190011916

11901-
winston-transport@^4.4.2:
11902-
version "4.4.2"
11903-
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.2.tgz#554efe3fce229d046df006e0e3c411d240652e51"
11904-
integrity sha512-9jmhltAr5ygt5usgUTQbEiw/7RYXpyUbEAFRCSicIacpUzPkrnQsQZSPGEI12aLK9Jth4zNcYJx3Cvznwrl8pw==
11917+
winston-transport@^4.5.0:
11918+
version "4.5.0"
11919+
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
11920+
integrity sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==
1190511921
dependencies:
1190611922
logform "^2.3.2"
11907-
readable-stream "^3.4.0"
11908-
triple-beam "^1.2.0"
11923+
readable-stream "^3.6.0"
11924+
triple-beam "^1.3.0"
1190911925

1191011926
winston@3.2.1:
1191111927
version "3.2.1"
@@ -11922,21 +11938,21 @@ winston@3.2.1:
1192211938
triple-beam "^1.3.0"
1192311939
winston-transport "^4.3.0"
1192411940

11925-
winston@3.5.0:
11926-
version "3.5.0"
11927-
resolved "https://registry.yarnpkg.com/winston/-/winston-3.5.0.tgz#b1ef4dbc6d1a7c1b462650070f171abc7ce9eac0"
11928-
integrity sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==
11941+
winston@3.7.2:
11942+
version "3.7.2"
11943+
resolved "https://registry.yarnpkg.com/winston/-/winston-3.7.2.tgz#95b4eeddbec902b3db1424932ac634f887c400b1"
11944+
integrity sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==
1192911945
dependencies:
1193011946
"@dabh/diagnostics" "^2.0.2"
1193111947
async "^3.2.3"
1193211948
is-stream "^2.0.0"
11933-
logform "^2.3.2"
11949+
logform "^2.4.0"
1193411950
one-time "^1.0.0"
1193511951
readable-stream "^3.4.0"
1193611952
safe-stable-stringify "^2.3.1"
1193711953
stack-trace "0.0.x"
1193811954
triple-beam "^1.3.0"
11939-
winston-transport "^4.4.2"
11955+
winston-transport "^4.5.0"
1194011956

1194111957
word-wrap@^1.0.3:
1194211958
version "1.2.3"

0 commit comments

Comments
 (0)