From 307ca489f1d06c3a53d84e7a0e08803be84b26e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:16:35 +0000 Subject: [PATCH] chore(deps): bump @astrojs/svelte from 7.0.13 to 7.2.2 Bumps [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte) from 7.0.13 to 7.2.2. - [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@7.2.2/packages/integrations/svelte) --- updated-dependencies: - dependency-name: "@astrojs/svelte" dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de821910..94a02490 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.3.1", - "@astrojs/svelte": "7.0.13", + "@astrojs/svelte": "7.2.2", "@astrojs/tailwind": "^6.0.2", "@fontsource-variable/jetbrains-mono": "^5.2.5", "@fontsource/roboto": "^5.2.5",