From 2feb7917510d7aee883da10f03f97ceeadd16fe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:58:18 +0000 Subject: [PATCH] fix(deps): update dependency uuid to ^11.0.5 --- 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 82120f8832e..576dee6d027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "proxy-polyfill": "^0.3.2", "slug": "^10.0.0", "tippy.js": "^6.3.7", - "uuid": "^11.0.4", + "uuid": "^11.0.5", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.3.1", @@ -23898,9 +23898,9 @@ "dev": true }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -42025,9 +42025,9 @@ "dev": true }, "uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "validator": { "version": "13.12.0", diff --git a/package.json b/package.json index 72287d68ac6..58e5483f8a1 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "proxy-polyfill": "^0.3.2", "slug": "^10.0.0", "tippy.js": "^6.3.7", - "uuid": "^11.0.4", + "uuid": "^11.0.5", "vue": "^2.7.16", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.3.1",