From cf8aeb71a58d2570a893904d79cca37592a11819 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:50:31 +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 704fa99..b0aac50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@tsconfig/node24": "^24.0.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.4", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.1.1", @@ -1965,11 +1965,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/@types/web-bluetooth": { "version": "0.0.20", diff --git a/package.json b/package.json index ea0c365..c89a1f3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@tsconfig/node24": "^24.0.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.4", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.1.1",