diff --git a/ui/package-lock.json b/ui/package-lock.json index c8be5b69..80d77d6f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "react-markdown": "9.0.1", "react-modal": "3.16.3", "react-router-dom": "7.1.1", - "uuid": "11.0.3" + "uuid": "11.0.4" }, "devDependencies": { "@testing-library/jest-dom": "6.6.3", @@ -9978,9 +9978,9 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -17357,9 +17357,9 @@ "requires": {} }, "uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==" }, "v8-to-istanbul": { "version": "9.3.0", diff --git a/ui/package.json b/ui/package.json index 6b9be1a8..5695eafa 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "react-markdown": "9.0.1", "react-modal": "3.16.3", "react-router-dom": "7.1.1", - "uuid": "11.0.3" + "uuid": "11.0.4" }, "scripts": { "dev": "vite",