diff --git a/package-lock.json b/package-lock.json index 3f20dfa3..4172aa45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "p-queue": "8.0.1", "papaparse": "5.4.1", "search-query-parser": "1.6.0", - "uuid": "9.0.1", + "uuid": "10.0.0", "vue": "3.4.29", "vue-material-design-icons": "5.3.0", "vue-qrcode-reader": "5.5.4", @@ -2957,19 +2957,6 @@ "npm": "^10.0.0" } }, - "node_modules/@nextcloud/calendar-js": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-7.0.0.tgz", - "integrity": "sha512-CvCcO4hFPjMfIB2AKW0QLNYukGoHFS7QQVvIC8khJjzNfVGS6qMJd2oaZtD9Q9w1fLpvwp1X7orcYGYmosDkAA==", - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - }, - "peerDependencies": { - "ical.js": "^2.0.1", - "uuid": "^9.0.0" - } - }, "node_modules/@nextcloud/capabilities": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz", @@ -3397,6 +3384,19 @@ "vue": "^3.4.27" } }, + "node_modules/@nextcloud/vue/node_modules/@nextcloud/calendar-js": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-7.0.0.tgz", + "integrity": "sha512-CvCcO4hFPjMfIB2AKW0QLNYukGoHFS7QQVvIC8khJjzNfVGS6qMJd2oaZtD9Q9w1fLpvwp1X7orcYGYmosDkAA==", + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" + }, + "peerDependencies": { + "ical.js": "^2.0.1", + "uuid": "^9.0.0" + } + }, "node_modules/@nextcloud/vue/node_modules/@nextcloud/logger": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz", @@ -3409,6 +3409,19 @@ "npm": "^10.0.0" } }, + "node_modules/@nextcloud/vue/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "peer": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", @@ -13496,9 +13509,9 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index b45cb8d1..a1210a39 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "p-queue": "8.0.1", "papaparse": "5.4.1", "search-query-parser": "1.6.0", - "uuid": "9.0.1", + "uuid": "10.0.0", "vue": "3.4.29", "vue-material-design-icons": "5.3.0", "vue-qrcode-reader": "5.5.4",