From 6e99d21d0cf31f9ebdd09d19b61ba464e9c31e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:07:29 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 14.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 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/v3.4.0...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 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1acf190..4efd2ad 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "sw-precache-webpack-plugin": "0.11.4", "uglifyjs-webpack-plugin": "1.3.0", "url-loader": "0.6.2", - "uuid": "^3.3.2", + "uuid": "^14.0.1", "webpack": "3.12.0", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" diff --git a/yarn.lock b/yarn.lock index 21a62cf..7d46d42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13873,6 +13873,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +uuid@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.1.tgz#8a5975b3e038902bfd169a10b5202f5ec0cf3faf" + integrity sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew== + uuid@^3.0.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"