From 7e5e9ef75e4e2fc20c70a88c056f203483c67541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:17:46 +0000 Subject: [PATCH] fix(deps): update dependency uuid to ^11.1.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d144c790441..7bbc0c661e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "proxy-polyfill": "^0.3.2", "slug": "^11.0.1", "tippy.js": "^6.3.7", - "uuid": "^11.1.0", + "uuid": "^11.1.1", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.3.1", @@ -19705,9 +19705,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -34712,9 +34712,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==" }, "verror": { "version": "1.10.0", diff --git a/package.json b/package.json index 5e9d02d8276..456da1581b1 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "proxy-polyfill": "^0.3.2", "slug": "^11.0.1", "tippy.js": "^6.3.7", - "uuid": "^11.1.0", + "uuid": "^11.1.1", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.3.1",