diff --git a/ui/package-lock.json b/ui/package-lock.json index a7106a49..9a2dacd8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "react-markdown": "9.0.3", "react-modal": "3.16.3", "react-router-dom": "7.1.1", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "devDependencies": { "@testing-library/jest-dom": "6.6.3", @@ -9977,9 +9977,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" @@ -17356,9 +17356,9 @@ "requires": {} }, "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==" }, "v8-to-istanbul": { "version": "9.3.0", diff --git a/ui/package.json b/ui/package.json index 0dd0913e..7610dea8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "react-markdown": "9.0.3", "react-modal": "3.16.3", "react-router-dom": "7.1.1", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "scripts": { "dev": "vite",