diff --git a/package-lock.json b/package-lock.json index 73dcda7..7fbfb1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.38.3", - "astro": "^6.1.5", + "astro": "^6.1.6", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.5.0", @@ -2103,9 +2103,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.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.6.tgz", + "integrity": "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index 263cfc3..35f0246 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.38.3", - "astro": "^6.1.5", + "astro": "^6.1.6", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.5.0",