diff --git a/package-lock.json b/package-lock.json index 0fe443d5..0af03367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/node": "^26.1.1", "@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.65.0", "@typescript-eslint/parser": "^8.63.0", @@ -1824,9 +1824,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 900b6e00..6e8baed7 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "@types/node": "^26.1.1", "@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.65.0", "@typescript-eslint/parser": "^8.63.0",