diff --git a/package-lock.json b/package-lock.json index aaa597f1..41fe7efd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13750,12 +13750,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==", + "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-compile-cache-lib": { diff --git a/package.json b/package.json index 5bc1263e..18527aa7 100644 --- a/package.json +++ b/package.json @@ -136,5 +136,10 @@ "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5.3.3" + }, + "overrides": { + "exceljs": { + "uuid": "^14.0.0" + } } }