Skip to content

Commit 0a0d74c

Browse files
chore(deps): bump winston from 3.15.0 to 3.17.0 (#5162)
* chore(deps): bump winston from 3.15.0 to 3.17.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.15.0 to 3.17.0. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.15.0...v3.17.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * yarn generate --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: deekshas8 <[email protected]> Co-authored-by: Deeksha Sinha <[email protected]>
1 parent e902244 commit 0a0d74c

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.github/actions/changesets-fixed-version-bump/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"ts-morph": "^24.0.0",
5252
"typescript": "~5.6.3",
5353
"voca": "^1.4.1",
54-
"winston": "^3.15.0"
54+
"winston": "^3.17.0"
5555
},
5656
"devDependencies": {
5757
"execa": "^5.0.0",

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"chalk": "^4.1.0",
3939
"logform": "^2.7.0",
4040
"voca": "^1.4.1",
41-
"winston": "^3.15.0",
41+
"winston": "^3.17.0",
4242
"winston-transport": "^4.9.0"
4343
},
4444
"devDependencies": {

test-packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"jsonwebtoken": "^9.0.2",
3737
"mock-fs": "^5.3.0",
3838
"nock": "^14.0.0-beta.15",
39-
"winston": "^3.15.0"
39+
"winston": "^3.17.0"
4040
}
4141
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6357,7 +6357,7 @@ log-symbols@^4.0.0, log-symbols@^4.1.0:
63576357
chalk "^4.1.0"
63586358
is-unicode-supported "^0.1.0"
63596359

6360-
logform@^2.6.0, logform@^2.7.0:
6360+
logform@^2.7.0:
63616361
version "2.7.0"
63626362
resolved "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz#cfca97528ef290f2e125a08396805002b2d060d1"
63636363
integrity sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==
@@ -9828,7 +9828,7 @@ wide-align@^1.1.0, wide-align@^1.1.5:
98289828
dependencies:
98299829
string-width "^1.0.2 || 2 || 3 || 4"
98309830

9831-
winston-transport@^4.7.0, winston-transport@^4.9.0:
9831+
winston-transport@^4.9.0:
98329832
version "4.9.0"
98339833
resolved "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz#3bba345de10297654ea6f33519424560003b3bf9"
98349834
integrity sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==
@@ -9837,22 +9837,22 @@ winston-transport@^4.7.0, winston-transport@^4.9.0:
98379837
readable-stream "^3.6.2"
98389838
triple-beam "^1.3.0"
98399839

9840-
winston@^3.15.0:
9841-
version "3.15.0"
9842-
resolved "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz#4df7b70be091bc1a38a4f45b969fa79589b73ff5"
9843-
integrity sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==
9840+
winston@^3.17.0:
9841+
version "3.17.0"
9842+
resolved "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz#74b8665ce9b4ea7b29d0922cfccf852a08a11423"
9843+
integrity sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==
98449844
dependencies:
98459845
"@colors/colors" "^1.6.0"
98469846
"@dabh/diagnostics" "^2.0.2"
98479847
async "^3.2.3"
98489848
is-stream "^2.0.0"
9849-
logform "^2.6.0"
9849+
logform "^2.7.0"
98509850
one-time "^1.0.0"
98519851
readable-stream "^3.4.0"
98529852
safe-stable-stringify "^2.3.1"
98539853
stack-trace "0.0.x"
98549854
triple-beam "^1.3.0"
9855-
winston-transport "^4.7.0"
9855+
winston-transport "^4.9.0"
98569856

98579857
wordwrap@^1.0.0:
98589858
version "1.0.0"

0 commit comments

Comments
 (0)