diff --git a/developers/package.json b/developers/package.json index 56312e20..aedcad17 100644 --- a/developers/package.json +++ b/developers/package.json @@ -19,7 +19,7 @@ "qs": "^6.11.2", "sass": "^1.77.2", "sass-loader": "^14.2.1", - "uuid": "^9.0.1", + "uuid": "^11.0.4", "validator": "^13.12.0", "vue": "^3.5.12", "vue-croppie": "https://github.com/hundredark/vue-croppie#2.0.4", diff --git a/developers/yarn.lock b/developers/yarn.lock index 3de5e934..2bfa83d1 100644 --- a/developers/yarn.lock +++ b/developers/yarn.lock @@ -3348,7 +3348,12 @@ util@^0.12.4, util@^0.12.5: is-typed-array "^1.1.3" which-typed-array "^1.1.2" -uuid@^9.0.0, uuid@^9.0.1: +uuid@^11.0.4: + version "11.0.4" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.4.tgz#37943977894ef806d2919a7ca3f89d6e23c60bac" + integrity sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg== + +uuid@^9.0.0: version "9.0.1" resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==