diff --git a/package-lock.json b/package-lock.json index 02e87d07e..c07791e2b 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": "^11.0.1" + "uuid": "^11.0.2" }, "devDependencies": { "@playwright/test": "^1.48.2", @@ -7969,9 +7969,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", - "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 78b43163a..cc7278c6c 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": "^11.0.1" + "uuid": "^11.0.2" }, "devDependencies": { "@playwright/test": "^1.48.2",