From fbb4021f3037a1ffcb4f23a77d7481425b3f27b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 05:54:23 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vue from 7.0.2 to 7.0.3 Bumps [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) from 7.0.2 to 7.0.3. - [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.3/packages/integrations/vue) --- updated-dependencies: - dependency-name: "@astrojs/vue" dependency-version: 7.0.3 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 b0f719e..44029b6 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.2", + "@astrojs/vue": "^7.0.3", "@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.2", - "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-7.0.2.tgz", - "integrity": "sha512-5vKGat4wYyN7l71iGF9cA79GeuLtPVoL+4b7NPQ7scKyq8HQp37XTXNqjV1v+lYsCW4Tmu0S2gH4453KbrTyaQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-7.0.3.tgz", + "integrity": "sha512-g0qr+UxDAHDHQ2zc5+IY2SG4aLIiS6lWfekEYk61DGNVRb2h8PIxMi87aPR75lId7Wk+zUNZB1+VEVDBwAAzBw==", "license": "MIT", "dependencies": { "@vitejs/plugin-vue": "^6.0.5", diff --git a/package.json b/package.json index 1e3a781..04de3bd 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.2", + "@astrojs/vue": "^7.0.3", "@fontsource-variable/fraunces": "^5.3.0", "@fontsource-variable/inter": "^5.3.0", "@fontsource-variable/inter-tight": "^5.3.0",