diff --git a/ui/package-lock.json b/ui/package-lock.json index 5d727476f5a3..9efced06d154 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -11,7 +11,7 @@ "@prefecthq/prefect-design": "2.15.0", "@prefecthq/prefect-ui-library": "3.12.14", "@prefecthq/vue-charts": "2.0.6", - "@prefecthq/vue-compositions": "1.11.5", + "@prefecthq/vue-compositions": "^1.12.2", "@types/lodash.debounce": "4.0.9", "axios": "1.8.2", "lodash.debounce": "4.0.8", @@ -1257,9 +1257,9 @@ } }, "node_modules/@prefecthq/vue-compositions": { - "version": "1.11.5", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.11.5.tgz", - "integrity": "sha512-LG7WQDBGj6+XtFYgZaGA+8CqYOg/hdaxpk3EQmO54lcVS05Cl6ow84QCb+OWUrf4MfYoq1DI03bEWEKHrzN8hg==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.12.2.tgz", + "integrity": "sha512-tcOo7Jr/UBLP4VryODI9RtpQaBSHYy2nrymHxGTrBobHpcXMpSzKzQTmxgVDoul7rNCqWMcbOwZRqGAwtMVtyA==", "dependencies": { "@vue/devtools-api": "^6.1.4", "jsdom": "^25.0.0" @@ -8383,9 +8383,9 @@ } }, "@prefecthq/vue-compositions": { - "version": "1.11.5", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.11.5.tgz", - "integrity": "sha512-LG7WQDBGj6+XtFYgZaGA+8CqYOg/hdaxpk3EQmO54lcVS05Cl6ow84QCb+OWUrf4MfYoq1DI03bEWEKHrzN8hg==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.12.2.tgz", + "integrity": "sha512-tcOo7Jr/UBLP4VryODI9RtpQaBSHYy2nrymHxGTrBobHpcXMpSzKzQTmxgVDoul7rNCqWMcbOwZRqGAwtMVtyA==", "requires": { "@vue/devtools-api": "^6.1.4", "jsdom": "^25.0.0" diff --git a/ui/package.json b/ui/package.json index 820c7e9af2bf..6c0f72169c7f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@prefecthq/prefect-design": "2.15.0", "@prefecthq/prefect-ui-library": "3.12.14", "@prefecthq/vue-charts": "2.0.6", - "@prefecthq/vue-compositions": "1.11.5", + "@prefecthq/vue-compositions": "1.12.2", "@types/lodash.debounce": "4.0.9", "axios": "1.8.2", "lodash.debounce": "4.0.8",