diff --git a/package-lock.json b/package-lock.json index 6c8f406c..1281367f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "p-queue": "^8.1.0", "papaparse": "^5.5.3", "search-query-parser": "^1.6.0", - "uuid": "^11.1.0", + "uuid": "^12.0.0", "vue": "^3.5.20", "vue-material-design-icons": "^5.3.1", "vue-qrcode-reader": "^5.7.0", @@ -13977,15 +13977,16 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", + "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/vfile": { diff --git a/package.json b/package.json index 594b4451..4bfe2371 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "p-queue": "^8.1.0", "papaparse": "^5.5.3", "search-query-parser": "^1.6.0", - "uuid": "^11.1.0", + "uuid": "^12.0.0", "vue": "^3.5.20", "vue-material-design-icons": "^5.3.1", "vue-qrcode-reader": "^5.7.0",