From 796da6358d9daf4fd56f7ba4971f62005b975898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 19:22:22 +0000 Subject: [PATCH] Bump uuid from 8.1.0 to 14.0.0 in /examples/with-tesfy Bumps [uuid](https://github.com/uuidjs/uuid) from 8.1.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/v8.1.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-tesfy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tesfy/package.json b/examples/with-tesfy/package.json index 1436c202aacb..2af4ec6c4a17 100644 --- a/examples/with-tesfy/package.json +++ b/examples/with-tesfy/package.json @@ -12,6 +12,6 @@ "react-dom": "^17.0.2", "react-tesfy": "latest", "tesfy": "latest", - "uuid": "8.1.0" + "uuid": "14.0.0" } }