diff --git a/package-lock.json b/package-lock.json index 93a9f0e..76ad20b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.37.2", - "astro": "^5.16.7", + "astro": "^5.16.8", "astro-auto-import": "^0.5.1", "remark-definition-list": "^2.0.0", "sharp": "^0.34.5", @@ -1921,9 +1921,9 @@ } }, "node_modules/astro": { - "version": "5.16.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.7.tgz", - "integrity": "sha512-Kfv7FKisFR+THvmojXWtvJGRCvQ4D9przguE9XdeUtS464ned6hvbgmyFDvPzyaNmDtkHGNpPwAQ9tgFcVqp+Q==", + "version": "5.16.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.8.tgz", + "integrity": "sha512-gzZE+epuCrNuxOa8/F1dzkllDOFvxWhGeobQKeBRIAef5sUpUKMHZo/8clse+02rYnKJCgwXBgjW4uTu9mqUUw==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 52c1242..4a381c6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.37.2", - "astro": "^5.16.7", + "astro": "^5.16.8", "astro-auto-import": "^0.5.1", "remark-definition-list": "^2.0.0", "sharp": "^0.34.5",