From 0e74e8208694affb03a0449c9e3835c28181c70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:15:35 +0000 Subject: [PATCH] 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](https://github.com/uuidjs/uuid/compare/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] --- demos/clouds/package.json | 2 +- demos/thunder-clouds/package.json | 2 +- package-lock.json | 23 +++++++++++++++++------ 3 files changed, 19 insertions(+), 8 deletions(-) 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" }