From 94702200adfbf58d02fb8a468cd837493921c077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 18:54:43 +0000 Subject: [PATCH] chore(deps): update dependency uuid to v11.1.1 [security] --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6ca9a3..ed360f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "oas-tools": "3.1.0", "require-from-string": "2.0.2", "sinon": "19.0.5", - "uuid": "11.1.0" + "uuid": "11.1.1" }, "devDependencies": { "@eslint/js": "9.18.0", @@ -3551,6 +3551,19 @@ "follow-redirects": "^1.14.0" } }, + "node_modules/governify-commons/node_modules/uuid": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", @@ -6599,9 +6612,9 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index e01b689..5899618 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "oas-tools": "3.1.0", "require-from-string": "2.0.2", "sinon": "19.0.5", - "uuid": "11.1.0" + "uuid": "11.1.1" }, "devDependencies": { "@eslint/js": "9.18.0",