From e8c0d6b448ef6790889b0e05b2ae78debb679e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:45:14 +0000 Subject: [PATCH] chore(deps): bump @astrojs/check Bumps the production-dependencies group with 1 update in the / directory: [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check). Updates `@astrojs/check` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.7/packages/language-tools/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4e80d5..bce2793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "threadmark-landing", "version": "0.0.1", "dependencies": { - "@astrojs/check": "^0.9.4", + "@astrojs/check": "^0.9.7", "astro": "^5.17.1", "typescript": "^5.7.3" }, @@ -28,13 +28,13 @@ } }, "node_modules/@astrojs/check": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.6.tgz", - "integrity": "sha512-jlaEu5SxvSgmfGIFfNgcn5/f+29H61NJzEMfAZ82Xopr4XBchXB1GVlcJsE+elUlsYSbXlptZLX+JMG3b/wZEA==", + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.7.tgz", + "integrity": "sha512-dA7U5/OFg8/xaMUb2vUOOJuuJXnMpHy6F0BM8ZhL7WT5OkTBwJ0GoW38n4fC4CXt+lT9mLWL0y8Pa74tFByBpQ==", "license": "MIT", "dependencies": { "@astrojs/language-server": "^2.16.1", - "chokidar": "^4.0.1", + "chokidar": "^4.0.3", "kleur": "^4.1.5", "yargs": "^17.7.2" }, diff --git a/package.json b/package.json index bff9a65..1bebb45 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prepare": "husky" }, "dependencies": { - "@astrojs/check": "^0.9.4", + "@astrojs/check": "^0.9.7", "astro": "^5.17.1", "typescript": "^5.7.3" },