Skip to content

Commit

Permalink
chore(deps): update winston requirement in /packages/logger
Browse files Browse the repository at this point in the history
Updates the requirements on [winston](https://github.com/winstonjs/winston) to permit the latest version.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 2311c5f commit 5981747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"winston": "^3.12.0"
"winston": "^3.13.0"
},
"devDependencies": {
"tap-min": "^3.0.0",
Expand Down

0 comments on commit 5981747

Please sign in to comment.