From 9fd817f3bf70b3027283aed0d2f146187c4aef41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:31:25 +0000 Subject: [PATCH] Chore: bump uuid from 11.0.5 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.5 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/v11.0.5...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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 09e6606a2..6668d69ca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.19", "@vuepress/theme-default": "^2.0.0-rc.76", "search-insights": ">= 1 < 3", - "uuid": "^11.0.5", + "uuid": "^14.0.0", "vue": "^3.5.0" } } diff --git a/yarn.lock b/yarn.lock index 9545a8adc..1f7fd4fa9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2621,10 +2621,10 @@ update-browserslist-db@^1.1.1: escalade "^3.2.0" picocolors "^1.1.1" -uuid@^11.0.5: - version "11.0.5" - resolved "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz" - integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA== +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== varint@^6.0.0: version "6.0.0"