From 79c943c85228dd62fa6e7816d7c04963bfd10d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 09:56:18 +0000 Subject: [PATCH] chore(deps): bump uuid from 3.4.0 to 14.0.0 in /samples/sample-app Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.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.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/sample-app/package.json | 2 +- samples/sample-app/yarn.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/samples/sample-app/package.json b/samples/sample-app/package.json index 3554eae..867e143 100644 --- a/samples/sample-app/package.json +++ b/samples/sample-app/package.json @@ -12,6 +12,6 @@ "imagekit": "^3.0.3", "open": "^7.0.2", "pug": "^3.0.1", - "uuid": "^3.4.0" + "uuid": "^14.0.0" } } diff --git a/samples/sample-app/yarn.lock b/samples/sample-app/yarn.lock index cb28aec..b0c1dc9 100644 --- a/samples/sample-app/yarn.lock +++ b/samples/sample-app/yarn.lock @@ -962,7 +962,12 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0: +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== + +uuid@^3.3.2, uuid@^3.3.3: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== @@ -994,4 +999,4 @@ with@^7.0.0: "@babel/parser" "^7.9.6" "@babel/types" "^7.9.6" assert-never "^1.2.1" - babel-walk "3.0.0-canary-5" \ No newline at end of file + babel-walk "3.0.0-canary-5"