From a854c305e3f1f75477c7a771297546e1476c3b1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:27:36 +0000 Subject: [PATCH] fix(deps): bump uuid from 11.0.2 to ^11.0.3 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 ef9ddc7e5..30608a95a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "p-limit": "^6.1.0", "pinia": "^2.2.6", "string-natural-compare": "^3.0.1", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vue": "~2.7.16", "vue-click-outside": "^1.1.0", "vue-cropperjs": "^4.2.0", @@ -18533,9 +18533,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -33185,9 +33185,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" }, "v8-to-istanbul": { "version": "9.1.3", diff --git a/package.json b/package.json index 69ad8ca81..d93ec6dc1 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "p-limit": "^6.1.0", "pinia": "^2.2.6", "string-natural-compare": "^3.0.1", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vue": "~2.7.16", "vue-click-outside": "^1.1.0", "vue-cropperjs": "^4.2.0",