Skip to content

Commit

Permalink
chore(deps): bump winston from 3.14.2 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps [winston](https://github.com/winstonjs/winston) from 3.14.2 to 3.15.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.14.2...v3.15.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent a38ebce commit fa81f80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ts-morph": "^23.0.0",
"typescript": "~5.6.2",
"voca": "^1.4.1",
"winston": "^3.14.2"
"winston": "^3.15.0"
},
"devDependencies": {
"execa": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chalk": "^4.1.0",
"logform": "^2.6.0",
"voca": "^1.4.1",
"winston": "^3.14.2",
"winston": "^3.15.0",
"winston-transport": "^4.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test-packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"jsonwebtoken": "^9.0.2",
"mock-fs": "^5.3.0",
"nock": "^14.0.0-beta.6",
"winston": "^3.14.2"
"winston": "^3.15.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9855,10 +9855,10 @@ winston-transport@^4.7.0, winston-transport@^4.8.0:
readable-stream "^4.5.2"
triple-beam "^1.3.0"

winston@^3.14.2:
version "3.14.2"
resolved "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz#94ce5fd26d374f563c969d12f0cd9c641065adab"
integrity sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==
winston@^3.15.0:
version "3.15.0"
resolved "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz#4df7b70be091bc1a38a4f45b969fa79589b73ff5"
integrity sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==
dependencies:
"@colors/colors" "^1.6.0"
"@dabh/diagnostics" "^2.0.2"
Expand Down

0 comments on commit fa81f80

Please sign in to comment.