diff --git a/package-lock.json b/package-lock.json index 938cd45b8..a32e25a5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7868,11 +7868,15 @@ "license": "MIT" }, "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.21", @@ -23849,12 +23853,12 @@ "pino": "^10.1.0", "pino-pretty": "^13.1.2", "uuid": "^13.0.0", - "zod": "^3.24.1" + "zod": "^4.1.12" }, "devDependencies": { "@release-it/conventional-changelog": "^10.0.1", "@types/node": "^24.10.0", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "copy-webpack-plugin": "^13.0.1", diff --git a/services/satellite/package.json b/services/satellite/package.json index 065568d99..b81738d86 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@release-it/conventional-changelog": "^10.0.1", "@types/node": "^24.10.0", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "copy-webpack-plugin": "^13.0.1",