From 3414de4fa92de07c067cdf673a8cf8752c8292f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:23:42 +0000 Subject: [PATCH] chore(deps): bump uuid Bumps the npm_and_yarn group with 1 update in the /packages/profile-metrics-controller directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 9.0.1 to 14.0.2 - [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...v14.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/profile-metrics-controller/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/profile-metrics-controller/package.json b/packages/profile-metrics-controller/package.json index 60d5f47feb..3ad6c61946 100644 --- a/packages/profile-metrics-controller/package.json +++ b/packages/profile-metrics-controller/package.json @@ -64,7 +64,7 @@ "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^12.0.0", "async-mutex": "^0.5.0", - "uuid": "^9.0.1" + "uuid": "^14.0.2" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0",