Skip to content

Commit

Permalink
fix(deps): bump uuid and @types/uuid (#1142)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 9.0.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

Updates `@types/uuid` from 9.0.2 to 9.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Sep 25, 2023
1 parent abfaec2 commit fa10d8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/server-train-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"rapiq": "^0.9.0",
"redis-extension": "^1.3.0",
"tar-stream": "^3.1.6",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"winston": "^3.10.0"
},
"devDependencies": {
"@types/dockerode": "^3.3.20",
"@types/tar-stream": "^2.2.2",
"@types/uuid": "^9.0.2",
"@types/uuid": "^9.0.4",
"ts-node": "^10.9.1"
},
"publishConfig": {
Expand Down

0 comments on commit fa10d8f

Please sign in to comment.