From 1a191b0dfdfbf17b99120cd1a438de0deb019a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:02:36 +0200 Subject: [PATCH] chore(deps): bump uuid from 9.0.1 to 10.0.0 (#958) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e35149f..b7487a46 100644 --- a/package.json +++ b/package.json @@ -133,6 +133,6 @@ "mqtt-packet": "^9.0.0", "retimer": "^4.0.0", "reusify": "^1.0.4", - "uuid": "^9.0.1" + "uuid": "^10.0.0" } }