diff --git a/package-lock.json b/package-lock.json index 0e340a6..3df0b39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/starlight": "^0.38.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^6.1.5", + "astro": "^6.1.7", "react": "^19.2.4", "react-dom": "^19.2.5", "sharp": "^0.34.5", @@ -3093,9 +3093,9 @@ } }, "node_modules/astro": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", - "integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.7.tgz", + "integrity": "sha512-pvZysIUV2C2nRv8N7cXAkCLcfDQz/axAxF09SqiTz1B+xnvbhy6KzL2I6J15ZBXk8k0TfMD75dJ151QyQmAqZA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index c910bbb..41f63e6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.38.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^6.1.5", + "astro": "^6.1.7", "react": "^19.2.4", "react-dom": "^19.2.5", "sharp": "^0.34.5",