From 546148d1974c521c78c0b1fd3a68c7068a37c077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:15:19 +0000 Subject: [PATCH] fix(deps): bump uuid from 11.0.3 to ^11.0.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 b4b554735..cbd467f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "p-limit": "^6.2.0", "pinia": "^2.3.0", "string-natural-compare": "^3.0.1", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "vue": "~2.7.16", "vue-click-outside": "^1.1.0", "vue-cropperjs": "^4.2.0", @@ -18671,9 +18671,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "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" @@ -33449,9 +33449,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "v8-to-istanbul": { "version": "9.1.3", diff --git a/package.json b/package.json index 70ccb60f6..8b1e33db5 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "p-limit": "^6.2.0", "pinia": "^2.3.0", "string-natural-compare": "^3.0.1", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "vue": "~2.7.16", "vue-click-outside": "^1.1.0", "vue-cropperjs": "^4.2.0",