From 495a189144dd53655c55a35211d1770007528d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 07:06:48 +0000 Subject: [PATCH] chore(deps): bump @astrojs/check from 0.9.5 to 0.9.6 Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) from 0.9.5 to 0.9.6. - [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.6/packages/language-tools/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85eb4ea1..3229f175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "openresource.dev", "version": "0.0.0", "dependencies": { - "@astrojs/check": "^0.9.5", + "@astrojs/check": "^0.9.6", "@astrojs/starlight": "^0.36.3", "@astrojs/vercel": "^9.0.1", "@vercel/analytics": "^1.5.0", @@ -112,18 +112,18 @@ } }, "node_modules/@astrojs/check": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.5.tgz", - "integrity": "sha512-88vc8n2eJ1Oua74yXSGo/8ABMeypfQPGEzuoAx2awL9Ju8cE6tZ2Rz9jVx5hIExHK5gKVhpxfZj4WXm7e32g1w==", + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.6.tgz", + "integrity": "sha512-jlaEu5SxvSgmfGIFfNgcn5/f+29H61NJzEMfAZ82Xopr4XBchXB1GVlcJsE+elUlsYSbXlptZLX+JMG3b/wZEA==", "license": "MIT", "dependencies": { - "@astrojs/language-server": "^2.15.0", + "@astrojs/language-server": "^2.16.1", "chokidar": "^4.0.1", "kleur": "^4.1.5", "yargs": "^17.7.2" }, "bin": { - "astro-check": "dist/bin.js" + "astro-check": "bin/astro-check.js" }, "peerDependencies": { "typescript": "^5.0.0" @@ -142,9 +142,9 @@ "license": "MIT" }, "node_modules/@astrojs/language-server": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.16.0.tgz", - "integrity": "sha512-oX2KkuIfEEM5d4/+lfuxy6usRDYko0S02YvtHFTrnqW0h9e4ElAfWZRKyqxWlwpuPdciBPKef5YJ7DFH3PPssw==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.16.1.tgz", + "integrity": "sha512-OzTpyEPeCPLpp0oyeI/fSCBYemlVos0GewCTYglAW+TAJAMR3nRl5nYlf9ESMFy97SlptZCsRdKlQXDvFHJRNQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -10315,6 +10315,7 @@ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "license": "MIT", + "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index d015df0b..d0b39137 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "vercel": "vercel dev" }, "dependencies": { - "@astrojs/check": "^0.9.5", + "@astrojs/check": "^0.9.6", "@astrojs/starlight": "^0.36.3", "@astrojs/vercel": "^9.0.1", "@vercel/analytics": "^1.5.0",