Skip to content

Commit f432b83

Browse files
dependabot[bot]cloud-sdk-jsdavidkna-sap
authored
chore(deps): bump winston from 3.18.3 to 3.19.0 (#6197)
* chore(deps): bump winston from 3.18.3 to 3.19.0 Bumps [winston](https://github.com/winstonjs/winston) from 3.18.3 to 3.19.0. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.18.3...v3.19.0) --- updated-dependencies: - dependency-name: winston dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate check-public-api action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cloud-sdk-js <[email protected]> Co-authored-by: David Knaack <[email protected]>
1 parent d7bf44d commit f432b83

File tree

5 files changed

+42
-9
lines changed

5 files changed

+42
-9
lines changed

.github/actions/check-public-api/index.js

Lines changed: 35 additions & 2 deletions
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
@@ -54,7 +54,7 @@
5454
"ts-morph": "^27.0.2",
5555
"typescript": "~5.9.3",
5656
"voca": "^1.4.1",
57-
"winston": "^3.18.3"
57+
"winston": "^3.19.0"
5858
},
5959
"devDependencies": {
6060
"execa": "^5.0.0",

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"chalk": "^4.1.0",
4343
"logform": "^2.7.0",
4444
"voca": "^1.4.1",
45-
"winston": "^3.18.3",
45+
"winston": "^3.19.0",
4646
"winston-transport": "^4.9.0"
4747
},
4848
"devDependencies": {

test-packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"jsonwebtoken": "^9.0.3",
3636
"mock-fs": "^5.5.0",
3737
"nock": "^14.0.10",
38-
"winston": "^3.18.3"
38+
"winston": "^3.19.0"
3939
}
4040
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9513,10 +9513,10 @@ winston-transport@^4.9.0:
95139513
readable-stream "^3.6.2"
95149514
triple-beam "^1.3.0"
95159515

9516-
winston@^3.18.3:
9517-
version "3.18.3"
9518-
resolved "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz#93ac10808c8e1081d723bc8811cd2f445ddfdcd1"
9519-
integrity sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==
9516+
winston@^3.19.0:
9517+
version "3.19.0"
9518+
resolved "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz#cc1d1262f5f45946904085cfffe73efb4b7a581d"
9519+
integrity sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==
95209520
dependencies:
95219521
"@colors/colors" "^1.6.0"
95229522
"@dabh/diagnostics" "^2.0.8"

0 commit comments

Comments
 (0)