From 2ef7f381595b34d2860f54cc58f8727414c408b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:14:57 +0000 Subject: [PATCH] Bump uuid from 3.0.0 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.0.0 to 14.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/v3.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4d1f38d..27fc4f1 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "tweetnacl": "0.13.0", "commander": "~1.1.1", "optimist": "0.3.x", - "uuid": "3.0.0" + "uuid": "14.0.0" } }