Skip to content

Commit

Permalink
build(deps): bump winston from 3.16.0 to 3.17.0 in /workspaces/upptime
Browse files Browse the repository at this point in the history
Bumps [winston](https://github.com/winstonjs/winston) from 3.16.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.16.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]>
  • Loading branch information
dependabot[bot] authored and Github changeset workflow committed Nov 11, 2024
1 parent 91c8cbb commit d6da176
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
5 changes: 5 additions & 0 deletions workspaces/upptime/.changeset/dependabot-ad21f40.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@philips-software/backstage-plugin-upptime-backend': patch
---

Updated dependency `winston` to `^3.17.0`.
2 changes: 1 addition & 1 deletion workspaces/upptime/plugins/upptime-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"express": "^4.21.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^3.3.1",
"winston": "^3.16.0",
"winston": "^3.17.0",
"yn": "^5.0.0"
},
"devDependencies": {
Expand Down
50 changes: 47 additions & 3 deletions workspaces/upptime/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6415,7 +6415,7 @@ __metadata:
express-promise-router: "npm:^4.1.0"
node-fetch: "npm:^3.3.1"
supertest: "npm:^7.0.0"
winston: "npm:^3.16.0"
winston: "npm:^3.17.0"
yn: "npm:^5.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -18242,6 +18242,20 @@ __metadata:
languageName: node
linkType: hard

"logform@npm:^2.7.0":
version: 2.7.0
resolution: "logform@npm:2.7.0"
dependencies:
"@colors/colors": "npm:1.6.0"
"@types/triple-beam": "npm:^1.3.2"
fecha: "npm:^4.2.0"
ms: "npm:^2.1.1"
safe-stable-stringify: "npm:^2.3.1"
triple-beam: "npm:^1.3.0"
checksum: 10/4b861bfd67efe599ab41113ae3ffe92b1873bf86793fb442f58971852430d8f416f9904da69e5043071fb3725690e2499a13acbfe92a57ba7d21690004f9edc0
languageName: node
linkType: hard

"long-timeout@npm:0.1.1":
version: 0.1.1
resolution: "long-timeout@npm:0.1.1"
Expand Down Expand Up @@ -22113,7 +22127,7 @@ __metadata:
languageName: node
linkType: hard

"readable-stream@npm:3, readable-stream@npm:^3.0.0, readable-stream@npm:^3.0.2, readable-stream@npm:^3.0.6, readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.0":
"readable-stream@npm:3, readable-stream@npm:^3.0.0, readable-stream@npm:^3.0.2, readable-stream@npm:^3.0.6, readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.0, readable-stream@npm:^3.6.2":
version: 3.6.2
resolution: "readable-stream@npm:3.6.2"
dependencies:
Expand Down Expand Up @@ -25893,7 +25907,37 @@ __metadata:
languageName: node
linkType: hard

"winston@npm:^3.16.0, winston@npm:^3.2.1":
"winston-transport@npm:^4.9.0":
version: 4.9.0
resolution: "winston-transport@npm:4.9.0"
dependencies:
logform: "npm:^2.7.0"
readable-stream: "npm:^3.6.2"
triple-beam: "npm:^1.3.0"
checksum: 10/5946918720baadd7447823929e94cf0935f92c4cff6d9451c6fcb009bd9d20a3b3df9ad606109e79d1e9f4d2ff678477bf09f81cfefce2025baaf27a617129bb
languageName: node
linkType: hard

"winston@npm:^3.17.0":
version: 3.17.0
resolution: "winston@npm:3.17.0"
dependencies:
"@colors/colors": "npm:^1.6.0"
"@dabh/diagnostics": "npm:^2.0.2"
async: "npm:^3.2.3"
is-stream: "npm:^2.0.0"
logform: "npm:^2.7.0"
one-time: "npm:^1.0.0"
readable-stream: "npm:^3.4.0"
safe-stable-stringify: "npm:^2.3.1"
stack-trace: "npm:0.0.x"
triple-beam: "npm:^1.3.0"
winston-transport: "npm:^4.9.0"
checksum: 10/220309a0ead36c1171158ab28cb9133f8597fba19c8c1c190df9329555530565b58f3af0037c1b80e0c49f7f9b6b3b01791d0c56536eb0be38678d36e316c2a3
languageName: node
linkType: hard

"winston@npm:^3.2.1":
version: 3.16.0
resolution: "winston@npm:3.16.0"
dependencies:
Expand Down

0 comments on commit d6da176

Please sign in to comment.