diff --git a/package-lock.json b/package-lock.json index b3c3e7779..f96e47f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -120,7 +120,7 @@ "tinykeys": "2.1.0", "underscore": "1.13.8", "utility-types": "3.10.0", - "uuid": "9.0.0", + "uuid": "14.0.0", "web-vitals": "4.2.4", "ws": "8.17.1", "zustand": "3.5.0" @@ -27924,11 +27924,16 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "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": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index e8614111f..52f742b8a 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "tinykeys": "2.1.0", "underscore": "1.13.8", "utility-types": "3.10.0", - "uuid": "9.0.0", + "uuid": "14.0.0", "web-vitals": "4.2.4", "ws": "8.17.1", "zustand": "3.5.0"