diff --git a/ui/package-lock.json b/ui/package-lock.json index e7a0f6550cd7..5e5782094010 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.0", "dependencies": { "@prefecthq/prefect-design": "2.11.6", - "@prefecthq/prefect-ui-library": "3.5.11", + "@prefecthq/prefect-ui-library": "3.5.12", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9", @@ -1112,9 +1112,9 @@ } }, "node_modules/@prefecthq/prefect-ui-library": { - "version": "3.5.11", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.5.11.tgz", - "integrity": "sha512-Wz+0KOcw5ih+6VUbCrHsqGhv6BiB3VrL2baayPU3soSGZ/dwNoOm8s2Wn2DmEWTfuQFdPmlfkK63nbD2LTggIA==", + "version": "3.5.12", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.5.12.tgz", + "integrity": "sha512-hWIMyWmyTg9Vf5b0mKSBOgwbUuchD11qhhLBnzwvmVm++INOn0Y1LPFXLL7oNO/CS3lvRsAUeJGZdzrEkAR9wQ==", "dependencies": { "@prefecthq/graphs": "2.4.0", "axios": "1.6.7", @@ -7757,9 +7757,9 @@ } }, "@prefecthq/prefect-ui-library": { - "version": "3.5.11", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.5.11.tgz", - "integrity": "sha512-Wz+0KOcw5ih+6VUbCrHsqGhv6BiB3VrL2baayPU3soSGZ/dwNoOm8s2Wn2DmEWTfuQFdPmlfkK63nbD2LTggIA==", + "version": "3.5.12", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.5.12.tgz", + "integrity": "sha512-hWIMyWmyTg9Vf5b0mKSBOgwbUuchD11qhhLBnzwvmVm++INOn0Y1LPFXLL7oNO/CS3lvRsAUeJGZdzrEkAR9wQ==", "requires": { "@prefecthq/graphs": "2.4.0", "axios": "1.6.7", diff --git a/ui/package.json b/ui/package.json index 20fbc438d8f6..c4df5c39fe88 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prefecthq/prefect-design": "2.11.6", - "@prefecthq/prefect-ui-library": "3.5.11", + "@prefecthq/prefect-ui-library": "3.5.12", "@prefecthq/vue-charts": "2.0.4", "@prefecthq/vue-compositions": "1.11.4", "@types/lodash.debounce": "4.0.9",