Skip to content

Commit

Permalink
build(deps): bump uuid and @types/uuid
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.1 to 9.0.8
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent 0088692 commit 5ef7c8d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"portfinder": "^1.0.32",
"ramda": "^0.29.0",
"tree-kill": "^1.2.2",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@fuel-ts/hasher": "workspace:*",
Expand All @@ -80,7 +80,7 @@
"@graphql-codegen/typescript-generic-sdk": "^3.1.0",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@types/ramda": "^0.29.3",
"@types/uuid": "^9.0.1",
"@types/uuid": "^9.0.8",
"get-graphql-schema": "^2.1.2"
}
}
32 changes: 22 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 5ef7c8d

Please sign in to comment.