Skip to content

Commit

Permalink
Bump uuid from 9.0.1 to 10.0.0 (#673)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/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)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent c594333 commit 5da3a8b
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 17 deletions.
46 changes: 36 additions & 10 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/authx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"koa-router": "^12.0.1",
"object-hash": "^3.0.0",
"pg": "^8.11.5",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"source-map-loader": "^5.0.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strategy-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pg": "^8.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strategy-openid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pg": "^8.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strategy-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pg": "^8.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strategy-saml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"saml2-js": "^4.0.2",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/pg": "^8.11.6",
"@types/uuid": "^9.0.8",
"pg": "^8.11.5",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
Expand Down

0 comments on commit 5da3a8b

Please sign in to comment.