From 2de45e6f621e3576281517fd1a5ab4d32fc1e603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:58:15 +0000 Subject: [PATCH] ci(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 550b63a7b..474d00297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "@types/sinon": "^17.0.2", "@types/sinon-chai": "^3.2.12", "@types/tcp-port-used": "1.0.4", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -8643,11 +8643,15 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "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/validator": { "version": "13.15.3", diff --git a/package.json b/package.json index 7c47ee765..d8d1813e5 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "@types/sinon": "^17.0.2", "@types/sinon-chai": "^3.2.12", "@types/tcp-port-used": "1.0.4", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0",