diff --git a/package-lock.json b/package-lock.json index 1288b9ec..ef974474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@testing-library/jest-dom": "^6.9.1", "@types/emscripten": "^1.41.5", "@types/node": "^20.19.25", - "@types/uuid": "^8.3.4", + "@types/uuid": "^11.0.0", "@vitejs/plugin-basic-ssl": "^2.1.0", "@vitejs/plugin-react": "^5.1.4", "@vitest/ui": "^4.0.14", @@ -2421,11 +2421,15 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@types/webxr": { "version": "0.5.24", diff --git a/package.json b/package.json index 06fcbf7c..4f72087f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@testing-library/jest-dom": "^6.9.1", "@types/emscripten": "^1.41.5", "@types/node": "^20.19.25", - "@types/uuid": "^8.3.4", + "@types/uuid": "^11.0.0", "@vitejs/plugin-basic-ssl": "^2.1.0", "@vitejs/plugin-react": "^5.1.4", "@vitest/ui": "^4.0.14",