From 6a1c91dd702c0b237ca144d5cc5a510effef2dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:00:24 +0000 Subject: [PATCH] Bump @astrojs/svelte from 8.0.5 to 8.1.0 in /docs Bumps [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte) from 8.0.5 to 8.1.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/svelte/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/svelte@8.1.0/packages/integrations/svelte) --- updated-dependencies: - dependency-name: "@astrojs/svelte" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 10 +++++----- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 3803d4e..cc554a7 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,7 +8,7 @@ "name": "hellbox-docs", "version": "0.0.1", "dependencies": { - "@astrojs/svelte": "^8.0.5", + "@astrojs/svelte": "^8.1.0", "@fontsource-variable/ibm-plex-sans": "^5.2.8", "@fontsource-variable/libre-franklin": "^5.2.8", "@fontsource/ibm-plex-mono": "^5.2.7", @@ -78,14 +78,14 @@ } }, "node_modules/@astrojs/svelte": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/@astrojs/svelte/-/svelte-8.0.5.tgz", - "integrity": "sha512-w9ZQyyve169KQKB7AJUikeOrztkVtdDqjvilqkLO+yDZixYIuxlq6LsPxgaWJX7dfvVmGcdpg6bxsHFtfHJZrw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/svelte/-/svelte-8.1.0.tgz", + "integrity": "sha512-yZrHRFOxDJeo2hr9rGAMou6/6OL3agEaUCvWNWrea8YhZultsERTYZthfKNC58onAtZs76xNklOYV+G2Dp10kw==", "license": "MIT", "dependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.4", "svelte2tsx": "^0.7.52", - "vite": "^7.3.1", + "vite": "^7.3.2", "vitefu": "^1.1.2" }, "engines": { diff --git a/docs/package.json b/docs/package.json index 2164452..df37125 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^8.0.5", + "@astrojs/svelte": "^8.1.0", "@fontsource-variable/ibm-plex-sans": "^5.2.8", "@fontsource-variable/libre-franklin": "^5.2.8", "@fontsource/ibm-plex-mono": "^5.2.7",