diff --git a/package-lock.json b/package-lock.json index d058f3b..c13e045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@astrojs/check": "0.9.9", "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.6", + "astro": "^6.3.8", "sharp": "0.34.5", "typescript": "6.0.3" } @@ -2336,9 +2336,9 @@ } }, "node_modules/astro": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.6.tgz", - "integrity": "sha512-lM30gGI/iASK9Z1WQVnBBYzxVwDv8slkXbJOF7FNJdZQeBrFETpsQvYoLRupM/adt2ObP5hkYAWEeCjofoqlRw==", + "version": "6.3.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.8.tgz", + "integrity": "sha512-xH2UA8Z17IS+JaqSlSkBor7jO6gd7zXTLdmu06nKpfpDDJFbi/7KZEy3NDmWxmier+6XrCZ9Z4aitO8jhC9oiA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 029b8c6..d9d1f8e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@astrojs/check": "0.9.9", "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.6", + "astro": "^6.3.8", "sharp": "0.34.5", "typescript": "6.0.3" }