diff --git a/package-lock.json b/package-lock.json index d131863c6..aeb56ff7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "sortablejs-vue3": "^1.2.11", "sweetalert2": "^11.26.17", "threads": "^1.7.0", - "uuid": "^11.0.3", + "uuid": "^14.0.0", "vue": "^3.5.26", "vue-chartjs": "^5.3.3" }, @@ -8803,16 +8803,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "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/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { @@ -9150,22 +9150,6 @@ "node": ">= 10" } }, - "node_modules/webpack-bundle-analyzer/node_modules/utf-8-validate": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", - "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/webpack-bundle-analyzer/node_modules/ws": { "version": "7.5.10", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", diff --git a/package.json b/package.json index 8eeb893c9..35af80389 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "sortablejs-vue3": "^1.2.11", "sweetalert2": "^11.26.17", "threads": "^1.7.0", - "uuid": "^11.0.3", + "uuid": "^14.0.0", "vue": "^3.5.26", "vue-chartjs": "^5.3.3" },