From 6dc0f29ea01a79f20e2058ed2c8821824a94f71a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Dec 2025 00:28:35 +0000 Subject: [PATCH] fix: upgrade @prefecthq/vue-compositions from 1.11.5 to 1.12.2 Snyk has created this PR to upgrade @prefecthq/vue-compositions from 1.11.5 to 1.12.2. See this package in npm: @prefecthq/vue-compositions See this project in Snyk: https://app.snyk.io/org/supportigedevteam.onmicrosoft.com/project/2438dc02-8507-406b-987b-ae4cb7e48b4e?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",