From e536e2d63a57335dee02493f64db40a74a7a8823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:32:57 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 12.0.0 in /types Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 12.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...v12.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 12.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 3e2759b..35a41cc 100644 --- a/types/package.json +++ b/types/package.json @@ -31,7 +31,7 @@ "@metabolize/uuid-to-hex": "^2.0.0", "@types/node": "20.4.5", "argparse": "^2.0.1", - "uuid": "^9.0.0" + "uuid": "^12.0.0" }, "optionalDependencies": { "aws-sdk": "2.x"