diff --git a/package-lock.json b/package-lock.json index 806bcf3..27c9e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,6 +50,7 @@ "pinia": "^2.1.7", "sass": "^1.69.7", "socket.io-client": "^4.7.2", + "uuid": "^11.0.3", "uuidv4": "^6.2.13", "v-calendar": "^3.1.2", "vue-chartjs": "^5.3.1", @@ -18644,11 +18645,15 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "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": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/uuidv4": { @@ -18660,6 +18665,14 @@ "uuid": "8.3.2" } }, + "node_modules/uuidv4/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==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/v-calendar": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-3.1.2.tgz", diff --git a/package.json b/package.json index b670843..5aa7002 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "pinia": "^2.1.7", "sass": "^1.69.7", "socket.io-client": "^4.7.2", + "uuid": "^11.0.3", "uuidv4": "^6.2.13", "v-calendar": "^3.1.2", "vue-chartjs": "^5.3.1",