Skip to content

Commit f597f02

Browse files
fix(deps): update dependency winston to v3.8.1
1 parent bbdbce9 commit f597f02

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.2",

yarn.lock

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,11 @@
15161516
lodash "^4.17.13"
15171517
to-fast-properties "^2.0.0"
15181518

1519+
"@colors/colors@1.5.0":
1520+
version "1.5.0"
1521+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
1522+
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
1523+
15191524
"@dabh/diagnostics@^2.0.2":
15201525
version "2.0.2"
15211526
resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31"
@@ -7840,6 +7845,17 @@ logform@^2.3.2:
78407845
safe-stable-stringify "^1.1.0"
78417846
triple-beam "^1.3.0"
78427847

7848+
logform@^2.4.0:
7849+
version "2.4.1"
7850+
resolved "https://registry.yarnpkg.com/logform/-/logform-2.4.1.tgz#512c9eaef738044d1c619790ba0f806c80d9d3a9"
7851+
integrity sha512-7XB/tqc3VRbri9pRjU6E97mQ8vC27ivJ3lct4jhyT+n0JNDd4YKldFl0D75NqDp46hk8RC7Ma1Vjv/UPf67S+A==
7852+
dependencies:
7853+
"@colors/colors" "1.5.0"
7854+
fecha "^4.2.0"
7855+
ms "^2.1.1"
7856+
safe-stable-stringify "^2.3.1"
7857+
triple-beam "^1.3.0"
7858+
78437859
loglevel-colored-level-prefix@^1.0.0:
78447860
version "1.0.0"
78457861
resolved "https://registry.yarnpkg.com/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz#6a40218fdc7ae15fc76c3d0f3e676c465388603e"
@@ -11884,14 +11900,14 @@ winston-transport@^4.3.0:
1188411900
readable-stream "^2.3.6"
1188511901
triple-beam "^1.2.0"
1188611902

11887-
winston-transport@^4.4.2:
11888-
version "4.4.2"
11889-
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.2.tgz#554efe3fce229d046df006e0e3c411d240652e51"
11890-
integrity sha512-9jmhltAr5ygt5usgUTQbEiw/7RYXpyUbEAFRCSicIacpUzPkrnQsQZSPGEI12aLK9Jth4zNcYJx3Cvznwrl8pw==
11903+
winston-transport@^4.5.0:
11904+
version "4.5.0"
11905+
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.5.0.tgz#6e7b0dd04d393171ed5e4e4905db265f7ab384fa"
11906+
integrity sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==
1189111907
dependencies:
1189211908
logform "^2.3.2"
11893-
readable-stream "^3.4.0"
11894-
triple-beam "^1.2.0"
11909+
readable-stream "^3.6.0"
11910+
triple-beam "^1.3.0"
1189511911

1189611912
winston@3.2.1:
1189711913
version "3.2.1"
@@ -11908,21 +11924,21 @@ winston@3.2.1:
1190811924
triple-beam "^1.3.0"
1190911925
winston-transport "^4.3.0"
1191011926

11911-
winston@3.5.0:
11912-
version "3.5.0"
11913-
resolved "https://registry.yarnpkg.com/winston/-/winston-3.5.0.tgz#b1ef4dbc6d1a7c1b462650070f171abc7ce9eac0"
11914-
integrity sha512-OQMbmLsIdVHvm2hSurrYZs+iZNIImXneYJ6pX7LseSMEq20HdTETXiNnNX3FDwN4LB/xDRZLF6JYOY+AI112Kw==
11927+
winston@3.8.1:
11928+
version "3.8.1"
11929+
resolved "https://registry.yarnpkg.com/winston/-/winston-3.8.1.tgz#76f15b3478cde170b780234e0c4cf805c5a7fb57"
11930+
integrity sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==
1191511931
dependencies:
1191611932
"@dabh/diagnostics" "^2.0.2"
1191711933
async "^3.2.3"
1191811934
is-stream "^2.0.0"
11919-
logform "^2.3.2"
11935+
logform "^2.4.0"
1192011936
one-time "^1.0.0"
1192111937
readable-stream "^3.4.0"
1192211938
safe-stable-stringify "^2.3.1"
1192311939
stack-trace "0.0.x"
1192411940
triple-beam "^1.3.0"
11925-
winston-transport "^4.4.2"
11941+
winston-transport "^4.5.0"
1192611942

1192711943
word-wrap@^1.0.3:
1192811944
version "1.2.3"

0 commit comments

Comments
 (0)