From 319a8cf44ec824fca2b729d9b0d3c21fd0a28556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:52:13 +0000 Subject: [PATCH] chore(satellite): bump @types/uuid in /services/satellite Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/satellite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/satellite/package.json b/services/satellite/package.json index 8f2b58f6..7f0f31d9 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",