diff --git a/package-lock.json b/package-lock.json index bfd0f58c..f15e76c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "plausible-tracker": "^0.3.9", "rxjs": "^7.8.1", "swrv": "^1.0.4", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "vue": "^3.5.13", "vue-multiselect": "^3.1.0", "vue-router": "^4.5.0" @@ -6337,9 +6337,9 @@ "dev": true }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -10917,9 +10917,9 @@ "dev": true }, "uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==" }, "vary": { "version": "1.1.2", diff --git a/package.json b/package.json index 0e5862b4..ae7832d3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "plausible-tracker": "^0.3.9", "rxjs": "^7.8.1", "swrv": "^1.0.4", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "vue": "^3.5.13", "vue-multiselect": "^3.1.0", "vue-router": "^4.5.0"