diff --git a/ui/package-lock.json b/ui/package-lock.json index 70f3617eb7b8..3383ec5b39cb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.0", "dependencies": { "@prefecthq/prefect-design": "2.14.15", - "@prefecthq/prefect-ui-library": "3.11.28", + "@prefecthq/prefect-ui-library": "3.11.30", "@prefecthq/vue-charts": "2.0.5", "@prefecthq/vue-compositions": "1.11.5", "@types/lodash.debounce": "4.0.9", @@ -1149,9 +1149,9 @@ } }, "node_modules/@prefecthq/prefect-ui-library": { - "version": "3.11.28", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.11.28.tgz", - "integrity": "sha512-1YvitCBn7UJaidUYqHyHHDXNjGmiwLbMQYGvTn8jQEsqpnnlHw80f0cbEJxKuCNWdKnG4EdJJuc+b6M9RfrtKQ==", + "version": "3.11.30", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.11.30.tgz", + "integrity": "sha512-Ct7X7ice/op8Gei9HQGgBX9iLGIMcFjgLK93chYPvuOmhbvfEsmwLNOT8KgsCvUGrQkBCo7PRiUAFMz1bZ9BIg==", "dependencies": { "@prefecthq/graphs": "2.4.1", "axios": "1.7.4", @@ -8132,9 +8132,9 @@ } }, "@prefecthq/prefect-ui-library": { - "version": "3.11.28", - "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.11.28.tgz", - "integrity": "sha512-1YvitCBn7UJaidUYqHyHHDXNjGmiwLbMQYGvTn8jQEsqpnnlHw80f0cbEJxKuCNWdKnG4EdJJuc+b6M9RfrtKQ==", + "version": "3.11.30", + "resolved": "https://registry.npmjs.org/@prefecthq/prefect-ui-library/-/prefect-ui-library-3.11.30.tgz", + "integrity": "sha512-Ct7X7ice/op8Gei9HQGgBX9iLGIMcFjgLK93chYPvuOmhbvfEsmwLNOT8KgsCvUGrQkBCo7PRiUAFMz1bZ9BIg==", "requires": { "@prefecthq/graphs": "2.4.1", "axios": "1.7.4", diff --git a/ui/package.json b/ui/package.json index 972ed15fab5d..9eb9612811eb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prefecthq/prefect-design": "2.14.15", - "@prefecthq/prefect-ui-library": "3.11.28", + "@prefecthq/prefect-ui-library": "3.11.30", "@prefecthq/vue-charts": "2.0.5", "@prefecthq/vue-compositions": "1.11.5", "@types/lodash.debounce": "4.0.9",