From 67340ac2057096ccefd77378a50e10dd2bacf4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 05:54:37 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vue from 7.0.1 to 7.0.2 Bumps [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@7.0.2/packages/integrations/vue) --- updated-dependencies: - dependency-name: "@astrojs/vue" dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78c5e6d..69e9afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@asciidoctor/core": "^4.0.6", "@astrojs/node": "^11.1.4", - "@astrojs/vue": "^7.0.0", + "@astrojs/vue": "^7.0.2", "@fontsource-variable/fraunces": "^5.3.0", "@fontsource-variable/inter": "^5.3.0", "@fontsource-variable/inter-tight": "^5.3.0", @@ -446,9 +446,9 @@ } }, "node_modules/@astrojs/vue": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-7.0.1.tgz", - "integrity": "sha512-DHTZ1QKlLZ8ZSrqmQ7KMjsyGLitgLYM9ynFRc55ZKr9Jrb6yIuVRRRHbzsqXXI87oc3dwObxEhEaWPgJe7Dq/w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-7.0.2.tgz", + "integrity": "sha512-5vKGat4wYyN7l71iGF9cA79GeuLtPVoL+4b7NPQ7scKyq8HQp37XTXNqjV1v+lYsCW4Tmu0S2gH4453KbrTyaQ==", "license": "MIT", "dependencies": { "@vitejs/plugin-vue": "^6.0.5", diff --git a/package.json b/package.json index 2ec7c61..fb3be24 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@asciidoctor/core": "^4.0.6", "@astrojs/node": "^11.1.4", - "@astrojs/vue": "^7.0.0", + "@astrojs/vue": "^7.0.2", "@fontsource-variable/fraunces": "^5.3.0", "@fontsource-variable/inter": "^5.3.0", "@fontsource-variable/inter-tight": "^5.3.0",