Skip to content

Commit

Permalink
chore(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.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

Updates `@types/uuid` from 9.0.8 to 10.0.0
- [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-major
- dependency-name: "@types/uuid"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent 1633d0e commit 5191bc0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
4 changes: 2 additions & 2 deletions libs/iota-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@smithy/types": "^3.0.0",
"aws-iot-device-sdk-v2": "1.20.1",
"jose": "^5.3.0",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"esbuild": "^0.21.4",
Expand Down
32 changes: 22 additions & 10 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/auth-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@affinidi-tdk/common": "^1.0.0",
"@types/jsonwebtoken": "^9.0.3",
"@types/qs": "^6.9.8",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"axios": "^1.5.1",
"jose": "^5.6.3",
"jsonwebtoken": "^9.0.2",
"qs": "^6.11.2",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
Expand Down

0 comments on commit 5191bc0

Please sign in to comment.