Skip to content

Commit

Permalink
Bump uuid from 9.0.1 to 10.0.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent fdfe475 commit 0e74e82
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demos/clouds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.165.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion demos/thunder-clouds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.165.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"scripts": {
"dev": "vite --host",
Expand Down
23 changes: 17 additions & 6 deletions package-lock.json

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

0 comments on commit 0e74e82

Please sign in to comment.