diff --git a/package-lock.json b/package-lock.json index 1551f91..aaa9546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "crc-32": "^1.2.2", "shlex": "^2.1.2", "splitpanes": "^3.1.1", - "uuid": "^10.0.0", + "uuid": "^14.0.0", "vue": "^3.4.29", "vue-good-table-next": "^0.2.1", "vue-simple-context-menu": "^4.0.4", @@ -4264,15 +4264,16 @@ "dev": true }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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/vite": { diff --git a/package.json b/package.json index 0cc3287..1f7b2b2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "crc-32": "^1.2.2", "shlex": "^2.1.2", "splitpanes": "^3.1.1", - "uuid": "^10.0.0", + "uuid": "^14.0.0", "vue": "^3.4.29", "vue-good-table-next": "^0.2.1", "vue-simple-context-menu": "^4.0.4",