From cb4356a66a2bccd1629b9b003f49309ca805e264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:56:37 +0000 Subject: [PATCH] chore(deps): update dependency @types/uuid to v11 --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ddbac8..6747515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@types/inquirer": "^9.0.7", "@types/node": "^22.0.0", "@types/sinon": "^17.0.3", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitest/coverage-v8": "^3.0.0", @@ -2239,11 +2239,15 @@ } }, "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.42.0", diff --git a/package.json b/package.json index ecb0f0c..8157207 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/inquirer": "^9.0.7", "@types/node": "^22.0.0", "@types/sinon": "^17.0.3", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitest/coverage-v8": "^3.0.0",