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",