diff --git a/dev-docs/package.json b/dev-docs/package.json index 76b239e..190dba1 100644 --- a/dev-docs/package.json +++ b/dev-docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "0.39.3", - "astro": "6.4.5", + "astro": "6.4.8", "remark-github-alerts": "0.1.1", "sharp": "0.34.5" } diff --git a/package.json b/package.json index e0f7327..eb2e982 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "fix": "eslint --fix . && prettier --write ." }, "devDependencies": { - "@astrojs/check": "0.9.9", + "@astrojs/check": "0.9.10", "@eslint/js": "9.39.4", "@typescript-eslint/parser": "8.60.1", "astro-eslint-parser": "1.4.0", diff --git a/user-docs/package.json b/user-docs/package.json index fbdff22..56ce7e7 100644 --- a/user-docs/package.json +++ b/user-docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "0.39.3", - "astro": "6.4.5", + "astro": "6.4.8", "remark-github-alerts": "0.1.1", "sharp": "0.34.5" }