From 89464b8e4fc687aad34c8ec936b570fc781eac77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 05:14:29 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 9.0.0 Dependabot couldn't find the original pull request head commit, 26a19dd62695767aa266b713424c43af771752db. --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2294bf0..1105d34 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.21.0", @@ -14583,9 +14583,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" } @@ -26314,9 +26314,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 30e68bd..2faab78 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.21.0", -- 2.43.5