diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 83b5c88601..bd22d75816 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -57,7 +57,7 @@ "rimraf": "^3.0.2", "rxjs": "^6.6.3", "ua-parser-js": "^0.7.28", - "uuid": "^8.3.0", + "uuid": "^14.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", "winston-transport": "4.6.0", @@ -7609,6 +7609,16 @@ "node": ">=10" } }, + "node_modules/bull/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).", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/busboy": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", @@ -9920,6 +9930,16 @@ "node": ">=8.3.0" } }, + "node_modules/exceljs/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).", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -15520,6 +15540,16 @@ "node": ">=6.0.0" } }, + "node_modules/node-cron/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).", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/node-domexception": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", @@ -20256,12 +20286,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-to-istanbul": { diff --git a/packages/api/package.json b/packages/api/package.json index 7328167d10..51c723826d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -106,7 +106,7 @@ "rimraf": "^3.0.2", "rxjs": "^6.6.3", "ua-parser-js": "^0.7.28", - "uuid": "^8.3.0", + "uuid": "^14.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", "winston-transport": "4.6.0", diff --git a/packages/webapp/package.json b/packages/webapp/package.json index deccb0cf84..ff4d66db92 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -99,7 +99,7 @@ "survey-react-ui": "^2.5.1", "terra-draw": "1.28.8", "terra-draw-google-maps-adapter": "^1.3.1", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "workbox-background-sync": "^7.4.0", "workbox-core": "^7.4.0", "workbox-expiration": "^7.4.0",