From 6a98666ffc5bdd6f429e3c11792f7481ed93cff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:51:16 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 11.1.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 11.1.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...v11.1.0) --- updated-dependencies: - dependency-name: uuid 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..52aa602 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": "^11.1.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 2b83daa..34b6c06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13687,6 +13687,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +uuid@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" + integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== + uuid@^3.0.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"