From 062b4fac12dad3a328cb9ee04f401efa3a351c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:24:08 +0000 Subject: [PATCH] chore(satellite): bump uuid from 13.0.2 to 14.0.1 in /services/satellite Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.2 to 14.0.1. - [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.2...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 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..7e0060ae 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.1", "dotenv": "^17.3.1", "zod": "^4.3.6" },