From 26397b718bb90031f4ed95f65e2895d0c36e5f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:21:54 +0000 Subject: [PATCH] build(deps): bump uuid Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/v11.1.1/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v11.1.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 11.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../plugins/catalog-backend-module-mimir/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backstage-plugin/plugins/catalog-backend-module-mimir/package-lock.json b/backstage-plugin/plugins/catalog-backend-module-mimir/package-lock.json index 58bf77a..24ea614 100644 --- a/backstage-plugin/plugins/catalog-backend-module-mimir/package-lock.json +++ b/backstage-plugin/plugins/catalog-backend-module-mimir/package-lock.json @@ -5366,9 +5366,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"