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",