diff --git a/package-lock.json b/package-lock.json index e83ccae..34fd330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "sharedb": "^1.0.0-beta.23", "sharedb-mongo": "^4.1.0", "socket.io": "^2.2.0", - "uuid": "^3.3.2", + "uuid": "^14.0.0", "uuid4": "^1.1.4", "websocket-json-stream": "0.0.3", "ws": "^7.0.0" @@ -11296,12 +11296,16 @@ } }, "node_modules/uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { - "uuid": "bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/uuid4": { diff --git a/package.json b/package.json index c397281..31c5cfb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "sharedb": "^1.0.0-beta.23", "sharedb-mongo": "^4.1.0", "socket.io": "^2.2.0", - "uuid": "^3.3.2", + "uuid": "^14.0.0", "uuid4": "^1.1.4", "websocket-json-stream": "0.0.3", "ws": "^7.0.0" diff --git a/yarn.lock b/yarn.lock index 2b444ec..35750e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7016,10 +7016,10 @@ uuid@8.3.2, uuid@^8.0.0, uuid@^8.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -uuid@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== v8-compile-cache-lib@^3.0.1: version "3.0.1"