diff --git a/package-lock.json b/package-lock.json index a21e28d..cd15990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "jsonwebtoken": "^8.5.1", "poynt": "^0.0.33", "pug": "^3.0.0", - "uuid": "^8.3.0" + "uuid": "^14.0.0" }, "engines": { "node": ">=14.0.0" @@ -1870,13 +1870,16 @@ } }, "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==", - "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": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/package.json b/package.json index 3575705..7ab57c3 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "jsonwebtoken": "^8.5.1", "poynt": "^0.0.33", "pug": "^3.0.0", - "uuid": "^8.3.0" + "uuid": "^14.0.0" } }