From 6d77a9c0d4b3bbed3473bd6b12e33c90e4e59ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:44:06 +0000 Subject: [PATCH] fix(deps): bump @astrojs/check from 0.9.6 to 0.9.7 Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- site/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26cffab..2e883d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,13 +18,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" }, @@ -8488,7 +8488,7 @@ "name": "@cyberfinity/polymorph-site", "version": "0.0.3", "dependencies": { - "@astrojs/check": "^0.9.6", + "@astrojs/check": "^0.9.7", "@cyberfinity/polymorph-components-astro": "0.2.1", "astro": "^5.17.1", "typescript": "^5.9.3" diff --git a/site/package.json b/site/package.json index 8030c5e..f7e62ab 100644 --- a/site/package.json +++ b/site/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.9.6", + "@astrojs/check": "^0.9.7", "@cyberfinity/polymorph-components-astro": "0.2.1", "astro": "^5.17.1", "typescript": "^5.9.3"