Skip to content

Commit 0e74e82

Browse files
Bump uuid from 9.0.1 to 10.0.0
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>
1 parent fdfe475 commit 0e74e82

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

demos/clouds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
1212
"three": "^0.165.0",
13-
"uuid": "^9.0.1"
13+
"uuid": "^10.0.0"
1414
},
1515
"scripts": {
1616
"dev": "vite --host",

demos/thunder-clouds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
1515
"three": "^0.165.0",
16-
"uuid": "^9.0.1"
16+
"uuid": "^10.0.0"
1717
},
1818
"scripts": {
1919
"dev": "vite --host",

package-lock.json

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)