diff --git a/package-lock.json b/package-lock.json index f064fda..83093a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@vueuse/core": "^11.1.0", "crypto-js": "^4.2.0", "pinia": "^2.2.4", - "uuid": "^11.0.0", + "uuid": "^11.0.1", "vue": "^3.5.12", "vue-i18n": "^10.0.4", "vue-router": "^4.4.5", @@ -10693,9 +10693,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", - "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index e97635d..5437206 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@vueuse/core": "^11.1.0", "crypto-js": "^4.2.0", "pinia": "^2.2.4", - "uuid": "^11.0.0", + "uuid": "^11.0.1", "vue": "^3.5.12", "vue-i18n": "^10.0.4", "vue-router": "^4.4.5",