From e9057fafb1550323b38d7b56d520defea2f97eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:22:20 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 13.0.0 in /types 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] --- types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/package.json b/types/package.json index 3a5d31e..df5da17 100644 --- a/types/package.json +++ b/types/package.json @@ -30,7 +30,7 @@ "dependencies": { "@metabolize/uuid-to-hex": "^2.0.0", "argparse": "^2.0.1", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "optionalDependencies": { "aws-sdk": "2.x"