From a43250179c6e8cd77ebd5f6169ad671f92dfb234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:18:51 +0000 Subject: [PATCH] Update dependency @astrojs/check to ^0.9.0 | datasource | package | from | to | | ---------- | -------------- | ----- | ----- | | npm | @astrojs/check | 0.8.1 | 0.9.0 | --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ce6857..b9a5d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "blog", "version": "0.0.1", "dependencies": { - "@astrojs/check": "^0.8.0", + "@astrojs/check": "^0.9.0", "@astrojs/mdx": "^3.1.2", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", @@ -120,12 +120,12 @@ } }, "node_modules/@astrojs/check": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.8.1.tgz", - "integrity": "sha512-QTzCuiBWll3SLSe7OsWtWyZRbwChXwxM4Y0Jb84jdPOdYobzHad9ubU7V23qmK3Y0BNwgzCbEP5C5FPVitb31Q==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.9.0.tgz", + "integrity": "sha512-K79qPJGcctADFodhv7OJ5Gl8FE6RU2D4q/5V5T116M++Z38FjrOye9+QilmUK/daHpDUrVXezb80wI8CAL8wHw==", "license": "MIT", "dependencies": { - "@astrojs/language-server": "^2.11.1", + "@astrojs/language-server": "^2.13.0", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", @@ -139,9 +139,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.8.1.tgz", - "integrity": "sha512-NGfPAgU/9rvDEwsXu82RI1AxiivaxtEYBK9saW1f+2fTHUUqCJQ27HYtb2akG2QxCmFikgZ9zk26BEWgiHho1Q==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.10.0.tgz", + "integrity": "sha512-V8ym+4kYCKmMeSdfDvm/SrlmUlKLkKzfWV3cKyiStEKW/D+YsXaQiBZcSCtuKXq8aQhsDw9HtCTZilhEMBX+BA==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -151,12 +151,12 @@ "license": "MIT" }, "node_modules/@astrojs/language-server": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.11.1.tgz", - "integrity": "sha512-WSIBBUK9lSeVD4KhPiZk2u3wsXdj7WEYvYPPs8ZsgbSVIOzUJWAKVcITHiXmcXlzZB5ubK44YUN/Hq+f2GeMyQ==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.13.0.tgz", + "integrity": "sha512-FqMUY/N6EguvKArikyyeXeqTJDBbI/8aUZnhVTYqF75oqoTTHC5vA7tzQdLRCIfBk1trrrIB1c6mEe5eqiqUbg==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.7.0", + "@astrojs/compiler": "^2.10.0", "@jridgewell/sourcemap-codec": "^1.4.15", "@volar/kit": "~2.4.0-alpha.15", "@volar/language-core": "~2.4.0-alpha.15", diff --git a/package.json b/package.json index 9cd5ed2..eb8b53c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.8.0", + "@astrojs/check": "^0.9.0", "@astrojs/mdx": "^3.1.2", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6",