diff --git a/package-lock.json b/package-lock.json index 26b92ab..0e05252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mdi/font": "^7.4.47", "@tanstack/vue-query": "^5.24.1", "pinia": "^2.1.7", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "vue": "^3.4.20", "vue-i18n": "^9.9.1", "vuetify": "^3.5.6" @@ -10308,8 +10308,14 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "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" + ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 16bfdff..d39fdd8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@mdi/font": "^7.4.47", "@tanstack/vue-query": "^5.24.1", "pinia": "^2.1.7", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "vue": "^3.4.20", "vue-i18n": "^9.9.1", "vuetify": "^3.5.6"