From 1e8142b55e642ca80c42f5feebaa52164f94ce59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:54:34 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 13.0.0 in /tools/integration-api 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] --- tools/integration-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration-api/package.json b/tools/integration-api/package.json index a15cd06..0c2626e 100644 --- a/tools/integration-api/package.json +++ b/tools/integration-api/package.json @@ -27,7 +27,7 @@ "helmet": "^7.1.0", "morgan": "^1.10.0", "node-fetch": "^3.3.2", - "uuid": "^9.0.1", + "uuid": "^13.0.0", "ws": "^8.16.0" }, "devDependencies": {