diff --git a/demos/clouds/package.json b/demos/clouds/package.json index e719602a..eecd6997 100644 --- a/demos/clouds/package.json +++ b/demos/clouds/package.json @@ -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", diff --git a/demos/thunder-clouds/package.json b/demos/thunder-clouds/package.json index 9890e8ee..8ee1eb82 100644 --- a/demos/thunder-clouds/package.json +++ b/demos/thunder-clouds/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 5a89a8cf..784b089b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -814,7 +814,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.165.0", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@types/react": "^18.3.3", @@ -4079,7 +4079,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.165.0", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@types/react": "^18.3.3", @@ -7816,6 +7816,18 @@ } } }, + "node_modules/@react-three/drei/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@react-three/fiber": { "version": "8.17.5", "resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-8.17.5.tgz", @@ -17091,14 +17103,13 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { "uuid": "dist/bin/uuid" }