From 9ba6e9d3a089429de234bf70622f93b2e9881ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:23:44 +0000 Subject: [PATCH] chore(deps): bump @astrojs/check from 0.9.4 to 0.9.5 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.9.4 to 0.9.5. - [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/HEAD/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- src/docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cc49261..9e717dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,9 +112,9 @@ } }, "node_modules/@astrojs/check": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.4.tgz", - "integrity": "sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.5.tgz", + "integrity": "sha512-88vc8n2eJ1Oua74yXSGo/8ABMeypfQPGEzuoAx2awL9Ju8cE6tZ2Rz9jVx5hIExHK5gKVhpxfZj4WXm7e32g1w==", "license": "MIT", "dependencies": { "@astrojs/language-server": "^2.15.0", @@ -22229,7 +22229,7 @@ "src/docs": { "name": "@ax-llm/ax-docs", "dependencies": { - "@astrojs/check": "^0.9.4", + "@astrojs/check": "^0.9.5", "@astrojs/react": "^4.4.0", "@astrojs/tailwind": "^6.0.2", "@ax-llm/ax": "file:../ax", diff --git a/src/docs/package.json b/src/docs/package.json index 49304f07..f6e815a7 100644 --- a/src/docs/package.json +++ b/src/docs/package.json @@ -17,7 +17,7 @@ "fix:format": "biome format --write ." }, "dependencies": { - "@astrojs/check": "^0.9.4", + "@astrojs/check": "^0.9.5", "@astrojs/react": "^4.4.0", "@astrojs/tailwind": "^6.0.2", "@ax-llm/ax": "file:../ax",