diff --git a/package-lock.json b/package-lock.json index 7931cb51d..e0a0c467e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,7 +169,7 @@ "tsx": "^4.20.6", "url": "0.11.3", "url-api-polyfill": "^1.1.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "vega": "5.33.1", "vega-crossfilter": "4.1.4", "vega-dataflow": "5.7.8", @@ -2924,6 +2924,16 @@ "node": ">=16" } }, + "node_modules/@cypress/request/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==", + "dev": true, + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@cypress/xvfb": { "version": "1.2.4", "dev": true, @@ -11659,6 +11669,15 @@ "node": ">=12" } }, + "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==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/busboy": { "version": "1.6.0", "dependencies": { @@ -26803,6 +26822,15 @@ "d3-path": "1" } }, + "node_modules/react-d3-tree/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==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/react-dom": { "version": "18.3.1", "license": "MIT", @@ -30530,10 +30558,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", + "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/uuid-random": { diff --git a/package.json b/package.json index 2ef2e5530..fab4c79eb 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "tsx": "^4.20.6", "url": "0.11.3", "url-api-polyfill": "^1.1.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "vega": "5.33.1", "vega-crossfilter": "4.1.4", "vega-dataflow": "5.7.8",