From 72c33620781630595844513a20fa921e5c043e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 03:21:06 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 11.0.4 in /developers Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.4. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- developers/package.json | 2 +- developers/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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==