From 3b98941de5670c93b3d673aeab2415497938e1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:12:35 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 12.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 12.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...v12.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 12.0.0 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 005d647..bfc38d2 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": "^12.0.0", "webpack": "3.12.0", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" diff --git a/yarn.lock b/yarn.lock index e11bcd8..ba6b7dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13854,6 +13854,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +uuid@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-12.0.0.tgz#114e150a140571af7b188c5c2a8d8493755fb587" + integrity sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA== + uuid@^3.0.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"