From 5fa437abe88629e36514470203b56a687fa3c317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:35:10 +0000 Subject: [PATCH] Bump @prefecthq/vue-compositions from 1.5.9 to 1.6.7 Bumps [@prefecthq/vue-compositions](https://github.com/PrefectHQ/vue-compositions) from 1.5.9 to 1.6.7. - [Release notes](https://github.com/PrefectHQ/vue-compositions/releases) - [Changelog](https://github.com/PrefectHQ/vue-compositions/blob/main/CHANGELOG.md) - [Commits](https://github.com/PrefectHQ/vue-compositions/commits/1.6.7) --- updated-dependencies: - dependency-name: "@prefecthq/vue-compositions" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 276302549..088b1d486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "dependencies": { "@heroicons/vue": "2.0.17", - "@prefecthq/vue-compositions": "1.5.9", + "@prefecthq/vue-compositions": "1.6.7", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.0", "@tailwindcss/typography": "^0.5.2", @@ -880,9 +880,9 @@ "link": true }, "node_modules/@prefecthq/vue-compositions": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.5.9.tgz", - "integrity": "sha512-2W5bOxcLTvl+EjsEMyB7yj1Hp4ElebvHjlF0zHBYSlzSQZ6Bh3jkKoDjVVz8RfxkQ1+e25M/B7ZXjzV4T/NPNA==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.6.7.tgz", + "integrity": "sha512-PYAJTsBkaSFItUnoXvgKaDARhyG4VRjn6vzdGxGZ/32nd/1ii3kzKvaGfhkgHT05VUhJrVzTiihHYw7sf+MQcw==", "dependencies": { "jsdom": "^22.0.0" }, @@ -6241,9 +6241,9 @@ } }, "@prefecthq/vue-compositions": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.5.9.tgz", - "integrity": "sha512-2W5bOxcLTvl+EjsEMyB7yj1Hp4ElebvHjlF0zHBYSlzSQZ6Bh3jkKoDjVVz8RfxkQ1+e25M/B7ZXjzV4T/NPNA==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.6.7.tgz", + "integrity": "sha512-PYAJTsBkaSFItUnoXvgKaDARhyG4VRjn6vzdGxGZ/32nd/1ii3kzKvaGfhkgHT05VUhJrVzTiihHYw7sf+MQcw==", "requires": { "jsdom": "^22.0.0" } diff --git a/package.json b/package.json index 598fab5fa..45d091ca2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@heroicons/vue": "2.0.17", - "@prefecthq/vue-compositions": "1.5.9", + "@prefecthq/vue-compositions": "1.6.7", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.0", "@tailwindcss/typography": "^0.5.2",