Skip to content

Commit 9c7652a

Browse files
committed
fix(deps): update dependency winston to v3.7.2
1 parent 7a8a869 commit 9c7652a

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.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"
@@ -7890,6 +7895,17 @@ logform@^2.3.2:
78907895
safe-stable-stringify "^1.1.0"
78917896
triple-beam "^1.3.0"
78927897

7898+
logform@^2.4.0:
7899+
version "2.4.0"
7900+
resolved "https://registry.yarnpkg.com/logform/-/logform-2.4.0.tgz#131651715a17d50f09c2a2c1a524ff1a4164bcfe"
7901+
integrity sha512-CPSJw4ftjf517EhXZGGvTHHkYobo7ZCc0kvwUoOYcjfR2UVrI66RHj8MCrfAdEitdmFqbu2BYdYs8FHHZSb6iw==
7902+
dependencies:
7903+
"@colors/colors" "1.5.0"
7904+
fecha "^4.2.0"
7905+
ms "^2.1.1"
7906+
safe-stable-stringify "^2.3.1"
7907+
triple-beam "^1.3.0"
7908+
78937909
loglevel-colored-level-prefix@^1.0.0:
78947910
version "1.0.0"
78957911
resolved "https://registry.yarnpkg.com/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz#6a40218fdc7ae15fc76c3d0f3e676c465388603e"
@@ -11934,14 +11950,14 @@ winston-transport@^4.3.0:
1193411950
readable-stream "^2.3.6"
1193511951
triple-beam "^1.2.0"
1193611952

11937-
winston-transport@^4.4.2:
11938-
version "4.4.2"
11939-
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.2.tgz#554efe3fce229d046df006e0e3c411d240652e51"
11940-
integrity sha512-9jmhltAr5ygt5usgUTQbEiw/7RYXpyUbEAFRCSicIacpUzPkrnQsQZSPGEI12aLK9Jth4zNcYJx3Cvznwrl8pw==
11953+
winston-transport@^4.5.0:
11954+
version "4.5.0"
11955+
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
11956+
integrity sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==
1194111957
dependencies:
1194211958
logform "^2.3.2"
11943-
readable-stream "^3.4.0"
11944-
triple-beam "^1.2.0"
11959+
readable-stream "^3.6.0"
11960+
triple-beam "^1.3.0"
1194511961

1194611962
winston@3.2.1:
1194711963
version "3.2.1"
@@ -11958,21 +11974,21 @@ winston@3.2.1:
1195811974
triple-beam "^1.3.0"
1195911975
winston-transport "^4.3.0"
1196011976

11961-
winston@3.5.0:
11962-
version "3.5.0"
11963-
resolved "https://registry.yarnpkg.com/winston/-/winston-3.5.0.tgz#b1ef4dbc6d1a7c1b462650070f171abc7ce9eac0"
11964-
integrity sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==
11977+
winston@3.7.2:
11978+
version "3.7.2"
11979+
resolved "https://registry.yarnpkg.com/winston/-/winston-3.7.2.tgz#95b4eeddbec902b3db1424932ac634f887c400b1"
11980+
integrity sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==
1196511981
dependencies:
1196611982
"@dabh/diagnostics" "^2.0.2"
1196711983
async "^3.2.3"
1196811984
is-stream "^2.0.0"
11969-
logform "^2.3.2"
11985+
logform "^2.4.0"
1197011986
one-time "^1.0.0"
1197111987
readable-stream "^3.4.0"
1197211988
safe-stable-stringify "^2.3.1"
1197311989
stack-trace "0.0.x"
1197411990
triple-beam "^1.3.0"
11975-
winston-transport "^4.4.2"
11991+
winston-transport "^4.5.0"
1197611992

1197711993
word-wrap@^1.0.3:
1197811994
version "1.2.3"

0 commit comments

Comments
 (0)