From d7f053100fb55e9aafeb74f849b1f09529e3a617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:43:10 +0000 Subject: [PATCH] chore(satellite): bump uuid from 13.0.0 to 14.0.0 in /services/satellite Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production 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 6db76c62..6d088d42 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -25,7 +25,7 @@ "pino": "^10.3.1", "pino-pretty": "^13.1.3", "tar": "^7.5.9", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "dotenv": "^17.3.1", "zod": "^4.3.6" },