From 286dfcc82436775938f30072057bc97a3c22974d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:49:13 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7160ce81eb..c10a26d2f7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -56,7 +56,7 @@ "slugify": "1.6.6", "url-template": "3.1.1", "util": "0.12.5", - "uuid": "10.0.0", + "uuid": "11.0.3", "v-resize-observer": "2.1.0", "vee-validate": "3.4.15", "vue": "2.7.15", @@ -12648,16 +12648,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v-resize-observer": { diff --git a/frontend/package.json b/frontend/package.json index b16749b749..49699a176c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -68,7 +68,7 @@ "slugify": "1.6.6", "url-template": "3.1.1", "util": "0.12.5", - "uuid": "10.0.0", + "uuid": "11.0.3", "v-resize-observer": "2.1.0", "vee-validate": "3.4.15", "vue": "2.7.15",