From e27024ff8372039ea4fda380351823b17b5b4b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:46:04 +0000 Subject: [PATCH] Bump @astrojs/check from 0.4.0 to 0.4.1 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.4.1/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ccd897a..094ef1c1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "start": "astro dev" }, "dependencies": { - "@astrojs/check": "0.4.0", + "@astrojs/check": "0.4.1", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.0.4", "@swup/body-class-plugin": "3.1.2",