From 496bf5da3c498879cf377ce9785adb36016e26b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:01:37 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 13.0.0 in /orchestrator Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 13.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/v9.0.1...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- orchestrator/package-lock.json | 16 ++++++++-------- orchestrator/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/orchestrator/package-lock.json b/orchestrator/package-lock.json index 7f62288..7e8a415 100644 --- a/orchestrator/package-lock.json +++ b/orchestrator/package-lock.json @@ -13,7 +13,7 @@ "express": "^4.17.1", "prom-client": "^15.0.0", "socket.io": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } }, "node_modules/@opentelemetry/api": { @@ -912,15 +912,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { @@ -1615,9 +1615,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" }, "vary": { "version": "1.1.2", diff --git a/orchestrator/package.json b/orchestrator/package.json index 8768194..9472cfe 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -14,6 +14,6 @@ "death": "^1.1.0", "express": "^4.17.1", "socket.io": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } }