From 9e12171517ed580edec7b06da4f941f7633653fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:59:31 +0000 Subject: [PATCH] Update dependency uuid to v11 --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8e2d8a4f..02e87d07e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.53.1", "react-instantsearch-dom": "^6.40.4", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@playwright/test": "^1.48.2", @@ -7969,14 +7969,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/which": { diff --git a/package.json b/package.json index 84d1e6a0c..78b43163a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.53.1", "react-instantsearch-dom": "^6.40.4", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@playwright/test": "^1.48.2",