Skip to content

Commit

Permalink
fix(deps): bump the minorandpatch group across 1 directory with 4 upd…
Browse files Browse the repository at this point in the history
…ates (#906)

Bumps the minorandpatch group with 4 updates in the / directory: [uuid](https://github.com/uuidjs/uuid), [mysql2](https://github.com/sidorares/node-mysql2), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [winston](https://github.com/winstonjs/winston).


Updates `uuid` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

Updates `mysql2` from 3.11.3 to 3.11.4
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.11.3...v3.11.4)

Updates `pg` from 8.13.0 to 8.13.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

Updates `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: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 312c606 commit e11bc5f
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 80 deletions.
112 changes: 37 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server-analysis-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tar": "^7.4.3",
"tar-fs": "^3.0.6",
"tar-stream": "^3.1.6",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/dockerode": "^3.3.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"envix": "^1.3.0",
"hapic": "^2.5.1",
"locter": "^2.1.4",
"mysql2": "^3.11.0",
"mysql2": "^3.11.4",
"pascal-case": "^4.0.0",
"pg": "^8.13.0",
"pg": "^8.13.1",
"prom-client": "^14.2.0",
"rapiq": "^0.9.0",
"redis-extension": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"envix": "^1.5.0",
"hapic": "^2.5.1",
"singa": "^1.0.0",
"winston": "^3.16.0"
"winston": "^3.17.0"
},
"devDependencies": {
"@authup/core-http-kit": "^1.0.0-beta.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"hapic": "^2.5.1",
"locter": "^2.1.4",
"minio": "^8.0.2",
"mysql2": "^3.11.0",
"mysql2": "^3.11.4",
"redis-extension": "^2.0.1",
"routup": "^4.0.1",
"singa": "^1.0.0",
Expand Down

0 comments on commit e11bc5f

Please sign in to comment.