Skip to content

Commit 025223f

Browse files
fix(ewl): pin winston v3.11.0
| datasource | package | from | to | | ---------- | ------- | ----- | ------ | | npm | winston | 3.8.2 | 3.11.0 |
1 parent 139a319 commit 025223f

File tree

6 files changed

+27
-13
lines changed

6 files changed

+27
-13
lines changed

.pnp.cjs

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/ewl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"triple-beam": "1.3.0",
3737
"uuid": "9.0.0",
3838
"validator": "13.9.0",
39-
"winston": "3.8.2",
39+
"winston": "3.11.0",
4040
"winston-transport": "4.5.0"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,13 @@ __metadata:
417417
languageName: node
418418
linkType: hard
419419

420+
"@colors/colors@npm:^1.6.0":
421+
version: 1.6.0
422+
resolution: "@colors/colors@npm:1.6.0"
423+
checksum: aa209963e0c3218e80a4a20553ba8c0fbb6fa13140540b4e5f97923790be06801fc90172c1114fc8b7e888b3d012b67298cde6b9e81521361becfaee400c662f
424+
languageName: node
425+
linkType: hard
426+
420427
"@commitlint/cli@npm:17.6.5":
421428
version: 17.6.5
422429
resolution: "@commitlint/cli@npm:17.6.5"
@@ -3665,7 +3672,7 @@ __metadata:
36653672
typescript: 5.0.4
36663673
uuid: 9.0.0
36673674
validator: 13.9.0
3668-
winston: 3.8.2
3675+
winston: 3.11.0
36693676
winston-transport: 4.5.0
36703677
languageName: unknown
36713678
linkType: soft
@@ -8452,11 +8459,11 @@ __metadata:
84528459
languageName: node
84538460
linkType: hard
84548461

8455-
"winston@npm:3.8.2":
8456-
version: 3.8.2
8457-
resolution: "winston@npm:3.8.2"
8462+
"winston@npm:3.11.0":
8463+
version: 3.11.0
8464+
resolution: "winston@npm:3.11.0"
84588465
dependencies:
8459-
"@colors/colors": 1.5.0
8466+
"@colors/colors": ^1.6.0
84608467
"@dabh/diagnostics": ^2.0.2
84618468
async: ^3.2.3
84628469
is-stream: ^2.0.0
@@ -8467,7 +8474,7 @@ __metadata:
84678474
stack-trace: 0.0.x
84688475
triple-beam: ^1.3.0
84698476
winston-transport: ^4.5.0
8470-
checksum: f7b901798b92ab9e93c850110bf6e98500e9a0e762b62dab410cf928b2a4145533dfa6d3d2b24f7bf0dc94b53808d5bd28aaaeff9a4b43b89ea4c798cce308ea
8477+
checksum: ca4454070f7a71b19f53c8c1765c59a013dab220edb49161b2e81917751d3e9edc3382430e4fb050feda04fb8463290ecab7cbc9240ec8d3d3b32a121849bbb0
84718478
languageName: node
84728479
linkType: hard
84738480

0 commit comments

Comments
 (0)