diff --git a/package-lock.json b/package-lock.json index 8b64bec1..882da727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react-select": "^5.9.0", "reactjs-popup": "^2.0.6", "swr": "^2.3.0", - "uuid": "^11.0.4" + "uuid": "^11.0.5" }, "devDependencies": { "@babel/preset-react": "^7.26.3", @@ -21239,9 +21239,9 @@ } }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -39690,9 +39690,9 @@ "dev": true }, "uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "v8flags": { "version": "4.0.1", diff --git a/package.json b/package.json index 1a1ff35f..ebc8a701 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "react-select": "^5.9.0", "reactjs-popup": "^2.0.6", "swr": "^2.3.0", - "uuid": "^11.0.4" + "uuid": "^11.0.5" } }