From 72a95487ad7821b8dc5f69b0422ed4175e1c735b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:36:45 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/package-lock.json | 44 ++++++++++++++++++++++++++++++---- packages/api/package.json | 2 +- packages/webapp/package.json | 2 +- 3 files changed, 41 insertions(+), 7 deletions(-) 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",