From 17217b00f3304a04b8fd79220cf6c2c2b7134d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:31:59 +0000 Subject: [PATCH] chore: bump uuid from 8.3.2 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 11.0.3. - [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.3.2...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 23cf0304dd..a0275dfbde 100644 --- a/docs/package.json +++ b/docs/package.json @@ -116,7 +116,7 @@ "unified": "^11.0.5", "unist-util-visit": "^2.0.3", "use-resize-observer": "^8.0.0", - "uuid": "^8.3.2", + "uuid": "^11.0.3", "vfile-reporter": "^7.0.5", "webpack": "^5.94.0" } diff --git a/yarn.lock b/yarn.lock index 5f9e0c8ace..359be80a03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26900,6 +26900,11 @@ utils-merge@1.0.1: resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== +uuid@^11.0.3: + version "11.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d" + integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg== + uuid@^3.3.2: version "3.4.0" resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"