diff --git a/package-lock.json b/package-lock.json index 8d9dacd7..fcf14e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "numeric": "^1.2.6", "ootk": "^4.0.2", "resizable": "^1.2.1", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "webgl-obj-loader": "^2.0.8" }, "devDependencies": { @@ -14326,6 +14326,19 @@ "node": ">=14" } }, + "node_modules/retire/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -16061,9 +16074,9 @@ "dev": true }, "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" diff --git a/package.json b/package.json index 0f1f3b9b..7ce7cfb5 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "numeric": "^1.2.6", "ootk": "^4.0.2", "resizable": "^1.2.1", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "webgl-obj-loader": "^2.0.8" } }