From e574feba591d794e18ddf3d2baf700665902f1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:59:55 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 13.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 13.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...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.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..a38219d 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": "^13.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..e02dc13 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@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== + uuid@^3.0.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"