From d7a70e937dddb3a8f2ecc89a96ecd1528c2d956d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:08:30 +0000 Subject: [PATCH] chore: 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 1dac40b9c..2bee019b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "offon-website", "dependencies": { - "@astrojs/vue": "^7.0.1", + "@astrojs/vue": "^7.0.3", "@iconify-json/lucide": "^1.2.131", "@tailwindcss/vite": "^4.3.3", "astro": "^7.3.2", @@ -375,9 +375,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 b54a5d202..98aef3ebc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fast-uri": "^3.1.4" }, "dependencies": { - "@astrojs/vue": "^7.0.1", + "@astrojs/vue": "^7.0.3", "@iconify-json/lucide": "^1.2.131", "@tailwindcss/vite": "^4.3.3", "astro": "^7.3.2",