diff --git a/package-lock.json b/package-lock.json index 114849a1..9964ae67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/node": "^26.1.2", "@types/qrcode": "^1.5.6", "@types/supertest": "^7.2.1", - "@types/uuid": "^9.0.8", + "@types/uuid": "^11.0.0", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.63.0", @@ -1842,9 +1842,15 @@ } }, "node_modules/@types/uuid": { - "version": "9.0.8", + "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/ws": { "version": "8.18.1", diff --git a/package.json b/package.json index 4ee00903..164c0357 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "@types/node": "^26.1.2", "@types/qrcode": "^1.5.6", "@types/supertest": "^7.2.1", - "@types/uuid": "^9.0.8", + "@types/uuid": "^11.0.0", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.63.0",