From 047cfdcbff864382920e51d7a1ca2318d770da59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 11:42:53 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 14.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 14.0.1. - [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.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7d132..344f4c3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "express": "^4.18.2", "socket.io": "^4.7.2", "cors": "^2.8.5", - "uuid": "^9.0.0" + "uuid": "^14.0.1" }, "type": "module" } \ No newline at end of file