diff --git a/package-lock.json b/package-lock.json index c47717b..c5c63a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "color": "^3.2.1", "spacetime": "https://github.com/Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "devDependencies": { "@babel/compat-data": "^7.22.5", @@ -14729,9 +14729,9 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", "bin": { "uuid": "dist/bin/uuid" } @@ -26537,9 +26537,9 @@ } }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" }, "v8flags": { "version": "3.2.0", diff --git a/package.json b/package.json index 6535c2b..8271cd4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "color": "^3.2.1", "spacetime": "https://github.com/Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "devDependencies": { "@babel/compat-data": "^7.22.5",